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

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/
cp.pass.cpp 34 assert(in.eof());
cp_size.pass.cpp 34 assert(in.eof());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream.unformatted/
get_streambuf.pass.cpp 41 overflow(typename base::int_type __c = base::traits_type::eof())
43 if (__c != base::traits_type::eof())
69 assert(is.eof());
84 assert(is.eof());
get_streambuf_chart.pass.cpp 42 overflow(typename base::int_type __c = base::traits_type::eof())
44 if (__c != base::traits_type::eof())
70 assert(is.eof());
85 assert(is.eof());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/
sputbackc.pass.cpp 35 int_type pbackfail(int_type = traits_type::eof())
sungetc.pass.cpp 35 int_type pbackfail(int_type = traits_type::eof())
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.nonmembers/string.io/
get_line_delim.pass.cpp 38 assert(in.eof());
54 assert(in.eof());
72 assert(in.eof());
89 assert(in.eof());
  /prebuilts/go/darwin-x86/src/runtime/
profbuf_test.go 22 rdata, rtags, eof := b.Read(ProfBufNonBlocking)
26 if eof {
27 t.Fatalf("unexpected eof")
33 eof := data == nil
35 if !reflect.DeepEqual(rdata, data) || !reflect.DeepEqual(rtags, tags) || reof != eof {
37 t.Errorf("unexpected profile read:\nhave data %#x\nwant data %#x\nhave tags %#x\nwant tags %#x\nhave eof=%v, want %v", rdata, data, rtags, tags, reof, eof)
51 rdata, rtags, eof := b.Read(ProfBufBlocking)
52 if rdata != nil || rtags != nil || !eof {
53 t.Errorf("unexpected profile read: %#x, %#x, eof=%v; want nil, nil, eof=true", rdata, rtags, eof
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
profbuf_test.go 22 rdata, rtags, eof := b.Read(ProfBufNonBlocking)
26 if eof {
27 t.Fatalf("unexpected eof")
33 eof := data == nil
35 if !reflect.DeepEqual(rdata, data) || !reflect.DeepEqual(rtags, tags) || reof != eof {
37 t.Errorf("unexpected profile read:\nhave data %#x\nwant data %#x\nhave tags %#x\nwant tags %#x\nhave eof=%v, want %v", rdata, data, rtags, tags, reof, eof)
51 rdata, rtags, eof := b.Read(ProfBufBlocking)
52 if rdata != nil || rtags != nil || !eof {
53 t.Errorf("unexpected profile read: %#x, %#x, eof=%v; want nil, nil, eof=true", rdata, rtags, eof
    [all...]
  /external/zlib/src/contrib/iostream3/
zfstream.cc 193 return traits_type::eof();
198 // Indicates error or EOF
203 return traits_type::eof();
221 return traits_type::eof();
222 // Add extra character to buffer if not EOF
223 if (!traits_type::eq_int_type(c, traits_type::eof()))
235 return traits_type::eof();
238 return traits_type::eof();
243 // Write extra character to file if not EOF
244 else if (!traits_type::eq_int_type(c, traits_type::eof()))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h 93 // returns traits_type::eof()), the iterator becomes equal to
96 // is EOF, or -1.
103 : _M_sbuf(0), _M_c(traits_type::eof()) { } function in class:istreambuf_iterator
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } function in class:istreambuf_iterator
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { } function in class:istreambuf_iterator
145 _M_c = traits_type::eof();
162 _M_c = traits_type::eof();
179 const int_type __eof = traits_type::eof();
197 const int_type __eof = traits_type::eof();
253 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
streambuf_iterator.h 93 // returns traits_type::eof()), the iterator becomes equal to
96 // is EOF, or -1.
103 : _M_sbuf(0), _M_c(traits_type::eof()) { } function in class:istreambuf_iterator
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } function in class:istreambuf_iterator
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { } function in class:istreambuf_iterator
145 _M_c = traits_type::eof();
162 _M_c = traits_type::eof();
179 const int_type __eof = traits_type::eof();
197 const int_type __eof = traits_type::eof();
253 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/iostream3/
zfstream.cc 193 return traits_type::eof();
198 // Indicates error or EOF
203 return traits_type::eof();
221 return traits_type::eof();
222 // Add extra character to buffer if not EOF
223 if (!traits_type::eq_int_type(c, traits_type::eof()))
235 return traits_type::eof();
238 return traits_type::eof();
243 // Write extra character to file if not EOF
244 else if (!traits_type::eq_int_type(c, traits_type::eof()))
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRLookaheadStream.h 39 id eof; variable
45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof; variable
ANTLRTreeIterator.h 46 id<ANTLRTree> eof; variable
53 @property(retain, readwrite) id<ANTLRTree> eof; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRLookaheadStream.h 39 id eof; variable
45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof; variable
ANTLRTreeIterator.h 46 id<ANTLRTree> eof; variable
53 @property(retain, readwrite) id<ANTLRTree> eof; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRLookaheadStream.h 39 id eof; variable
45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof; variable
ANTLRTreeIterator.h 46 id<ANTLRTree> eof; variable
53 @property(retain, readwrite) id<ANTLRTree> eof; variable
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDFA.h 35 const int *eof; variable
72 @property const int *eof; variable
ANTLRLookaheadStream.h 44 id eof; variable
47 @property (readwrite, retain, getter=getEof, setter=setEof:) id eof; variable
ANTLRTreeIterator.h 48 __strong id<ANTLRBaseTree> eof; variable
58 @property(retain, readwrite) id<ANTLRBaseTree> eof; variable
  /external/google-breakpad/src/processor/
binarystream.h 72 bool eof() const { return stream_.eof(); } function in class:google_breakpad::binarystream
81 // This is to clear all the error flags, since only the EOF flag is cleared
  /external/libchrome/base/files/
file_util.cc 72 if ((file1.eof() != file2.eof()) ||
79 } while (!file1.eof() || !file2.eof());
100 // Check for mismatched EOF states, or any error state.
101 if ((file1.eof() != file2.eof()) ||
121 } while (!file1.eof() || !file2.eof());
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
streambuf.pass.cpp 44 overflow(typename base::int_type ch = base::traits_type::eof())
46 if (ch != base::traits_type::eof())

Completed in 483 milliseconds

1 2 3 4 5 67 8 91011>>