HomeSort by relevance Sort by last modified time
    Searched refs:eof (Results 276 - 300 of 980) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
CharT.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
CharT_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
char.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
char_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
char_to_wide.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
char_to_wide_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
signed_char.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
signed_char_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
unsigned_char.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
unsigned_char_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/
get_time.pass.cpp 54 assert(is.eof());
73 assert(is.eof());
put_money.pass.cpp 36 overflow(typename base::int_type __c = base::traits_type::eof())
38 if (__c != base::traits_type::eof())
put_time.pass.cpp 36 overflow(typename base::int_type __c = base::traits_type::eof())
38 if (__c != base::traits_type::eof())
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
bool.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
CharT.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
CharT_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
char.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
char_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
char_to_wide.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
char_to_wide_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
signed_char.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
signed_char_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
unsigned_char.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
unsigned_char_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DFA.cs 62 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]];
157 // not in range and not EOF/EOT, must be invalid symbol
162 Console.Error.WriteLine("eof[" + s + "]=" + eof[s])
    [all...]

Completed in 341 milliseconds

<<11121314151617181920>>