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

<<21222324252627282930>>

  /external/zlib/src/
gzlib.c 80 state->eof = 0; /* not at end of file */
404 state->eof = 0;
567 state->eof = 0;
  /libcore/ojluni/src/main/java/java/util/zip/
ZipFile.java 422 private boolean eof = false; field in class:ZipFile.ZipFileInflaterInputStream
450 if (eof) {
457 eof = true;
  /toolchain/binutils/binutils-2.27/zlib/
gzlib.c 80 state->eof = 0; /* not at end of file */
400 state->eof = 0;
563 state->eof = 0;
  /art/libartbase/base/
utils.cc 193 sane_val = iss.eof() && (value >= min) && (value <= max);
  /art/runtime/
indenter.h 58 if (UNLIKELY(c == std::char_traits<char>::eof())) {
  /external/caliper/caliper/src/main/java/com/google/caliper/bridge/
OpenedSocket.java 88 /** Returns the next object, or {@code null} if we are at EOF. */
92 } catch (EOFException eof) {
114 /** Returns the next object, or {@code null} if we are at EOF. */
  /external/clang/lib/Frontend/
CacheTokens.cpp 312 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/
InclusionRewriter.cpp 303 } 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/
ParseAST.cpp 59 if (Tok.is(tok::eof)) {
60 OS << "<eof> parser at end of file\n";
  /external/clang/unittests/Lex/
PPConditionalDirectiveRecordTest.cpp 112 if (tok.is(tok::eof))
  /external/google-breakpad/src/processor/
simple_symbol_supplier.cc 92 string::traits_type::eof()));
  /external/iputils/Modules/
pg3.c 461 int len, int *eof, void *data)
467 *eof = 1;
473 int len, int *eof, void *data)
489 *eof = 1;
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream_sentry/
ctor.pass.cpp 115 assert(is.eof());
  /external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/
overflow.pass.cpp 15 // int_type overflow(int_type c = traits::eof());
32 overflow(typename base::int_type c = base::traits_type::eof())
  /external/libmtp/src/
playlist-spl.c 342 int eof = 0; local
347 while(!eof) {
349 // to allow us to determine how many bytes we read if we hit the EOF
359 else if(rdcnt == 0) { // for EOF, fix rdcnt
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).
  /external/parameter-framework/asio-1.10.6/include/asio/
error.hpp 183 eof, enumerator in enum:asio::error::misc_errors
  /external/python/cpython3/Lib/
_compression.py 78 data = None # Default if EOF is encountered
82 if self._decompressor.eof:
127 # Seeking relative to EOF - we need to know the file's size.
  /external/skia/src/core/
SkReader32.h 38 bool eof() const { return fCurr >= fStop; } function in class:SkReader32
  /external/skia/tests/
Reader32Test.cpp 12 REPORTER_ASSERT(reporter, reader.eof());
  /external/skqp/src/core/
SkReader32.h 38 bool eof() const { return fCurr >= fStop; } function in class:SkReader32
  /external/skqp/tests/
Reader32Test.cpp 12 REPORTER_ASSERT(reporter, reader.eof());
  /external/smali/smali/src/main/java/org/jf/smali/
smaliFlexLexer.java     [all...]
  /external/tensorflow/tensorflow/contrib/kafka/python/kernel_tests/
kafka_test.py 49 topics, group="test", eof=True).repeat(num_epochs)
  /external/zlib/src/contrib/iostream3/
zfstream.h 107 * @return First character in get area on success, EOF on error.
118 * @return Non-EOF on success, EOF on error.
125 overflow(int_type c = traits_type::eof());
143 * This calls underflow(EOF) to do the job.
152 // virtual int_type pbackfail(int_type c = traits_type::eof());
  /frameworks/wilhelm/tests/sandbox/
playbq.cpp 43 SLboolean eof; // whether we have hit EOF on input yet variable
78 if (!eof) {
124 eof = SL_BOOLEAN_TRUE;
480 // loop until EOF or no more buffers
504 eof = SL_BOOLEAN_TRUE;

Completed in 540 milliseconds

<<21222324252627282930>>