代码搜索:OUT
找到约 10,000 项符合「OUT」的源代码
代码结果 10,000
www.eeworm.com/read/320003/3551273
out testmarcov.out
unit TestMarcoV;
{ AFS 27 March 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This code is test cases submitted by Marco van d
www.eeworm.com/read/320003/3551274
out testasmops.out
unit TestAsmOps;
{ AFS 27 March 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
Sourceforge bug #1567643
}
interface
use
www.eeworm.com/read/320003/3551275
out testdelphinetrecordprocs.out
unit TestDelphiNetRecordProcs;
interface
type
TSomeRecord = record
i, j, k, l: integer;
function Sum: integer;
procedure Clear;
constructor Create(iValue: integer);
www.eeworm.com/read/320003/3551277
out testtryexceptraise.out
unit TestTryExceptRaise;
interface
implementation
uses SysUtils;
procedure Bar;
begin
end;
procedure SignalError;
begin
end;
procedure Foo;
begin
try
Bar;
except
www.eeworm.com/read/320003/3551279
out testasmcaps.out
unit TestAsmCaps;
{ AFS November 20077
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
Test capitalisation in asm
}
interfa
www.eeworm.com/read/320003/3551281
out testuses.out
unit TestUses;
{ AFS 28 March 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This unit tests comments the uses clause
}
int
www.eeworm.com/read/320003/3551282
out testinterfaces.out
unit TestInterfaces;
{ AFS 16 Jan 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This unit tests interface declarations.
Th
www.eeworm.com/read/320003/3551285
out testdelphinetrecordforward.out
unit TestDelphiNetRecordForward;
{ This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
Delphi.NEt record forward declarations
}
interfa
www.eeworm.com/read/320003/3551286
out testreturns.out
unit TestReturns;
{afs 20 May 2K
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
I saw some sample code this week where the programm
www.eeworm.com/read/320003/3551287
out testinterfaceimplements.out
unit TestInterfaceImplements;
{ AFS 14 May 2001
test the implements keyword on interfaces
}
interface
{ Eg from the help }
type
IMyInterface = interface
procedure P1;
proc