Searched refs:True (Results 1 - 25 of 1251) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugEventListenerConstants.cs42 public const int True = 1; field in class:Antlr.Runtime.Debug.DebugEventListenerConstants
H A DDebugEventSocketProxy.cs213 Transmit("endBacktrack\t" + level + "\t" + (successful ? DebugEventListenerConstants.True : DebugEventListenerConstants.False));
H A DRemoteDebugEventSocketListener.cs389 listener.EndBacktrack(level, successI == DebugEventListenerConstants.True);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugEventListenerConstants.cs42 public const int True = 1; field in class:Antlr.Runtime.Debug.DebugEventListenerConstants
H A DDebugEventSocketProxy.cs245 Transmit( "endBacktrack\t" + level + "\t" + ( successful ? DebugEventListenerConstants.True : DebugEventListenerConstants.False ) );
H A DRemoteDebugEventSocketListener.cs507 listener.EndBacktrack( level, successI == DebugEventListenerConstants.True );
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas549 Foo := True;
555 Bar := True;
561 Baz := True;
567 Zip := True;
H A DAntlr.Runtime.Tree.Tests.pas577 Error := True;
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas302 Result := True;
H A DAntlr.Runtime.Tools.pas608 while True do
796 while True do
883 Exit(True);
923 Exit(True);
H A DAntlr.Runtime.Tree.pas3588 FDirty := True;
3962 FError := True;
4162 Result := True;
4225 Result := True;
4325 Node.HasTextArg := True;
4750 Exit(True);
4757 Exit(True);
4765 Result := True;
H A DAntlr.Runtime.pas2906 FApproximateLineInfo := True;
3152 FOwnsData := True;
3380 FOwnsData := True;
3526 Result := True;
3539 Result := True;
3673 HavePrintedAnElement := True;
4190 FState.Failed := True
4249 Result := CombineFollows(True);
4500 FState.Failed := True
4575 Result := True
[all...]
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddebug.py91 self.initialStreamState = True
H A Dexceptions.py155 self.approximateLineInfo = True
H A Dmain.py109 while True:
H A Drecognizers.py255 return True
285 self._state.errorRecovery = True
646 return self.combineFollows(True)
794 ## return True
950 return True
1278 ## self.errorRecovery = True
H A Dstreams.py691 discard = True
694 discard = True
708 discard = True
H A Dtree.py2277 return True
2297 return True
2462 self.first_time = True
2476 self.first_time = True
2490 return True
2496 return True
2623 self.dirty = True
H A Dtreewizard.py148 self.error = True
266 node.hasTextArg = True
578 return True
619 return True
/external/antlr/antlr-3.4/runtime/Python/
H A Dsetup.py38 for root, dirs, files in os.walk(path, topdown=True):
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt012lexerXML.py33 while True:
64 while True:
88 while True:
112 while True:
131 ## while True:
172 ## while True:
H A Dt019lexer.py16 while True:
H A Dt020fuzzy.py19 while True:
H A Dt021hoist.py18 parser.enableEnum = True
H A Dt022scopes.py51 parser.b(True)

Completed in 325 milliseconds

1234567891011>>