Searched refs:eof (Results 101 - 125 of 423) sorted by relevance

1234567891011>>

/external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
H A Dfloat.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
H A Dint.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
H A Dlong.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
H A Dlong_double.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
H A Dlong_long.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
H A Dpointer.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
H A Dshort.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
H A Dunsigned_int.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
H A Dunsigned_long.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
H A Dunsigned_long_long.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
H A Dunsigned_short.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
H A Dchar.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
H A Dchar_pointer.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
H A Dsigned_char.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
H A Dsigned_char_pointer.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
H A Dunsigned_char.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
H A Dunsigned_char_pointer.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
H A Dendl.pass.cpp40 overflow(typename base::int_type __c = base::traits_type::eof())
42 if (__c != base::traits_type::eof())
H A Dends.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/
H A DCharT_pointer.pass.cpp41 overflow(typename base::int_type __c = base::traits_type::eof())
43 if (__c != base::traits_type::eof())
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
H A Dput.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
H A Dwrite.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
/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/stlport/src/
H A Dstdio_streambuf.h82 virtual int_type pbackfail(int_type c = traits_type::eof());
92 int_type overflow(int_type c = traits_type::eof());
/external/chromium_org/third_party/opus/src/src/
H A Drepacketizer_demo.c60 int i, eof=0; local
114 while (!eof)
129 eof = 1;
143 eof = 1;
155 if (eof)

Completed in 209 milliseconds

1234567891011>>