代码搜索:OUT

找到约 10,000 项符合「OUT」的源代码

代码结果 10,000
www.eeworm.com/read/320003/3551405

out testgenericconstraintconstructor.out

program TestGenericConstraintConstructor; {$APPTYPE CONSOLE} { AFS December 2007 This code compiles, but is not semantically meaningfull. It is test cases for the code-formating utility
www.eeworm.com/read/320003/3551406

out testcondreturns.out

unit TestCondReturns; interface uses Dialogs; implementation function DoTestCondReturns: boolean; var foo, bar: boolean; begin if foo then begin {$IFDEF DEBUG} MessageD
www.eeworm.com/read/320003/3551407

out testasmlabel.out

unit TestAsmLabel; { AFS 15 Jan 2006 This unit compiles but is not semantically meaningfull it is test cases for the code formatting utility Test labels and numeric consts in asm }
www.eeworm.com/read/320003/3551409

out testexclusion.out

unit TestExclusion; { AFS 11 Jan 2000 This unit compiles but is not semantically meaningfull it is test cases for the code formatting utility This unit test the exclusions comments } {(*}
www.eeworm.com/read/320003/3551411

out testgenericclassoperators.out

program TestGenericClassOperators; {$APPTYPE CONSOLE} { AFS December 2007 This code compiles, but is not semantically meaningfull. It is test cases for the code-formating utility
www.eeworm.com/read/320003/3551412

out testdelphinetclass.out

unit TestDelphiNetClass; { AFS May 2005 This unit compiles but is not semantically meaningfull it is test cases for the code formatting utility Basic test of class heritage, visibility a
www.eeworm.com/read/320003/3551413

out testlibexports.out

library TestLibExports; { AFS 7 Feb 2K This code is swiped from the delphi help as it demonstrates a particularly obscure pice of syntax (exports) This unit may not even compile It is
www.eeworm.com/read/320003/3551415

out testgoto.out

unit TestGoto; { AFS 9 Jan 2000 This unit compiles but is not semantically meaningfull it is test cases for the code formatting utility This unit tests use of label & goto statements wh
www.eeworm.com/read/320003/3551417

out testlibrary.out

library TestLibrary; procedure Foo; begin ShowMessage('Foo proc'); end; begin ShowMessage('Lib main'); end.
www.eeworm.com/read/320003/3551419

out testdelphinetunsafe.out

unit TestDelphiNetUnsafe; interface {$UNSAFECODE ON} uses SysUtils; type /// TSealedClass comment TUnsafeClass = class function F_GetText: integer; unsafe; end; impleme