HomeSort by relevance Sort by last modified time
    Searched full:ateof (Results 1 - 13 of 13) sorted by null

  /frameworks/compile/libbcc/bcinfo/Wrap/
in_memory_wrapper_input.cpp 45 bool InMemoryWrapperInput::AtEof() {
file_wrapper_input.cpp 43 bool FileWrapperInput::AtEof() {
bitcode_wrapperer.cpp 144 if (infile_->AtEof()) {
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
file_wrapper_input.h 37 virtual bool AtEof();
in_memory_wrapper_input.h 37 virtual bool AtEof();
wrapper_input.h 39 virtual bool AtEof() = 0;
  /external/webkit/Source/WebCore/platform/network/mac/
FormDataStreamMac.mm 276 static CFIndex formRead(CFReadStreamRef stream, UInt8* buffer, CFIndex bufferLength, CFStreamError* error, Boolean* atEOF, void* context)
293 *atEOF = FALSE;
312 *atEOF = TRUE;
  /build/tools/zipalign/
ZipFile.cpp 751 bool atEof = false; // no feof() aviailable yet
801 if (zstream.avail_in == 0 && !atEof) {
818 atEof = true;
827 if (atEof)
    [all...]
  /frameworks/base/tools/aapt/
ZipFile.cpp 751 bool atEof = false; // no feof() aviailable yet
801 if (zstream.avail_in == 0 && !atEof) {
818 atEof = true;
827 if (atEof)
    [all...]
  /external/v8/src/
serialize.h 177 bool AtEOF() {
serialize.cc 713 ASSERT(source_->AtEOF());
    [all...]
  /prebuilts/sdk/tools/linux/
zipalign 
  /external/bison/
config.status     [all...]

Completed in 817 milliseconds