代码搜索:OUT
找到约 10,000 项符合「OUT」的源代码
代码结果 10,000
www.eeworm.com/read/320003/3551332
out testmh.out
unit TestMh;
{ test cases recieved from Michael Hieke,
19/12/2000
}
interface
type
w_PA3500Array = array [0..32766] of word;
pw_WordPtr = ^w_PA3500Array;
PPointer = ^Poin
www.eeworm.com/read/320003/3551333
out testampersand.out
unit TestAmpersand;
{ AFS 21 dec 2006
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
Code from Trident to test SF bug 1606651
Ape
www.eeworm.com/read/320003/3551335
out testdelphinetuses.out
unit TestDelphiNetUses;
{
AFS May 2005
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
Basic test of uses clause in Delphi.NET
}
www.eeworm.com/read/320003/3551336
out testpackedobject.out
unit TestPackedObject;
{ AFS
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This test is in its own file
since it does not compile i
www.eeworm.com/read/320003/3551337
out testdelphinetclassvar.out
unit TestDelphiNetClassVar;
{ AFS 9 Sept 2005
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This code tests Delphi.Net use of "var"
www.eeworm.com/read/320003/3551340
out testderef.out
unit TestDeref;
interface
implementation
uses
Classes;
type
TAmoeba = class;
PTAmoeba = ^TAmoeba;
TAmoeba = class(TObject)
private
fsName: string;
function GetN
www.eeworm.com/read/320003/3551341
out testnested.out
unit TestNested;
{ AFS 11 Jan 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This unit uses nested procs
}
interface
imple
www.eeworm.com/read/320003/3551342
out testdelphinetrecordclassvars.out
unit TestDelphiNetRecordClassVars;
{ This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
Testing records with class vars and class operators
www.eeworm.com/read/320003/3551344
out testlabelkeyword.out
unit TestLabelKeyword;
interface
uses System.Windows.Forms;
type
TTest = class(TObject)
strict private
lblInfo: System.Windows.Forms.label;
end;
implementation
end.
www.eeworm.com/read/320003/3551346
out testsubrangetype.out
unit TestSubrangeType;
interface
const
NumberOfRegisters = 10;
NumberOfPowerFailureChannels = 1;
type
TMyChannels = 1..NumberOfRegisters + NumberOfPowerFailureChannels;
TMyRegiste