Home
last modified time | relevance | path

Searched refs:_eof (Results 1 – 16 of 16) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DLookaheadStream.cs56 T _eof = null; field in Antlr.Runtime.Misc.LookaheadStream
66 return _eof;
69 _eof = value;
125 _eof = o; in Fill()
148 return _eof; in LT()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
DLookaheadStream.cs59 T _eof = null; field in Antlr.Runtime.Misc.LookaheadStream
71 return _eof;
75 _eof = value;
146 _eof = o; in Fill()
174 return _eof; in LT()
/external/iptables/iptables/
Diptables-apply17 cat <<-_eof heredoc
19 _eof
24 cat <<-_eof heredoc
28 _eof
40 cat <<-_eof heredoc
54 _eof
/external/xmlrpcpp/src/
DXmlRpcClient.cpp40 _eof = false; in XmlRpcClient()
145 if ((_connectionState != NO_CONNECTION && _connectionState != IDLE) || _eof) in setupConnection()
148 _eof = false; in setupConnection()
286 if ( ! XmlRpcSocket::nbRead(this->getfd(), _header, &_eof) || in readHeader()
287 (_eof && _header.length() == 0)) { in readHeader()
295 _eof = false; in readHeader()
322 if (_eof) // EOF in the middle of a response is an error in readHeader()
358 if ( ! XmlRpcSocket::nbRead(this->getfd(), _response, &_eof)) { in readResponse()
365 if (_eof) { in readResponse()
DXmlRpcClient.h110 bool _eof; variable
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
DCPP.stg1011 const static short <name>dfa<dfa.decisionNumber>_eof[<dfa.numberOfStates>] = {
1041 eof = <name>dfa<dfa.decisionNumber>_eof;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DActionScript.stg933 DFA<dfa.decisionNumber>_eot, DFA<dfa.decisionNumber>_eof, DFA<dfa.decisionNumber>_min,
950 private const DFA<dfa.decisionNumber>_eof:Array =
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DJavaScript.stg970 DFA<dfa.decisionNumber>_eof:
995 this.eof = <grammar.recognizerName>.DFA<dfa.decisionNumber>_eof;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg981 Readonly my $DFA<dfa.decisionNumber>_eof => ANTLR::Runtime::DFA->unpack_rle([ <dfa.javaCompressedEO…
1011 $self->eof($DFA<dfa.decisionNumber>_eof);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
DScala.stg1024 val DFA<dfa.decisionNumber>_eof: Array[Short] = DFA.unpackEncodedString(DFA<dfa.decisionNumber>_eof…
1042 this.eof = DFA<dfa.decisionNumber>_eof
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
DJava.stg1033 static final short[] DFA<dfa.decisionNumber>_eof = DFA.unpackEncodedString(DFA<dfa.decisionNumber>_…
1054 this.eof = DFA<dfa.decisionNumber>_eof;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg1103 DFA<dfa.decisionNumber>_eof = DFA.unpack(
1166 eof = self.DFA<dfa.decisionNumber>_eof,
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg1295 …private static readonly short[] DFA<dfa.decisionNumber>_eof = DFA.UnpackEncodedString(DFA<dfa.deci…
1320 this.eof = DFA<dfa.decisionNumber>_eof;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg1274 …private static readonly short[] DFA<dfa.decisionNumber>_eof = DFA.UnpackEncodedString(DFA<dfa.deci…
1299 this.eof = DFA<dfa.decisionNumber>_eof;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DObjC.stg1504 const static NSInteger dfa<dfa.decisionNumber>_eof[<dfa.numberOfStates>] =
1530 eof = dfa<dfa.decisionNumber>_eof;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg2483 static const ANTLR3_INT32 dfa<dfa.decisionNumber>_eof[<dfa.numberOfStates>] =
2571 dfa<dfa.decisionNumber>_eof, /* EOF table */