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

1 23 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/i_bad_csum/
script 1 test_description="e2image corrupt fs"
  /external/e2fsprogs/tests/j_corrupt_commit_csum/
expect 2 Journal transaction 3 was corrupt, replay was aborted.
  /external/e2fsprogs/tests/j_corrupt_sb_csum/
expect 1 Journal superblock is corrupt.
  /external/pcre/dist2/doc/
pcre2_serialize_get_number_of_codes.3 26 PCRE2_ERROR_BADMAGIC may mean that the data is corrupt, or that it was compiled
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabaseCorruptException.java 20 * An exception that indicates that the SQLite database file is corrupt.
  /test/vts/utils/python/coverage/
parser.py 75 FileFormatError: Corrupt file.
80 raise FileFormatError('Corrupt file.')
89 FileFormatError: Corrupt file.
115 raise FileFormatError('Corrupt file.')
  /external/e2fsprogs/lib/ext2fs/
ext2_err.c 35 N_( "Corrupt group descriptor: bad block for block bitmap"),
36 N_( "Corrupt group descriptor: bad block for inode bitmap"),
37 N_( "Corrupt group descriptor: bad block for inode table"),
71 N_( "The ext2 superblock is corrupt"),
105 N_( "Resize inode is corrupt"),
108 N_( "TDB: Corrupt database"),
130 N_( "Corrupt extent header"),
131 N_( "Corrupt extent index"),
132 N_( "Corrupt extent"),
183 N_( "Undo file corrupt"),
    [all...]
ext2_err.et.in 84 "Corrupt group descriptor: bad block for block bitmap"
87 "Corrupt group descriptor: bad block for inode bitmap"
90 "Corrupt group descriptor: bad block for inode table"
192 "The ext2 superblock is corrupt"
294 "Resize inode is corrupt"
303 "TDB: Corrupt database"
369 "Corrupt extent header"
372 "Corrupt extent index"
375 "Corrupt extent"
528 "Undo file corrupt"
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
Thumbnail.java 45 // Assume this is a corrupt video file
47 // Assume this is a corrupt video file.
  /packages/services/BuiltInPrintService/jni/include/
wtypes.h 37 /* Request failed because corrupt data was detected */
38 CORRUPT = -3,
  /external/autotest/client/site_tests/platform_ImageLoader/
platform_ImageLoader.py 113 @target The name of the file in the component to corrupt.
114 @offset The offset in the file to corrupt.
247 # Now test some corrupt components.
249 # Corrupt the disk image file in the corrupt component.
256 raise error.TestError('Registered a corrupt component')
258 # Now register a valid component, and then corrupt it.
262 raise error.TestError('Failed to load component with corrupt image')
268 'for corrupt image')
283 # Catching an IOError once we read the corrupt block is the expecte
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EsrtDxe/
EsrtImpl.c 65 DEBUG((EFI_D_ERROR, "Repository Corrupt. Need to rebuild Repository.\n"));
146 DEBUG((EFI_D_ERROR, "Repository Corrupt. Need to rebuild Repository.\n"));
148 // Repository is corrupt. Clear Repository before insert new entry
249 DEBUG((EFI_D_ERROR, "Repository Corrupt. Need to rebuild Repository.\n"));
251 // Repository is corrupt. Clear Repository before insert new entry
346 DEBUG((EFI_D_ERROR, "Repository Corrupt. Need to rebuild Repository.\n"));
348 // Repository is corrupt. Clear Repository before insert new entry
  /external/autotest/server/site_tests/firmware_Cr50InvalidateRW/
firmware_Cr50InvalidateRW.py 82 login LOGIN_ATTEMPTS times. Verify that cryptohome only tries to corrupt
84 different login or fails to corrupt the header, raise an error.
92 TestError if the system attempts to corrupt the header on any login
93 that isn't corrupt_login or if an attepmt to corrupt the header
120 Cryptohome only sends the command to corrupt the header once. Once it
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_interceptors.inc 660 // FIXME: under ASan the call below may write to freed memory and corrupt
671 // FIXME: under ASan the call below may write to freed memory and corrupt
712 // FIXME: under ASan the call below may write to freed memory and corrupt
730 // FIXME: under ASan the call below may write to freed memory and corrupt
748 // FIXME: under ASan the call below may write to freed memory and corrupt
995 // FIXME: under ASan the call below may write to freed memory and corrupt
1008 // FIXME: under ASan the call below may write to freed memory and corrupt
1021 // FIXME: under ASan the call below may write to freed memory and corrupt
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/common/
DecoderUtil.java 43 throw new CorruptedInputException("XZ Stream Header is corrupt");
58 throw new CorruptedInputException("XZ Stream Footer is corrupt");
62 throw new CorruptedInputException("XZ Stream Footer is corrupt");
  /frameworks/base/core/java/android/database/
DefaultDatabaseErrorHandler.java 59 // NOTE if the database has attached databases, then any of them could be corrupt.
83 // Delete all files of this corrupt database and/or attached databases
89 // attachedDbs = null is possible when the database is so corrupt that even
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseErrorHandlerTest.java 72 // since the database file is now corrupt, doing any sql on this database connection
102 * corrupt before deleting the file.
118 // database is corrupt. delete the database file
  /system/extras/verity/fec/tests/
fec.py 26 def corrupt(image, offset, length): function
42 corrupt(image, offset, max_errors)
81 corrupt(temp_cor.name, 0, blocksize)
  /cts/tests/tests/security/src/android/security/cts/
BitmapFactorySecurityTests.java 59 * Verifies that decoding a corrupt ICO does crash.
74 * Verifies that decoding a corrupt BMP does crash.
  /external/autotest/server/site_tests/firmware_CorruptFwBodyA/
firmware_CorruptFwBodyA.py 43 logging.info("Corrupt firmware body A.")
53 logging.info("Corrupt firmware body A.")
  /external/e2fsprogs/ext2ed/
ext2ed.conf.in 54 # filesystem, despite the possibly corrupt superblock magic number reading.
63 # However, on a corrupt filesystem, ext2ed is unable to get the right
  /external/ltp/testcases/kernel/syscalls/write/
write03.c 24 * Testcase to check that write(2) doesn't corrupt a file when it fails
62 tst_res(TPASS, "failure of write() did not corrupt the file");
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_audio_mvs.h 67 MVS_AMR_SPEECH_BAD, /* Corrupt speech frame (bad CRC) */
70 MVS_AMR_SID_BAD, /* Corrupt SID frame (bad CRC) */
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_audio_mvs.h 67 MVS_AMR_SPEECH_BAD, /* Corrupt speech frame (bad CRC) */
70 MVS_AMR_SID_BAD, /* Corrupt SID frame (bad CRC) */
  /packages/apps/Email/provider_src/com/android/email/provider/
AccountBackupRestore.java 37 * determining whether or not a "corrupt" database is truly corrupt; the problem here is that it

Completed in 1732 milliseconds

1 23 4 5 6 7 8 91011>>