Searched defs:eof (Results 1 - 25 of 130) sorted by relevance

123456

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRStreamEnumerator.h38 id eof; variable
H A DANTLRLookaheadStream.h39 id eof; variable
45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof; variable
H A DANTLRDFA.h35 const int *eof; variable
H A DANTLRTreeIterator.h46 id<ANTLRTree> eof; variable
53 @property(retain, readwrite) id<ANTLRTree> eof; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRStreamEnumerator.h38 id eof; variable
H A DANTLRLookaheadStream.h39 id eof; variable
45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof; variable
H A DANTLRDFA.h35 const int *eof; variable
H A DANTLRTreeIterator.h46 id<ANTLRTree> eof; variable
53 @property(retain, readwrite) id<ANTLRTree> eof; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRStreamEnumerator.h38 id eof; variable
H A DANTLRLookaheadStream.h39 id eof; variable
45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof; variable
H A DANTLRDFA.h35 const int *eof; variable
H A DANTLRTreeIterator.h46 id<ANTLRTree> eof; variable
53 @property(retain, readwrite) id<ANTLRTree> eof; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRStreamEnumerator.h38 id eof; variable
46 @property (retain) id eof; variable
H A DANTLRLookaheadStream.h44 id eof; variable
47 @property (readwrite, retain, getter=getEof, setter=setEof:) id eof; variable
H A DANTLRDFA.h35 const int *eof; variable
72 @property const int *eof; variable
H A DANTLRTreeIterator.h48 __strong id<ANTLRBaseTree> eof; variable
58 @property(retain, readwrite) id<ANTLRBaseTree> eof; variable
/external/libvorbis/examples/
H A Dvorbisfile_example.c37 int eof=0; local
67 while(!eof){
71 eof=1;
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3cyclicdfa.h78 const ANTLR3_INT32 * const eof; member in struct:ANTLR3_CYCLIC_DFA_struct
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeIterator.cs50 public object eof; field in class:Antlr.Runtime.Tree.TreeIterator
68 eof = adaptor.Create(TokenTypes.EndOfFile, "EOF");
95 nodes.Enqueue(eof);
105 Current = eof;
126 nodes.Enqueue(eof); // add to queue, might have UP nodes in there
141 return Current != eof;
/external/conscrypt/common/src/jni/main/include/
H A DBioStream.h72 void setEof(bool eof) { argument
73 mEof = eof;
/external/flac/include/FLAC/
H A Dcallback.h175 FLAC__IOCallback_Eof eof; member in struct:__anon6486
/external/google-breakpad/src/processor/
H A Dbinarystream.h72 bool eof() const { return stream_.eof(); } function in class:google_breakpad::binarystream
/external/nanopb-c/examples/using_union_messages/
H A Ddecode.c21 bool eof; local
23 while (pb_decode_tag(stream, &wire_type, &tag, &eof))
/external/syslinux/com32/menu/
H A Dprintmsg.c41 int eof = 0; local
52 while (!eof && (ch = getc(f)) != EOF) {
66 eof = 1;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeIterator.cs53 public object eof; field in class:Antlr.Runtime.Tree.TreeIterator
73 eof = adaptor.Create( TokenTypes.EndOfFile, "EOF" );
105 nodes.Enqueue( eof );
121 Current = eof;
149 nodes.Enqueue( eof ); // add to queue, might have UP nodes in there
166 bool result = Current != eof || !reachedEof;
167 reachedEof = Current == eof;

Completed in 532 milliseconds

123456