代码搜索:Compiles
找到约 1,454 项符合「Compiles」的源代码
代码结果 1,454
www.eeworm.com/read/320003/3551248
out testoleparams.out
unit TestOleParams;
{ AFS 11 July 2003
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
}
interface
implementation
uses ComObj;
www.eeworm.com/read/320003/3551259
out testdelphinetwebservice.out
unit TestDelphiNetWebService;
{ AFS March 2006
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility }
interface
uses
System.Collectio
www.eeworm.com/read/320003/3551267
out testdelphinetdynamicarray.out
unit TestDelphiNetDynamicArray;
{ This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
Tests of the Delphi.net 'new' keyword for array creat
www.eeworm.com/read/320003/3551303
out littletest12.out
unit LittleTest12;
{ This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
}
interface
function Foo(): string;
implementation
func
www.eeworm.com/read/320003/3551306
out testdefaultparams.out
unit TestDefaultParams;
{ AFS 17 October 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This code tests default parameters }
www.eeworm.com/read/320003/3551331
out testgenericheritage.out
program TestGenericHeritage;
{$APPTYPE CONSOLE}
{ AFS December 2007
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
Test
www.eeworm.com/read/320003/3551339
out littletest28.out
unit LittleTest28;
{ This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
}
interface
implementation
function Bar: Pointer;
begin
www.eeworm.com/read/320003/3551345
out littletest24.out
unit LittleTest24;
{ This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
}
interface
type
TShatner = record
Fish: integer;
www.eeworm.com/read/320003/3551348
out testgenericfunctions.out
program TestGenericFunctions;
{$APPTYPE CONSOLE}
{ AFS December 2007
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
Test
www.eeworm.com/read/320003/3551349
out testsimpleifdef5.out
unit TestSimpleIfDef5;
{ AFS
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
}
interface
implementation
{$IFDEF MSWINDOWS}
us