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

12 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRStreamEnumerator.h 38 id eof; variable
46 @property (retain) id eof; variable
LookaheadStream.m 41 /** Set to buffer index of eof when nextElement returns eof */
45 public T eof = null;
53 public LookaheadStream(T eof) {
54 this.eof = eof;
63 * lookahead buffer. Return eof upon end of the stream we're pulling from.
79 /** Make sure we have at least one element to remove, even if EOF */
95 if ( o==eof ) {
96 data.add(eof);
    [all...]
LookaheadStream.h 41 /** Set to buffer index of eof when nextElement returns eof */
45 public T eof = null; member in class:FastQueue
53 public LookaheadStream(T eof) {
54 this.eof = eof;
63 * lookahead buffer. Return eof upon end of the stream we're pulling from.
79 /** Make sure we have at least one element to remove, even if EOF */
95 if ( o==eof ) {
96 data.add(eof);
    [all...]
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
not_eof.pass.cpp 29 assert(std::char_traits<char16_t>::not_eof(std::char_traits<char16_t>::eof()) !=
30 std::char_traits<char16_t>::eof());
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
not_eof.pass.cpp 29 assert(std::char_traits<char32_t>::not_eof(std::char_traits<char32_t>::eof()) !=
30 std::char_traits<char32_t>::eof());
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
not_eof.pass.cpp 24 assert(std::char_traits<wchar_t>::not_eof(std::char_traits<wchar_t>::eof()) !=
25 std::char_traits<wchar_t>::eof());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
not_eof.pass.cpp 29 assert(std::char_traits<char16_t>::not_eof(std::char_traits<char16_t>::eof()) !=
30 std::char_traits<char16_t>::eof());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
not_eof.pass.cpp 29 assert(std::char_traits<char32_t>::not_eof(std::char_traits<char32_t>::eof()) !=
30 std::char_traits<char32_t>::eof());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
not_eof.pass.cpp 24 assert(std::char_traits<wchar_t>::not_eof(std::char_traits<wchar_t>::eof()) !=
25 std::char_traits<wchar_t>::eof());
  /external/google-breakpad/src/processor/
binarystream_unittest.cc 51 ASSERT_FALSE(stream.eof());
53 ASSERT_TRUE(stream.eof());
58 ASSERT_FALSE(stream.eof());
61 EXPECT_FALSE(stream.eof());
66 ASSERT_FALSE(stream.eof());
68 ASSERT_TRUE(stream.eof());
73 ASSERT_FALSE(stream.eof());
76 EXPECT_FALSE(stream.eof());
81 ASSERT_FALSE(stream.eof());
83 ASSERT_TRUE(stream.eof());
    [all...]
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
chart.pass.cpp 49 assert( is.eof());
58 assert(!is.eof());
62 assert(!is.eof());
66 assert(!is.eof());
75 assert(!is.eof());
79 assert(!is.eof());
83 assert(!is.eof());
  /external/skia/tools/bookmaker/
fiddleParser.cpp 14 while (!this->eof()) {
38 } while (!this->eof() && this->next() && brackets > 0);
85 } while (!this->eof() && this->next());
152 } while (!bmh.eof() && !fiddle.eof());
155 } else if (!bmh.eof() || !fiddle.eof()) {
157 bmh.reportError("%s mismatched stdout eof\n");
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
NullInputStream.java 69 private boolean eof; field in class:NullInputStream
141 eof = false;
181 if (eof) {
220 if (eof) {
257 eof = false;
272 if (eof) {
322 eof = true;
NullReader.java 69 private boolean eof; field in class:NullReader
125 eof = false;
165 if (eof) {
204 if (eof) {
241 eof = false;
256 if (eof) {
306 eof = true;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
chart.pass.cpp 49 assert( is.eof());
58 assert(!is.eof());
62 assert(!is.eof());
66 assert(!is.eof());
75 assert(!is.eof());
79 assert(!is.eof());
83 assert(!is.eof());
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
get.pass.cpp 49 assert(!is.eof());
58 assert(!is.eof());
63 assert(!is.eof());
68 assert(!is.eof());
73 assert(!is.eof());
82 assert(!is.eof());
87 assert(!is.eof());
92 assert(!is.eof());
97 assert(!is.eof());
get_chart.pass.cpp 50 assert(!is.eof());
60 assert(!is.eof());
65 assert(!is.eof());
70 assert(!is.eof());
75 assert(!is.eof());
85 assert(!is.eof());
90 assert(!is.eof());
95 assert(!is.eof());
100 assert(!is.eof());
ignore.pass.cpp 13 // ignore(streamsize n = 1, int_type delim = traits::eof());
48 assert(!is.eof());
52 assert(!is.eof());
56 assert( is.eof());
64 assert(!is.eof());
68 assert(!is.eof());
72 assert( is.eof());
read.pass.cpp 50 assert(!is.eof());
55 assert(!is.eof());
60 assert( is.eof());
69 assert(!is.eof());
74 assert(!is.eof());
79 assert( is.eof());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream.unformatted/
get.pass.cpp 49 assert(!is.eof());
58 assert(!is.eof());
63 assert(!is.eof());
68 assert(!is.eof());
73 assert(!is.eof());
82 assert(!is.eof());
87 assert(!is.eof());
92 assert(!is.eof());
97 assert(!is.eof());
get_chart.pass.cpp 50 assert(!is.eof());
60 assert(!is.eof());
65 assert(!is.eof());
70 assert(!is.eof());
75 assert(!is.eof());
85 assert(!is.eof());
90 assert(!is.eof());
95 assert(!is.eof());
100 assert(!is.eof());
ignore.pass.cpp 13 // ignore(streamsize n = 1, int_type delim = traits::eof());
48 assert(!is.eof());
52 assert(!is.eof());
56 assert( is.eof());
64 assert(!is.eof());
68 assert(!is.eof());
72 assert( is.eof());
read.pass.cpp 50 assert(!is.eof());
55 assert(!is.eof());
60 assert( is.eof());
69 assert(!is.eof());
74 assert(!is.eof());
79 assert( is.eof());
  /external/libcxx/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/python/cpython3/PC/bdist_wininst/
build.bat 11 if errorlevel 1 goto :eof
14 if errorlevel 1 goto :eof
20 if errorlevel 1 goto :eof

Completed in 261 milliseconds

12 3 4 5 6 7 8 91011>>