HomeSort by relevance Sort by last modified time
    Searched refs:eof (Results 76 - 100 of 1085) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream.unformatted/
getline_pointer_size_chart.pass.cpp 48 assert(!is.eof());
53 assert(!is.eof());
58 assert( is.eof());
68 assert(!is.eof());
73 assert(!is.eof());
78 assert( is.eof());
readsome.pass.cpp 51 assert(!is.eof());
56 assert(!is.eof());
61 assert(!is.eof());
72 assert(!is.eof());
77 assert(!is.eof());
82 assert(!is.eof());
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
expect_scp 19 eof {
  /external/conscrypt/common/src/jni/main/include/conscrypt/
bio_stream.h 72 void setEof(bool eof) {
73 mEof = eof;
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
signed_char_pointer.pass.cpp 49 assert(!is.eof());
59 assert(!is.eof());
69 assert( is.eof());
80 assert(!is.eof());
unsigned_char_pointer.pass.cpp 49 assert(!is.eof());
59 assert(!is.eof());
69 assert( is.eof());
80 assert(!is.eof());
wchar_t_pointer.pass.cpp 49 assert(!is.eof());
59 assert(!is.eof());
69 assert( is.eof());
80 assert(!is.eof());
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.manip/
ws.pass.cpp 64 assert(is.eof());
66 assert(is.eof());
74 assert(is.eof());
76 assert(is.eof());
  /external/libcxx/test/std/strings/basic.string/string.nonmembers/string.io/
get_line.pass.cpp 35 assert(in.eof());
48 assert(in.eof());
63 assert(in.eof());
77 assert(in.eof());
  /frameworks/base/core/java/android/util/
Base64InputStream.java 33 private boolean eof; field in class:Base64InputStream
63 eof = false;
138 if (eof) return;
142 eof = true;
  /frameworks/native/cmds/installd/
file_parsing.h 34 while (!input_stream.eof()) {
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
MimeBoundaryInputStream.java 42 private boolean eof = false; field in class:MimeBoundaryInputStream
93 * Determines if the parent stream has reached EOF
95 * @return <code>true</code> if EOF has been reached for the parent stream,
104 * this stream will have reached EOF.
117 if (eof) {
142 eof = parenteof;
180 eof = true;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
signed_char_pointer.pass.cpp 49 assert(!is.eof());
59 assert(!is.eof());
69 assert( is.eof());
80 assert(!is.eof());
unsigned_char_pointer.pass.cpp 49 assert(!is.eof());
59 assert(!is.eof());
69 assert( is.eof());
80 assert(!is.eof());
wchar_t_pointer.pass.cpp 49 assert(!is.eof());
59 assert(!is.eof());
69 assert( is.eof());
80 assert(!is.eof());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream.manip/
ws.pass.cpp 64 assert(is.eof());
66 assert(is.eof());
74 assert(is.eof());
76 assert(is.eof());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.nonmembers/string.io/
get_line.pass.cpp 35 assert(in.eof());
48 assert(in.eof());
63 assert(in.eof());
77 assert(in.eof());
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
LookaheadStream.java 52 public T eof = null; field in class:LookaheadStream
68 * lookahead buffer. Return eof upon end of the stream we're pulling from.
88 /** Make sure we have at least one element to remove, even if EOF */
108 if ( isEOF(o) ) eof = o;
123 if ( (p+k-1) > data.size() ) return eof;
  /external/autotest/client/tests/aio_dio_bugs/src/
Makefile 5 TESTS=aio-dio-invalidate-failure aio-dio-subblock-eof-read \
14 aio-dio-subblock-eof-read: aio-dio-subblock-eof-read.c
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
bool.pass.cpp 58 assert( is.eof());
67 assert(!is.eof());
76 assert(!is.eof());
double.pass.cpp 58 assert( is.eof());
67 assert(!is.eof());
76 assert(!is.eof());
float.pass.cpp 58 assert( is.eof());
67 assert(!is.eof());
76 assert(!is.eof());
int.pass.cpp 58 assert( is.eof());
67 assert(!is.eof());
76 assert(!is.eof());
long.pass.cpp 58 assert( is.eof());
67 assert(!is.eof());
76 assert(!is.eof());
long_double.pass.cpp 58 assert( is.eof());
67 assert(!is.eof());
76 assert(!is.eof());

Completed in 669 milliseconds

1 2 34 5 6 7 8 91011>>