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

<<11121314151617

/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzlib.c80 state->eof = 0; /* not at end of file */
400 state->eof = 0;
563 state->eof = 0;
/external/qemu/distrib/zlib-1.2.8/
H A Dgzlib.c80 state->eof = 0; /* not at end of file */
400 state->eof = 0;
563 state->eof = 0;
/external/srec/portable/src/
H A DPFile.c417 ESR_BOOL eof; local
419 PFileIsEOF(stream, &eof);
420 if (!eof)
/external/zlib/src/
H A Dgzlib.c80 state->eof = 0; /* not at end of file */
400 state->eof = 0;
563 state->eof = 0;
/external/chromium_org/third_party/skia/src/core/
H A DSkBuffer.h56 bool eof() const { return fPos >= fStop; } function in class:SkRBuffer
H A DSkReader32.h38 bool eof() const { return fCurr >= fStop; } function in class:SkReader32
/external/chromium_org/third_party/skia/tests/
H A DReader32Test.cpp12 REPORTER_ASSERT(reporter, reader.eof());
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dfile.c64 s->eof = NULL;
85 if (s->eof)
111 s->eof = &s->lim[cnt];
112 *s->eof++ = '\n';
/external/clang/lib/Frontend/
H A DCacheTokens.cpp311 if ((Tok.isAtStartOfLine() || Tok.is(tok::eof)) &&
411 while (Tok.isNot(tok::eof) && !Tok.isAtStartOfLine());
438 while (Tok.isNot(tok::eof));
582 do { PP.Lex(Tok); } while (Tok.isNot(tok::eof));
/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp252 } while (!DirectiveToken.is(tok::eod) && DirectiveToken.isNot(tok::eof));
380 while (RawToken.isNot(tok::eof)) {
499 } while (RawToken.isNot(tok::eod) && RawToken.isNot(tok::eof));
542 } while (Tok.isNot(tok::eof));
/external/clang/unittests/Lex/
H A DPPConditionalDirectiveRecordTest.cpp113 if (tok.is(tok::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/input.output/iostream.format/input.streams/istream/istream_sentry/
H A Dctor.pass.cpp115 assert(is.eof());
/external/libcxx/test/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::type_traits::eof())
/external/libmtp/src/
H A Dplaylist-spl.c343 int eof = 0; local
348 while(!eof) {
365 eof = 1;
368 IF_DEBUG() printf("read buff= {%dB new, %dB old/left-over}%s\n",(int)rdcnt, (int)(iw-w), eof?", EOF":"");
427 // otherwise we need to save our partial work, if we're not quiting (eof).
/external/skia/include/core/
H A DSkReader32.h38 bool eof() const { return fCurr >= fStop; } function in class:SkReader32
/external/skia/src/core/
H A DSkBuffer.h56 bool eof() const { return fPos >= fStop; } function in class:SkRBuffer
/external/skia/tests/
H A DReader32Test.cpp12 REPORTER_ASSERT(reporter, reader.eof());
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliFlexLexer.java3273 boolean eof = zzRefill();
3277 if (eof)
3304 boolean eof = zzRefill();
3310 if (eof) {
/external/stlport/stlport/stl/
H A D_fstream.h203 virtual int_type pbackfail(int_type = traits_type::eof());
204 virtual int_type overflow(int_type = traits_type::eof());
383 { return _Traits::eof(); }
410 return traits_type::eof();
H A D_ios.h111 const int_type __eof = _Traits::eof();
H A D_istreambuf_iterator.h94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof());
/external/zlib/src/contrib/iostream3/
H A Dzfstream.h125 overflow(int_type c = traits_type::eof());
152 // virtual int_type pbackfail(int_type c = traits_type::eof());
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dmessage.cc132 return ParseFromZeroCopyStream(&zero_copy_input) && input->eof();
137 return ParsePartialFromZeroCopyStream(&zero_copy_input) && input->eof();
/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp450 } else if (I->is(tok::eof)) {
537 if (ContainsCodeCompletionTok && (Tok.is(tok::eof) || Tok.is(tok::eod)))
555 if (Tok.is(tok::eof) || Tok.is(tok::eod)) { // "#if f(<eof>" & "#if f(\n"
641 EOFTok.setKind(tok::eof);
702 EOFTok.setKind(tok::eof);
751 Tok.setKind(tok::eof);
1438 Tok.isNot(tok::eof))
1504 if (Tok.is(tok::eof) || Tok.is(tok::eod) || Tok.isAnnotation())

Completed in 6110 milliseconds

<<11121314151617