代码搜索:OUT
找到约 10,000 项符合「OUT」的源代码
代码结果 10,000
www.eeworm.com/read/320003/3551437
out testasmstructs.out
unit TestAsmStructs;
{ AFS 5 Feb 2K
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
SOme difficult bits of ASM from ComObj.pas
}
www.eeworm.com/read/320003/3551445
out testlocaltypes.out
unit TestLocalTypes;
{ AFS 9 March 2K test local types
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
procedure-local types ar
www.eeworm.com/read/320003/3551449
out testpropertylines.out
unit TestPropertyLines;
{ AFS 7 May 2001
test property-on-one-line code
This sample code is pathological
}
interface
type
TTerse = class(TObject)
private
fiX1: integer;
www.eeworm.com/read/320003/3551452
out testdelphinetsealedclass.out
unit TestDelphiNetSealedClass;
{ AFS 19 Dec 2005
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
Test Delphi.net syntax for sealed an
www.eeworm.com/read/320003/3551453
out testesoterickeywords.out
unit TestEsotericKeywords;
{ AFS 11 March 2K test local types
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
Test the threadva
www.eeworm.com/read/320003/3551456
out testwith.out
unit TestWith;
{ AFS 28 March 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This unit tests the with statement
I don't like
www.eeworm.com/read/320003/3551457
out testnestedrecords.out
unit TestNestedRecords;
{ AFS 15 May 2001
Tests patterned after bug submitted by George Tasker
As always, though anon/. records may have a limited place in production code
This test case p
www.eeworm.com/read/320003/3551459
out testlayoutbare.out
unit TestLayoutBare;
{ AFS 1 March 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
a 'bare' block is one that does not have begi
www.eeworm.com/read/320003/3551460
out testconstbug.out
unit TestConstBug;
{
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
SF Bugs item #1152816 from Stefan Landauer
}
interface
www.eeworm.com/read/320003/3551463
out testme.out
package TestMe;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENST