/external/google-breakpad/src/processor/ |
D | binarystream_unittest.cc | 51 ASSERT_FALSE(stream.eof()); in TEST_F() 53 ASSERT_TRUE(stream.eof()); in TEST_F() 58 ASSERT_FALSE(stream.eof()); in TEST_F() 61 EXPECT_FALSE(stream.eof()); in TEST_F() 66 ASSERT_FALSE(stream.eof()); in TEST_F() 68 ASSERT_TRUE(stream.eof()); in TEST_F() 73 ASSERT_FALSE(stream.eof()); in TEST_F() 76 EXPECT_FALSE(stream.eof()); in TEST_F() 81 ASSERT_FALSE(stream.eof()); in TEST_F() 83 ASSERT_TRUE(stream.eof()); in TEST_F() [all …]
|
D | binarystream.cc | 45 if (eof()) in operator >>() 53 if (!eof()) in operator >>() 66 if (!eof()) in operator >>() 74 if (!eof()) in operator >>() 82 if (!eof()) in operator >>()
|
/external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/ |
D | pbackfail.pass.cpp | 30 pbackfail(typename base::int_type c = base::type_traits::eof()) in pbackfail() 44 assert(sb.snextc() == std::char_traits<char>::eof()); in main() 46 assert(sb.pbackfail('3') == std::char_traits<char>::eof()); in main() 48 assert(sb.pbackfail(std::char_traits<char>::eof()) != std::char_traits<char>::eof()); in main() 49 assert(sb.pbackfail(std::char_traits<char>::eof()) == std::char_traits<char>::eof()); in main() 58 assert(sb.snextc() == std::char_traits<char>::eof()); in main() 61 assert(sb.pbackfail(std::char_traits<char>::eof()) != std::char_traits<char>::eof()); in main() 62 assert(sb.pbackfail(std::char_traits<char>::eof()) == std::char_traits<char>::eof()); in main() 71 assert(sb.snextc() == std::char_traits<wchar_t>::eof()); in main() 73 assert(sb.pbackfail(L'3') == std::char_traits<wchar_t>::eof()); in main() [all …]
|
D | underflow.pass.cpp | 45 assert(sb.snextc() == std::char_traits<char>::eof()); in main() 46 assert(sb.underflow() == std::char_traits<char>::eof()); in main() 47 assert(sb.underflow() == std::char_traits<char>::eof()); in main() 63 assert(sb.snextc() == std::char_traits<wchar_t>::eof()); in main() 64 assert(sb.underflow() == std::char_traits<wchar_t>::eof()); in main() 65 assert(sb.underflow() == std::char_traits<wchar_t>::eof()); in main()
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
D | template.dat | 154 eof in table 181 eof in table 196 eof in table 223 eof in table 237 eof in table 316 eof in template 317 eof in select 330 eof in template 331 eof in select 345 eof in template [all …]
|
/external/pcre/dist/ |
D | RunTest.bat | 35 goto :eof 225 goto :eof 264 goto :eof 299 goto :eof 303 goto :eof 307 goto :eof 313 goto :eof 319 goto :eof 325 goto :eof 330 goto :eof [all …]
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/ |
D | get_chart.pass.cpp | 48 assert(!is.eof()); in main() 58 assert(!is.eof()); in main() 63 assert(!is.eof()); in main() 68 assert(!is.eof()); in main() 73 assert(!is.eof()); in main() 83 assert(!is.eof()); in main() 88 assert(!is.eof()); in main() 93 assert(!is.eof()); in main() 98 assert(!is.eof()); in main()
|
D | get.pass.cpp | 47 assert(!is.eof()); in main() 56 assert(!is.eof()); in main() 61 assert(!is.eof()); in main() 66 assert(!is.eof()); in main() 71 assert(!is.eof()); in main() 80 assert(!is.eof()); in main() 85 assert(!is.eof()); in main() 90 assert(!is.eof()); in main() 95 assert(!is.eof()); in main()
|
D | get_pointer_size.pass.cpp | 48 assert(!is.eof()); in main() 53 assert(!is.eof()); in main() 60 assert(!is.eof()); in main() 66 assert( is.eof()); in main() 76 assert(!is.eof()); in main() 81 assert(!is.eof()); in main() 88 assert(!is.eof()); in main() 94 assert( is.eof()); in main()
|
D | get_pointer_size_chart.pass.cpp | 48 assert(!is.eof()); in main() 53 assert(!is.eof()); in main() 60 assert(!is.eof()); in main() 66 assert( is.eof()); in main() 76 assert(!is.eof()); in main() 81 assert(!is.eof()); in main() 88 assert(!is.eof()); in main() 94 assert( is.eof()); in main()
|
D | ignore.pass.cpp | 48 assert(!is.eof()); in main() 52 assert(!is.eof()); in main() 56 assert( is.eof()); in main() 64 assert(!is.eof()); in main() 68 assert(!is.eof()); in main() 72 assert( is.eof()); in main()
|
D | read.pass.cpp | 48 assert(!is.eof()); in main() 53 assert(!is.eof()); in main() 58 assert( is.eof()); in main() 67 assert(!is.eof()); in main() 72 assert(!is.eof()); in main() 77 assert( is.eof()); in main()
|
D | getline_pointer_size_chart.pass.cpp | 48 assert(!is.eof()); in main() 53 assert(!is.eof()); in main() 58 assert( is.eof()); in main() 68 assert(!is.eof()); in main() 73 assert(!is.eof()); in main() 78 assert( is.eof()); in main()
|
D | getline_pointer_size.pass.cpp | 48 assert(!is.eof()); in main() 53 assert(!is.eof()); in main() 58 assert( is.eof()); in main() 68 assert(!is.eof()); in main() 73 assert(!is.eof()); in main() 78 assert( is.eof()); in main()
|
D | readsome.pass.cpp | 48 assert(!is.eof()); in main() 53 assert(!is.eof()); in main() 58 assert(!is.eof()); in main() 69 assert(!is.eof()); in main() 74 assert(!is.eof()); in main() 79 assert(!is.eof()); in main()
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/ |
D | chart.pass.cpp | 49 assert( is.eof()); in main() 58 assert(!is.eof()); in main() 62 assert(!is.eof()); in main() 66 assert(!is.eof()); in main() 75 assert(!is.eof()); in main() 79 assert(!is.eof()); in main() 83 assert(!is.eof()); in main()
|
/external/libcxx/include/ |
D | __std_stream | 49 virtual int_type pbackfail(int_type __c = traits_type::eof()); 72 __last_consumed_(traits_type::eof()), 112 __last_consumed_ = traits_type::eof(); 123 return traits_type::eof(); 146 return traits_type::eof(); 150 return traits_type::eof(); 156 return traits_type::eof(); 168 return traits_type::eof(); 180 if (traits_type::eq_int_type(__c, traits_type::eof())) 186 traits_type::eof()); [all …]
|
/external/apache-http/src/org/apache/http/impl/io/ |
D | ChunkedInputStream.java | 93 private boolean eof = false; field in ChunkedInputStream 126 if (this.eof) { in read() 131 if (this.eof) { in read() 156 if (eof) { in read() 161 if (eof) { in read() 195 eof = true; in nextChunk() 266 if (!eof) { in close() 270 eof = true; in close()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreeIterator.cs | 53 public object eof; field in Antlr.Runtime.Tree.TreeIterator 73 eof = adaptor.Create( TokenTypes.EndOfFile, "EOF" ); in TreeIterator() 105 nodes.Enqueue( eof ); in MoveNext() 121 Current = eof; in MoveNext() 149 nodes.Enqueue( eof ); // add to queue, might have UP nodes in there in MoveNext() 166 bool result = Current != eof || !reachedEof; in MoveNext() 167 reachedEof = Current == eof; in MoveNext()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | LookaheadStream.h | 45 public T eof = null; variable 53 public LookaheadStream(T eof) { in LookaheadStream() argument 54 this.eof = eof; in LookaheadStream() 95 if ( o==eof ) { in fill() 96 data.add(eof); in fill() 117 return eof; in LT()
|
D | ANTLRTreeIterator.m | 56 eof = [[adaptor createTree:ANTLRTokenTypeEOF Text:@"EOF"] retain]; 57 tree = eof; 58 root = eof; 74 eof = [[adaptor createTree:ANTLRTokenTypeEOF Text:@"EOF"] retain]; 90 eof = [[adaptor createTree:ANTLRTokenTypeEOF Text:@"EOF"] retain]; 102 if ( tree && tree != eof ) [tree release]; 103 if ( root && root != eof && root != tree ) [root release]; 106 if ( eof ) [eof release]; 140 [nodes addObject:eof]; 151 return eof; [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | TreeIterator.cs | 50 public object eof; field in Antlr.Runtime.Tree.TreeIterator 68 eof = adaptor.Create(TokenTypes.EndOfFile, "EOF"); in TreeIterator() 95 nodes.Enqueue(eof); in MoveNext() 105 Current = eof; in MoveNext() 126 nodes.Enqueue(eof); // add to queue, might have UP nodes in there in MoveNext() 141 return Current != eof; in MoveNext()
|
/external/libcxx/test/std/input.output/iostreams.base/ios/iostate.flags/ |
D | eof.pass.cpp | 26 assert(!ios.eof()); in main() 28 assert(ios.eof()); in main() 33 assert(!ios.eof()); in main() 35 assert(ios.eof()); in main()
|
/external/zlib/src/contrib/iostream3/ |
D | zfstream.cc | 193 return traits_type::eof(); in underflow() 203 return traits_type::eof(); in underflow() 221 return traits_type::eof(); in overflow() 223 if (!traits_type::eq_int_type(c, traits_type::eof())) in overflow() 235 return traits_type::eof(); in overflow() 238 return traits_type::eof(); in overflow() 244 else if (!traits_type::eq_int_type(c, traits_type::eof())) in overflow() 248 return traits_type::eof(); in overflow() 253 return traits_type::eof(); in overflow() 258 if (traits_type::eq_int_type(c, traits_type::eof())) in overflow() [all …]
|
/external/boringssl/src/crypto/base64/ |
D | base64.c | 274 int seof = -1, eof = 0, rv = -1, v, tmp, exp_nl; in EVP_DecodeUpdate() local 318 eof++; in EVP_DecodeUpdate() 319 if (eof > 2) { in EVP_DecodeUpdate() 345 if ((i + 1) == in_len && (((n & 3) == 0) || eof)) { in EVP_DecodeUpdate() 351 eof = 0; in EVP_DecodeUpdate() 353 eof++; in EVP_DecodeUpdate() 356 eof++; in EVP_DecodeUpdate() 376 if (eof > v) { in EVP_DecodeUpdate() 380 ret += (v - eof); in EVP_DecodeUpdate() 382 eof = 1; in EVP_DecodeUpdate() [all …]
|