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

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/
underflow.pass.cpp 45 assert(sb.snextc() == std::char_traits<char>::eof());
46 assert(sb.underflow() == std::char_traits<char>::eof());
47 assert(sb.underflow() == std::char_traits<char>::eof());
63 assert(sb.snextc() == std::char_traits<wchar_t>::eof());
64 assert(sb.underflow() == std::char_traits<wchar_t>::eof());
65 assert(sb.underflow() == std::char_traits<wchar_t>::eof());
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java 93 private boolean eof = false; field in class:ChunkedInputStream
126 if (this.eof) {
131 if (this.eof) {
156 if (eof) {
161 if (eof) {
195 eof = true;
266 if (!eof) {
270 eof = true;
281 * Exhaust an input stream, reading until EOF has been encountered.
  /libcore/ojluni/src/main/java/java/net/
SocketInputStream.java 52 private boolean eof; field in class:SocketInputStream
150 // EOF already encountered
151 if (eof) {
205 * If we get here we are at EOF, the socket has been closed,
217 eof = true;
225 if (eof) {
264 // Android-changed: Bug fix, if eof == true, we must indicate that we
266 if (eof) {
290 void setEOF(boolean eof) {
291 this.eof = eof
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream.unformatted/
get_pointer_size.pass.cpp 48 assert(!is.eof());
53 assert(!is.eof());
60 assert(!is.eof());
66 assert( is.eof());
76 assert(!is.eof());
81 assert(!is.eof());
88 assert(!is.eof());
94 assert( is.eof());
get_pointer_size_chart.pass.cpp 48 assert(!is.eof());
53 assert(!is.eof());
60 assert(!is.eof());
66 assert( is.eof());
76 assert(!is.eof());
81 assert(!is.eof());
88 assert(!is.eof());
94 assert( is.eof());
peek.pass.cpp 47 assert(!is.eof());
52 assert(!is.eof());
60 assert(!is.eof());
65 assert(!is.eof());
getline_pointer_size.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());
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/
template 24 # flag is still clear when EOF is reached, this test fails. If there are
57 eof { break }
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRStreamEnumerator.h 38 id eof; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRStreamEnumerator.h 38 id eof; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRStreamEnumerator.h 38 id eof; variable
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
signed_char.pass.cpp 49 assert( is.eof());
58 assert(!is.eof());
62 assert(!is.eof());
66 assert(!is.eof());
unsigned_char.pass.cpp 49 assert( is.eof());
58 assert(!is.eof());
62 assert(!is.eof());
66 assert(!is.eof());
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
peek.pass.cpp 47 assert(!is.eof());
52 assert(!is.eof());
60 assert(!is.eof());
65 assert(!is.eof());
getline_pointer_size.pass.cpp 58 assert(!is.eof());
63 assert(!is.eof());
68 assert( is.eof());
74 assert( is.eof());
93 assert( is.eof());
104 assert(!is.eof());
109 assert(!is.eof());
114 assert( is.eof());
120 assert( is.eof());
139 assert( is.eof());
    [all...]
getline_pointer_size_chart.pass.cpp 58 assert(!is.eof());
63 assert(!is.eof());
68 assert( is.eof());
74 assert( is.eof());
93 assert( is.eof());
104 assert(!is.eof());
109 assert(!is.eof());
114 assert( is.eof());
120 assert( is.eof());
139 assert( is.eof());
    [all...]
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());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
signed_char.pass.cpp 49 assert( is.eof());
58 assert(!is.eof());
62 assert(!is.eof());
66 assert(!is.eof());
unsigned_char.pass.cpp 49 assert( is.eof());
58 assert(!is.eof());
62 assert(!is.eof());
66 assert(!is.eof());
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeIterator.cs 40 * Emit navigation nodes (DOWN, UP, and EOF) to let show tree structure.
53 public object eof; field in class:Antlr.Runtime.Tree.TreeIterator
73 eof = adaptor.Create( TokenTypes.EndOfFile, "EOF" );
105 nodes.Enqueue( eof );
121 Current = eof;
149 nodes.Enqueue( eof ); // add to queue, might have UP nodes in there
166 bool result = Current != eof || !reachedEof;
167 reachedEof = Current == eof;
  /external/skqp/tools/bookmaker/
fiddleParser.cpp 40 while (!this->eof()) {
64 } while (!this->eof() && this->next() && brackets > 0);
111 } while (!this->eof() && this->next());
178 } while (!bmh.eof() && !fiddle.eof());
181 } else if (!bmh.eof() || !fiddle.eof()) {
183 bmh.reportError("%s mismatched stdout eof\n");
  /external/google-breakpad/src/processor/
binarystream.cc 45 if (eof())
53 if (!eof())
66 if (!eof())
74 if (!eof())
82 if (!eof())
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
pointer.pass.cpp 62 assert( is.eof());
71 assert(!is.eof());
80 assert(!is.eof());
89 assert( is.eof());
98 assert( is.eof());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
pointer.pass.cpp 62 assert( is.eof());
71 assert(!is.eof());
80 assert(!is.eof());
89 assert( is.eof());
98 assert( is.eof());
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeIterator.cs 39 * Emit navigation nodes (DOWN, UP, and EOF) to let show tree structure.
50 public object eof; field in class:Antlr.Runtime.Tree.TreeIterator
68 eof = adaptor.Create(TokenTypes.EndOfFile, "EOF");
95 nodes.Enqueue(eof);
105 Current = eof;
126 nodes.Enqueue(eof); // add to queue, might have UP nodes in there
141 return Current != eof;

Completed in 891 milliseconds

1 23 4 5 6 7 8 91011>>