Searched refs:eof (Results 51 - 75 of 423) sorted by relevance

1234567891011>>

/external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
H A Dbool.pass.cpp58 assert( is.eof());
67 assert(!is.eof());
76 assert(!is.eof());
H A Ddouble.pass.cpp58 assert( is.eof());
67 assert(!is.eof());
76 assert(!is.eof());
H A Dfloat.pass.cpp58 assert( is.eof());
67 assert(!is.eof());
76 assert(!is.eof());
H A Dint.pass.cpp58 assert( is.eof());
67 assert(!is.eof());
76 assert(!is.eof());
H A Dlong.pass.cpp58 assert( is.eof());
67 assert(!is.eof());
76 assert(!is.eof());
H A Dlong_double.pass.cpp58 assert( is.eof());
67 assert(!is.eof());
76 assert(!is.eof());
H A Dlong_long.pass.cpp58 assert( is.eof());
67 assert(!is.eof());
76 assert(!is.eof());
H A Dshort.pass.cpp58 assert( is.eof());
67 assert(!is.eof());
76 assert(!is.eof());
H A Dunsigned_int.pass.cpp58 assert( is.eof());
67 assert(!is.eof());
76 assert(!is.eof());
H A Dunsigned_long.pass.cpp58 assert( is.eof());
67 assert(!is.eof());
76 assert(!is.eof());
H A Dunsigned_long_long.pass.cpp58 assert( is.eof());
67 assert(!is.eof());
76 assert(!is.eof());
H A Dunsigned_short.pass.cpp58 assert( is.eof());
67 assert(!is.eof());
76 assert(!is.eof());
/external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Dpbackfail.pass.cpp14 // int_type pbackfail(int_type c = traits::eof());
38 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);}
48 assert(f.pbackfail(L'a') == test_buf::traits_type::eof());
55 assert(f.pbackfail(L'a') == test_buf::traits_type::eof());
/external/libvorbis/examples/
H A Dvorbisfile_example.c37 int eof=0; local
67 while(!eof){
71 eof=1;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeIterator.java50 public Object eof; field in class:TreeIterator
68 eof = adaptor.create(Token.EOF, "EOF");
89 nodes.add(eof);
98 if ( tree==null ) return eof;
119 nodes.add(eof); // add to queue, might have UP nodes in there
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddfa.py49 eot, eof, min, max, accept, special, transition
56 self.eof = eof
136 if c == EOF and self.eof[s] >= 0:
138 # % self.accept[self.eof[s]]
139 return self.accept[self.eof[s]]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DDFA.cs62 protected short[] eof; field in class:Antlr.Runtime.DFA
152 if (c == unchecked((char)TokenTypes.EndOfFile) && eof[s] >= 0) { // EOF Transition to accept state?
154 Console.Error.WriteLine("accept via EOF; predict " + accept[eof[s]] + " from " + eof[s]);
155 return accept[eof[s]];
162 Console.Error.WriteLine("eof[" + s + "]=" + eof[s]);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DDFA.cs57 protected short[] eof; field in class:Antlr.Runtime.DFA
178 if ( c == unchecked( (char)TokenTypes.EndOfFile ) && eof[s] >= 0 )
181 Console.Error.WriteLine( "accept via EOF; predict " + accept[eof[s]] + " from " + eof[s] );
182 return accept[eof[s]];
190 Console.Error.WriteLine( "eof[" + s + "]=" + eof[s] );
/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/qemu/android/utils/
H A Dlineinput.c22 int eof; member in struct:LineInput
103 if (input->eof) {
118 input->eof = 1;
140 return (input->eof != 0);
201 * as an eof, or bad things usually happen after that. */
202 input->eof = 1;
238 input->eof = 1;
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtestdfa.py33 eof=[],
/external/flac/include/FLAC/
H A Dcallback.h174 FLAC__IOCallback_Eof eof; member in struct:__anon21456
/external/libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/
H A Dccp.pass.cpp33 assert(in.eof());
H A Dccp_size.pass.cpp33 assert(in.eof());
H A Dcp.pass.cpp33 assert(in.eof());

Completed in 415 milliseconds

1234567891011>>