Searched refs:eof (Results 76 - 100 of 423) sorted by relevance

1234567891011>>

/external/libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/
H A Dcp_size.pass.cpp33 assert(in.eof());
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/
H A Dsputbackc.pass.cpp35 int_type pbackfail(int_type c = traits_type::eof())
H A Dsungetc.pass.cpp35 int_type pbackfail(int_type c = traits_type::eof())
/external/libcxx/test/strings/basic.string/string.nonmembers/string.io/
H A Dget_line_delim.pass.cpp38 assert(in.eof());
54 assert(in.eof());
72 assert(in.eof());
89 assert(in.eof());
/external/llvm/lib/ProfileData/
H A DInstrProf.cpp28 case instrprof_error::eof:
/external/stlport/stlport/stl/
H A D_streambuf.c56 const int_type __eof = _Traits::eof();
87 const int_type __eof = _Traits::eof();
115 const int_type __eof = _Traits::eof();
139 int_type __eof = _Traits::eof();
151 return _Traits::eof();
157 return _Traits::eof();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?
164 _Traits::eof() :
171 { return _Traits::eof(); }
/external/stlport/test/unit/
H A Dfull_streambuf.h33 return traits_type::eof();
/external/zlib/src/contrib/iostream3/
H A Dzfstream.cc193 return traits_type::eof();
203 return traits_type::eof();
221 return traits_type::eof();
223 if (!traits_type::eq_int_type(c, traits_type::eof()))
235 return traits_type::eof();
238 return traits_type::eof();
244 else if (!traits_type::eq_int_type(c, traits_type::eof()))
248 return traits_type::eof();
253 return traits_type::eof();
258 if (traits_type::eq_int_type(c, traits_type::eof()))
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRLookaheadStream.h39 id eof; variable
45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof; variable
H A DANTLRTreeIterator.h46 id<ANTLRTree> eof; variable
53 @property(retain, readwrite) id<ANTLRTree> eof; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRLookaheadStream.h39 id eof; variable
45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof; variable
H A DANTLRTreeIterator.h46 id<ANTLRTree> eof; variable
53 @property(retain, readwrite) id<ANTLRTree> eof; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRLookaheadStream.h39 id eof; variable
45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof; variable
H A DANTLRTreeIterator.h46 id<ANTLRTree> eof; variable
53 @property(retain, readwrite) id<ANTLRTree> eof; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRDFA.h35 const int *eof; variable
72 @property const int *eof; variable
H A DANTLRLookaheadStream.h44 id eof; variable
47 @property (readwrite, retain, getter=getEof, setter=setEof:) id eof; variable
H A DANTLRTreeIterator.h48 __strong id<ANTLRBaseTree> eof; variable
58 @property(retain, readwrite) id<ANTLRBaseTree> eof; variable
/external/chromium_org/base/files/
H A Dfile_util.cc76 if ((file1.eof() != file2.eof()) ||
83 } while (!file1.eof() || !file2.eof());
105 if ((file1.eof() != file2.eof()) ||
125 } while (!file1.eof() || !file2.eof());
/external/chromium_org/content/browser/gpu/
H A Dcompositor_util.cc44 const GpuFeatureInfo GetGpuFeatureInfo(size_t index, bool* eof) { argument
160 *eof = (index == arraysize(kGpuFeatureInfo) - 1);
288 bool eof = false; local
289 for (size_t i = 0; !eof; ++i) {
290 const GpuFeatureInfo gpu_feature_info = GetGpuFeatureInfo(i, &eof);
358 bool eof = false; local
359 for (size_t i = 0; !eof; ++i) {
360 const GpuFeatureInfo gpu_feature_info = GetGpuFeatureInfo(i, &eof);
/external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
H A Dstreambuf.pass.cpp44 overflow(typename base::int_type __c = base::traits_type::eof())
46 if (__c != base::traits_type::eof())
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
H A Dbasic_ios.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
H A Dios_base.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
H A Dostream.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
H A Dstreambuf.pass.cpp44 overflow(typename base::int_type __c = base::traits_type::eof())
46 if (__c != base::traits_type::eof())
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
H A Ddouble.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())

Completed in 1168 milliseconds

1234567891011>>