/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Tools.Tests.pas | 27 procedure SetUp; override; 28 procedure TearDown; override; 30 procedure TestGetValue; 31 procedure TestSetValue; 39 procedure SetUp; override; 40 procedure TearDown; override; 42 procedure TestToString; 50 procedure SetUp; override; 51 procedure TearDown; override; 53 procedure TestClone [all...] |
Antlr.Runtime.Collections.Tests.pas | 26 procedure SetUp; override; 27 procedure TearDown; override; 29 procedure TestInsertionOrder; 30 procedure TestRemove; 38 procedure SetUp; override; 39 procedure TearDown; override; 41 procedure TestPushPop; 42 procedure TestPeek; 53 procedure TestIHashList.SetUp; 62 procedure TestIHashList.TearDown [all...] |
Antlr.Runtime.Tests.pas | 23 procedure SetUp; override; 24 procedure TearDown; override; 26 procedure TestSizeOnEmptyANTLRStringStream; 27 procedure TestSizeOnANTLRStringStream; 28 procedure TestConsumeOnANTLRStringStream; 29 procedure TestResetOnANTLRStringStream; 30 procedure TestSubstringOnANTLRStringStream; 37 procedure TestANTLRStringStream.SetUp; 41 procedure TestANTLRStringStream.TearDown; 45 procedure TestANTLRStringStream.TestConsumeOnANTLRStringStream [all...] |
Antlr.Runtime.Tree.Tests.pas | 27 procedure SetUp; override; 28 procedure TearDown; override; 30 procedure TestSingleNode; 31 procedure Test4Nodes; 32 procedure TestList; 33 procedure TestList2; 34 procedure TestAddListToExistChildren; 35 procedure TestDupTree; 36 procedure TestBecomeRoot; 37 procedure TestBecomeRoot2 [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Tools.pas | 94 procedure SetValue(const Value: String); 110 procedure SetValue(const Value: String); 132 procedure SetCapacity(Value: Integer); 134 procedure SetCount(Value: Integer); 136 procedure SetItem(Index: Integer; const Value: T); 138 procedure SetOnNotify(Value: TCollectionNotifyEvent<T>); 143 procedure AddRange(const Values: array of T); overload; 144 procedure AddRange(const Collection: IEnumerable<T>); overload; 145 procedure AddRange(Collection: TEnumerable<T>); overload; 146 procedure AddRange(const List: IList<T>); overload [all...] |
Antlr.Runtime.pas | 70 procedure Consume; 112 procedure Rewind(const Marker: Integer); overload; 125 procedure Rewind; overload; 139 procedure Release(const Marker: Integer); 166 procedure Seek(const Index: Integer); 191 procedure SetLine(const Value: Integer); 193 procedure SetCharPositionInLine(const Value: Integer); 233 procedure SetTokenType(const Value: Integer); 235 procedure SetLine(const Value: Integer); 237 procedure SetCharPositionInLine(const Value: Integer) [all...] |
Antlr.Runtime.Tree.pas | 131 procedure AddChild(const T, Child: IANTLRInterface); 242 procedure SetNodeType(const T: IANTLRInterface; const NodeType: Integer); 247 procedure SetNodeText(const T: IANTLRInterface; const Text: String); 272 procedure SetTokenBoundaries(const T: IANTLRInterface; const StartToken, 291 procedure SetChild(const T: IANTLRInterface; const I: Integer; const Child: IANTLRInterface); 307 procedure SetParent(const T, Parent: IANTLRInterface); 317 procedure SetChildIdex(const T: IANTLRInterface; const Index: Integer); 327 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex, 338 procedure SetHasUniqueNavigationNodes(const Value: Boolean); 386 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex [all...] |
Antlr.Runtime.Collections.pas | 63 procedure Push(const Item: T); 105 procedure SetItem(const Key: TKey; const Value: TValue); 108 procedure Add(const Key: TKey; const Value: TValue); 109 procedure Remove(const Key: TKey); 110 procedure Clear; 111 procedure TrimExcess; 113 procedure AddOrSetValue(const Key: TKey; const Value: TValue); 127 procedure Push(const Item: T); 168 procedure THashList<TKey, TValue>.Add(const Key: TKey; const Value: TValue); 175 procedure THashList<TKey, TValue>.AddOrSetValue(const Key: TKey [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
ant.cmd | 78 _testenv_: procedure expose env ANT_HOME JAVA_HOME 88 _getenv_: procedure expose env
|
runrc.cmd | 36 runit: procedure
|
antenv.cmd | 73 addpath: procedure 84 prepend: procedure 93 _getenv_: procedure expose env
|
envset.cmd | 95 addval: procedure expose sep equal orig expand newval mode env
|
/external/zlib/src/contrib/delphi/ |
ZLib.pas | 20 TFree = procedure (AppData, Block: Pointer); cdecl; 53 procedure Progress(Sender: TObject); dynamic; 133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer; 143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer; 151 procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer; 212 procedure adler32; external; 213 procedure compressBound; external; 214 procedure crc32; external; 215 procedure deflateInit2_; external; 216 procedure deflateParams; external [all...] |
/external/zlib/src/contrib/pascal/ |
example.pas | 37 procedure CHECK_ERR(err: Integer; msg: String); 46 procedure EXIT_ERR(const msg: String); 56 procedure test_compress(compr: Pointer; comprLen: LongInt; 82 procedure test_gzio(const fname: PChar; (* compressed file name *) 184 procedure test_deflate(compr: Pointer; comprLen: LongInt); 229 procedure test_inflate(compr: Pointer; comprLen : LongInt; 272 procedure test_large_deflate(compr: Pointer; comprLen: LongInt; 324 procedure test_large_inflate(compr: Pointer; comprLen: LongInt; 368 procedure test_flush(compr: Pointer; var comprLen : LongInt); 407 procedure test_sync(compr: Pointer; comprLen: LongInt [all...] |
zlibpas.pas | 19 free_func = procedure(opaque, address: Pointer); 261 procedure _free(Block: Pointer); cdecl; 266 procedure _memset(P: Pointer; B: Byte; count: Integer); cdecl; 271 procedure _memcpy(dest, source: Pointer; count: Integer); cdecl;
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
Delphi.stg | 128 procedure InitializeCyclicDFAs; 149 procedure Memoize(const Input: IIntStream; const RuleIndex, 157 procedure DoTokens; override; 218 procedure T<grammar.recognizerName>.InitializeCyclicDFAs; 228 procedure m<rule.ruleName>(<rule.ruleDescriptor.parameterScope:parameterScope(scope=rule)>);<\n> 294 procedure T<grammar.recognizerName>.Memoize(const Input: IIntStream; const RuleIndex, 363 procedure InitializeCyclicDFAs; 369 class procedure InitializeBitsets; static;<\n> 407 procedure T<grammar.recognizerName>.InitializeCyclicDFAs; 414 class procedure T<grammar.recognizerName>.InitializeBitsets [all...] |
AST.stg | 56 procedure SetAdaptor(const Value: ITreeAdaptor); 68 procedure T<grammar.recognizerName>.SetAdaptor(const Value: ITreeAdaptor); 81 procedure T<grammar.recognizerName>.T<ruleDescriptor:returnStructName()>.SetTree(const Value: IANTLRInterface); 93 procedure SetTree(const Value: IANTLRInterface); override;
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_mastergain_gnu.s | 106 .endfunc @ end of function/procedure
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_mastergain_gnu.s | 106 .endfunc @ end of function/procedure
|
/external/chromium_org/tools/find_runtime_symbols/ |
static_symbols.py | 60 class Procedure(object): 61 """A class for a procedure symbol and an address range for the symbol.""" 130 def _append_procedure(self, start, procedure): 131 self._procedures.append(start, procedure) 269 last_start, Procedure(last_start, start_val, routine)) 277 last_start, Procedure(last_start, last_start, routine))
|
/external/libpng/scripts/ |
makevms.com | 6 $! This procedure accepts one parameter (contrib), which causes it to build
|
/external/chromium_org/chrome_frame/cfinstall/src/stub/ |
prompt.js | 138 * Invokes the installation procedure with our configured parameters and
|
/external/openssh/contrib/suse/ |
openssh.spec | 95 - Changed permissions on ssh_config in the install procedure to 644 from 600
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
dfa.rb | 59 alternative has been chosen successfully and the prediction procedure ends. If
|
/external/zlib/src/ |
make_vms.com | 8 $! Make procedure history for Zlib 65 $ whoami = f$parse(f$environment("Procedure"),,,,"NO_CONCEAL") 761 $ write aopt f$fao(" symbol_vector=(!AS/!AS=PROCEDURE)",- 763 $ write bopt f$fao("!AS=PROCEDURE,-",shared_proc) 786 $ write aopt f$fao(" symbol_vector=(!AS/!AS=PROCEDURE)",- 788 $ write bopt f$fao("!AS=PROCEDURE,-",shared_proc)
|