Searched refs:eof (Results 1 – 10 of 10) sorted by relevance
33 private boolean eof; field in Base64InputStream63 eof = false; in Base64InputStream()138 if (eof) return; in refill()142 eof = true; in refill()
46 SLboolean eof; // whether we have hit EOF on input yet variable87 if (!eof) { in callback()123 eof = SL_BOOLEAN_TRUE; in file_reader_loop()434 eof = SL_BOOLEAN_TRUE; in main()
103 if (PragmaToken.is(clang::tok::eod) || PragmaToken.is(clang::tok::eof)) { in HandlePragma()
415 } while (Tok.isNot(clang::tok::eof)); in generateDepFile()
411 if (in.eof()) { break; } in parseRect()
396 } catch (EOFException eof) { in parseStateFile()
2897 byte[] eof = new byte[512 * 2]; // newly allocated == zero filled in finalizeBackup()2898 out.write(eof); in finalizeBackup()
554 } catch (EOFException eof) { in readOldChecksums()
32068 field public boolean eof;