Searched refs:READ_ERROR (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/courgette/third_party/
H A Dbsdiff_apply.cc46 if (!stream->Read(header->tag, sizeof(header->tag))) return READ_ERROR;
47 if (!stream->ReadVarint32(&header->slen)) return READ_ERROR;
48 if (!stream->ReadVarint32(&header->scrc32)) return READ_ERROR;
49 if (!stream->ReadVarint32(&header->dlen)) return READ_ERROR;
68 return READ_ERROR;
180 return READ_ERROR;
188 return READ_ERROR;
H A Dbsdiff.h49 READ_ERROR = 3, enumerator in enum:courgette::BSDiffStatus
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_file_io_impl.cc135 OnError(READ_ERROR);
288 READ_ERROR);
328 READ_ERROR);
340 OnError(READ_ERROR);
515 if (error_type == READ_ERROR || error_type == WRITE_ERROR)
529 case READ_ERROR:
H A Dcdm_file_io_impl.h79 READ_ERROR, enumerator in enum:media::CdmFileIOImpl::ErrorType
/external/e2fsprogs/misc/
H A Dbadblocks.c117 enum error_types { READ_ERROR, WRITE_ERROR, CORRUPTION_ERROR }; enumerator in enum:error_types
169 if (error_type == READ_ERROR) {
557 bb_count += bb_output(currently_testing++, READ_ERROR);
687 bb_count += bb_output(currently_testing++, READ_ERROR);
853 bb_count += bb_output(currently_testing++, READ_ERROR);
939 bb_count += bb_output(currently_testing + got, READ_ERROR);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 189 milliseconds