HomeSort by relevance Sort by last modified time
    Searched full:corrupt (Results 226 - 250 of 1606) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/services/BuiltInPrintService/src/com/android/bips/jni/
BackendConstants.java 55 public static final String JOB_DONE_CORRUPT = "job-corrupt";
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
mce.h 33 #define MCI_STATUS_PCC (1ULL<<57) /* processor context corrupt */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
mce.h 33 #define MCI_STATUS_PCC (1ULL<<57) /* processor context corrupt */
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
sync_test.go 186 // corrupt the race detector state.
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_read.go 280 return nil, errors.New("corrupt zip file " + zipfile)
288 return nil, errors.New("corrupt zip file " + zipfile)
355 return nil, errors.New("corrupt zip file " + zipfile)
361 return nil, errors.New("corrupt zip file " + zipfile)
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
sync_test.go 186 // corrupt the race detector state.
  /prebuilts/go/linux-x86/src/time/
zoneinfo_read.go 280 return nil, errors.New("corrupt zip file " + zipfile)
288 return nil, errors.New("corrupt zip file " + zipfile)
355 return nil, errors.New("corrupt zip file " + zipfile)
361 return nil, errors.New("corrupt zip file " + zipfile)
  /external/autotest/server/site_tests/kernel_MemoryRamoop/
kernel_MemoryRamoop.py 19 file correctly and its content is not corrupt. Contrary to the other test
193 raise error.TestFail('Found corrupt message.')
  /external/e2fsprogs/misc/
e2fuzz.c 269 offset = 4096; /* never corrupt superblock */
324 printf("-b: Corrupt this many bytes.\n");
  /external/elfutils/libdw/
dwarf_getcfi_elf.c 133 /* XXX might be read error or corrupt phdr */
255 /* XXX might be read error or corrupt phdr */
  /external/libjpeg-turbo/
jerror.c 118 * -1: recoverable corrupt-data warning, may want to abort.
132 /* It's a warning message. Since corrupt files may generate many warnings,
  /external/okhttp/okio/okio/src/test/java/okio/
SegmentSharingTest.java 74 * be recycled, otherwise the new writer could corrupt the segment.
92 * be recycled, otherwise the new writer could corrupt the segment.
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
BitmapUtils.java 213 // Assume this is a corrupt video file
215 // Assume this is a corrupt video file.
  /libcore/luni/src/test/java/tests/security/cert/
PolicyQualifierInfoTest.java 78 // corrupt root seq length
91 // corrupt policy qualifier ID:
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BitmapUtils.java 213 // Assume this is a corrupt video file
215 // Assume this is a corrupt video file.
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
Eocd.java 122 * @throws IOException failed to read information or the EOCD data is corrupt or invalid
153 throw new IOException("Corrupt EOCD record: not enough data for comment (comment "
  /external/emma/core/java12/com/vladium/emma/data/
DataFactory.java 418 // 'file' is a valid existing file, but it could still be of 0 length or otherwise corrupt:
424 throw new IOException ("file [" + file.getAbsolutePath () + "] is corrupt or was not created by " + IAppConstants.APP_NAME);
436 // read entries until the first corrupt entry or the end of the file:
533 // 'file' is a valid existing file, but it could still be of 0 length or otherwise corrupt:
554 // it's our file, but the header is corrupt: overwrite
616 // write 'data' starting with the first corrupt entry or the end of the file:
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 117 /** If gone bad, should we show encryption failed (false) or corrupt (true)*/
599 * @param corrupt true if userdata is corrupt, false if encryption failed
602 private void showFactoryReset(final boolean corrupt) {
617 "CryptKeeper.showFactoryReset() corrupt=" + corrupt);
623 if (corrupt) {
    [all...]
  /art/dexlayout/
dexlayout_test.cc 408 // -v makes sure that the layout did not corrupt the dex file.
444 // -v makes sure that the layout did not corrupt the dex file.
455 // -v makes sure that the layout did not corrupt the dex file.
    [all...]
  /external/autotest/client/cros/faft/utils/
flashrom_handler.py 94 DELTA = 1 # value to add to a byte to corrupt a section contents
304 """Corrupt a section signature of the image"""
310 """Corrupt a section body of the image"""
328 """Corrupt a section signature in the FLASHROM!!!"""
334 """Corrupt a section body in the FLASHROM!!!"""
  /external/e2fsprogs/e2fsck/
problem.h 70 /* Superblock corrupt */
121 /* Journal superblock is corrupt */
124 /* Journal superblock is corrupt */
217 /* Journal transaction found corrupt */
268 /* External journal has corrupt superblock */
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
threading.c 115 * though other partitions within the frame are corrupt.
122 /* MB with corrupt residuals or corrupt mode/motion vectors.
383 /* We have an intra block with corrupt
388 * Note that for the first mb with corrupt
  /external/llvm/tools/llvm-pdbdump/
LLVMOutputStyle.cpp 403 "TPI stream contained corrupt record");
422 "TPI stream contained corrupt record");
510 "DBI stream contained corrupt symbol record");
528 "DBI stream contained corrupt line info record");
718 "Public symbol stream contained corrupt record");
  /external/pdfium/third_party/libtiff/
tif_ojpeg.c 482 Some others do, but have totally meaningless or corrupt values
    [all...]
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libjpeg.so 

Completed in 2000 milliseconds

1 2 3 4 5 6 7 8 91011>>