Searched refs:eof (Results 76 - 100 of 476) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DDFA.java43 protected short[] eof; field in class:DFA
129 if ( c==(char)Token.EOF && eof[s]>=0 ) { // EOF Transition to accept state?
130 if ( debug ) System.err.println("accept via EOF; predict "+accept[eof[s]]+" from "+eof[s]);
131 return accept[eof[s]];
138 System.err.println("eof["+s+"]="+eof[s]);
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtestdfa.py33 eof=[],
/external/curl/tests/libtest/
H A Dlib654.c52 int eof = !*pooh->readptr; local
57 eof = pooh->sizeleft <= 0;
58 if(!eof)
61 if(!eof) {
/external/flac/include/FLAC/
H A Dcallback.h175 FLAC__IOCallback_Eof eof; member in struct:__anon7209
/external/libcxx/test/std/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/
H A Dccp.pass.cpp34 assert(in.eof());
H A Dccp_size.pass.cpp34 assert(in.eof());
H A Dcp.pass.cpp34 assert(in.eof());
H A Dcp_size.pass.cpp34 assert(in.eof());
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
H A Dget_streambuf_chart.pass.cpp42 overflow(typename base::int_type ch = base::traits_type::eof())
44 if (ch != base::traits_type::eof())
70 assert(is.eof());
85 assert(is.eof());
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/
H A Dsputbackc.pass.cpp35 int_type pbackfail(int_type = traits_type::eof())
H A Dsungetc.pass.cpp35 int_type pbackfail(int_type = traits_type::eof())
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string.io/
H A Dget_line_delim.pass.cpp38 assert(in.eof());
54 assert(in.eof());
72 assert(in.eof());
89 assert(in.eof());
/external/xmlrpcpp/src/
H A DXmlRpcSocket.h31 static bool nbRead(int socket, std::string& s, bool *eof);
/external/zlib/src/contrib/iostream3/
H A Dzfstream.cc193 return traits_type::eof();
203 return traits_type::eof();
221 return traits_type::eof();
223 if (!traits_type::eq_int_type(c, traits_type::eof()))
235 return traits_type::eof();
238 return traits_type::eof();
244 else if (!traits_type::eq_int_type(c, traits_type::eof()))
248 return traits_type::eof();
253 return traits_type::eof();
258 if (traits_type::eq_int_type(c, traits_type::eof()))
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRLookaheadStream.h39 id eof; variable
45 @property (readwrite, retain, getter=getEof, setter=setEof) id 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 DANTLRLookaheadStream.h39 id eof; variable
45 @property (readwrite, retain, getter=getEof, setter=setEof) id 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 DANTLRLookaheadStream.h39 id eof; variable
45 @property (readwrite, retain, getter=getEof, setter=setEof) id 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 DANTLRDFA.h35 const int *eof; variable
72 @property const int *eof; variable
H A DANTLRLookaheadStream.h44 id eof; variable
47 @property (readwrite, retain, getter=getEof, setter=setEof:) id eof; variable
H A DANTLRTreeIterator.h48 __strong id<ANTLRBaseTree> eof; variable
58 @property(retain, readwrite) id<ANTLRBaseTree> eof; variable
/external/google-breakpad/src/processor/
H A Dbinarystream.h72 bool eof() const { return stream_.eof(); } function in class:google_breakpad::binarystream
/external/libchrome/base/files/
H A Dfile_util.cc72 if ((file1.eof() != file2.eof()) ||
79 } while (!file1.eof() || !file2.eof());
101 if ((file1.eof() != file2.eof()) ||
121 } while (!file1.eof() || !file2.eof());

Completed in 655 milliseconds

1234567891011>>