Searched refs:eof (Results 251 - 275 of 476) sorted by relevance

<<11121314151617181920

/external/skqp/src/core/
H A DSkReadBuffer.h100 bool eof() { return fReader.eof(); } function in class:SkReadBuffer
/external/skqp/third_party/harfbuzz/
H A Dhb-buffer-deserialize-text.hh337 const char *eof = pe, *tok = NULL; local
488 if ( p == eof )
/external/webrtc/webrtc/modules/audio_coding/test/
H A DRTPFile.cc119 bool eof = _rtpQueue.empty(); local
121 return eof;
/external/skia/tools/bookmaker/
H A DmdOut.cpp83 if (!t.eof() && '~' == base[0] && !isalnum(base[1])) {
92 if (!t.eof() && '"' == t.peek() && start > wordStart && '"' == start[-1]) {
103 if (!t.eof() && '(' == t.peek() && t.strnchr(')', t.fEnd)) {
141 all_lower(ref) && (t.eof() || '(' != t.peek())) {
148 if (!t.eof() && '(' == t.peek()) {
219 if (!t.eof() && ' ' != t.peek()) {
256 } while (!t.eof());
466 if (parser.eof()) {
471 SkASSERT(!parser.eof());
1042 while (!code.eof()) {
[all...]
/external/python/cpython3/Modules/
H A D_bz2module.c52 char eof; /* T_BOOL expects a char */ member in struct:__anon19880
459 d->eof = 1;
542 if (d->eof) {
624 if (self->eof)
715 {"eof", T_BOOL, offsetof(BZ2Decompressor, eof),
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtree.py1782 eof = None
1791 eof = None
1804 eof = parent.eof
1821 if eof is not None:
1822 self.eof = eof
1824 self.eof = adaptor.createFromType(EOF, "EOF")
1954 return self.eof
2472 self.eof
[all...]
/external/nanopb-c/
H A Dpb_decode.c246 bool checkreturn pb_decode_tag(pb_istream_t *stream, pb_wire_type_t *wire_type, uint32_t *tag, bool *eof) argument
249 *eof = false;
256 *eof = true;
263 *eof = true; /* Special feature: allow 0-terminated messages. */
809 bool eof; local
811 if (!pb_decode_tag(stream, &wire_type, &tag, &eof))
813 if (eof)
/external/clang/unittests/Basic/
H A DSourceManagerTest.cpp94 if (tok.is(tok::eof))
214 if (tok.is(tok::eof))
318 if (tok.is(tok::eof))
/external/google-benchmark/test/
H A Doutput_test_helper.cc82 while (remaining_output.eof() == false) {
103 CHECK(remaining_output.eof() == false)
217 while (output.eof() == false) {
/external/libcxx/utils/google-benchmark/test/
H A Doutput_test_helper.cc82 while (remaining_output.eof() == false) {
103 CHECK(remaining_output.eof() == false)
217 while (output.eof() == false) {
/external/python/cpython2/Modules/zlib/
H A Dgzlib.c80 state->eof = 0; /* not at end of file */
400 state->eof = 0;
563 state->eof = 0;
/external/python/cpython3/Modules/zlib/
H A Dgzlib.c80 state->eof = 0; /* not at end of file */
404 state->eof = 0;
567 state->eof = 0;
/external/skia/tests/
H A DWriter32Test.cpp132 REPORTER_ASSERT(reporter, !reader.eof());
143 REPORTER_ASSERT(reporter, reader.eof());
308 REPORTER_ASSERT(reporter, reader.eof());
/external/skqp/tests/
H A DWriter32Test.cpp132 REPORTER_ASSERT(reporter, !reader.eof());
143 REPORTER_ASSERT(reporter, reader.eof());
308 REPORTER_ASSERT(reporter, reader.eof());
/external/zlib/src/
H A Dgzlib.c80 state->eof = 0; /* not at end of file */
404 state->eof = 0;
567 state->eof = 0;
/external/caliper/caliper/src/main/java/com/google/caliper/bridge/
H A DOpenedSocket.java92 } catch (EOFException eof) {
/external/clang/lib/Frontend/
H A DCacheTokens.cpp312 if ((Tok.isAtStartOfLine() || Tok.is(tok::eof)) &&
412 while (Tok.isNot(tok::eof) && !Tok.isAtStartOfLine());
439 while (Tok.isNot(tok::eof));
594 do { PP.Lex(Tok); } while (Tok.isNot(tok::eof));
/external/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp303 } while (!DirectiveToken.is(tok::eod) && DirectiveToken.isNot(tok::eof));
435 while (RawToken.isNot(tok::eof)) {
555 } while (RawToken.isNot(tok::eod) && RawToken.isNot(tok::eof));
600 } while (Tok.isNot(tok::eof));
/external/clang/lib/Parse/
H A DParseAST.cpp59 if (Tok.is(tok::eof)) {
60 OS << "<eof> parser at end of file\n";
/external/clang/unittests/Lex/
H A DPPConditionalDirectiveRecordTest.cpp112 if (tok.is(tok::eof))
/external/google-breakpad/src/processor/
H A Dsimple_symbol_supplier.cc92 string::traits_type::eof()));
/external/iputils/Modules/
H A Dpg3.c461 int len, int *eof, void *data)
467 *eof = 1;
473 int len, int *eof, void *data)
489 *eof = 1;
460 proc_pg_busy_read(char *buf , char **start, off_t offset, int len, int *eof, void *data) argument
472 proc_pg_read(char *buf , char **start, off_t offset, int len, int *eof, void *data) argument
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream_sentry/
H A Dctor.pass.cpp115 assert(is.eof());
/external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/
H A Doverflow.pass.cpp15 // int_type overflow(int_type c = traits::eof());
32 overflow(typename base::int_type c = base::traits_type::eof())
/external/libmtp/src/
H A Dplaylist-spl.c342 int eof = 0; local
347 while(!eof) {
364 eof = 1;
367 LIBMTP_PLST_DEBUG("read buff= {%dB new, %dB old/left-over}%s\n",(int)rdcnt, (int)(iw-w), eof?", EOF":"");
426 // otherwise we need to save our partial work, if we're not quiting (eof).

Completed in 1350 milliseconds

<<11121314151617181920