代码搜索:OUT
找到约 10,000 项符合「OUT」的源代码
代码结果 10,000
www.eeworm.com/read/320003/3551304
out testbogusdirectives.out
unit TestBogusDirectives;
{ AFS 11 Jan 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This unit has code that compiles, but i
www.eeworm.com/read/320003/3551305
out testasmand.out
unit TestASMAnd;
{ This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This unit tests ampersands '&' in ASM blocks
submitted by Trid
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/3551308
out testdprnobegin.out
{$R RefSync.TLB}
library RefSync;
{ Important note about DLL memory management:
ShareMem must be the
first unit in your library's USES clause AND your
project's (select
Project-View Source)
www.eeworm.com/read/320003/3551309
out testasm.out
unit TestASM;
{ AFS 27 March 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This code test ASM blocks
Since I don't know any
www.eeworm.com/read/320003/3551311
out testwarnings.out
unit TestWarnings;
interface
{ AFS 27 March 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This code test constructs that ar
www.eeworm.com/read/320003/3551312
out delphidotnettestcases.out
program DelphiDotNetTestCases;
{%DelphiDotNetAssemblyCompiler '$(SystemRoot)\microsoft.net\framework\v1.1.4322\System.dll'}
{%DelphiDotNetAssemblyCompiler '$(SystemRoot)\microsoft.net\framework\v1
www.eeworm.com/read/320003/3551313
out testexternal.out
unit TestExternal;
{ AFS 11 March 2K Test external definitions
This code is test cases for the code-formating utility
This stuff doesn't compile, but is copied from delphi units
So
www.eeworm.com/read/320003/3551314
out testrecords.out
unit TestRecords;
{ AFS 31 July 2K test record declarations
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
most of these defs
www.eeworm.com/read/320003/3551315
out testpointers.out
unit TestPointers;
{ AFS 28 March 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This unit tests pointer operators
}
interfac