Home
last modified time | relevance | path

Searched refs:corruption (Results 1 – 25 of 153) sorted by relevance

1234567

/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/
DPatchReaderTest.java91 private Corruption corruption = null; field in PatchReaderTest
122 corruption = new Corruption(); in setup()
141 corruption.corruptIdentifier in writeTestPatch()
146 corruption.corruptDeltaFriendlyOldFileSize ? -1 : DELTA_FRIENDLY_OLD_FILE_SIZE); in writeTestPatch()
150 corruption.corruptOldFileUncompressionInstructionCount in writeTestPatch()
155 if (corruption.corruptOldFileUncompressionInstructionOrder) { in writeTestPatch()
160 corruption.corruptOldFileUncompressionInstructionOffset ? -1 : range.getOffset()); in writeTestPatch()
162 corruption.corruptOldFileUncompressionInstructionLength ? -1 : range.getLength()); in writeTestPatch()
167 corruption.corruptDeltaFriendlyNewFileRecompressionInstructionCount in writeTestPatch()
172 if (corruption.corruptDeltaFriendlyNewFileRecompressionInstructionOrder) { in writeTestPatch()
[all …]
/external/libchrome/base/metrics/
Dhistogram_snapshot_manager.cc47 uint32_t corruption = histogram->FindCorruption(*samples); in PrepareSamples() local
48 if (HistogramBase::BUCKET_ORDER_ERROR & corruption) { in PrepareSamples()
59 CHECK_NE(0U, HistogramBase::RANGE_CHECKSUM_ERROR & corruption); in PrepareSamples()
68 CHECK_EQ(0U, HistogramBase::RANGE_CHECKSUM_ERROR & corruption); in PrepareSamples()
73 if (corruption) { in PrepareSamples()
75 << "\" has data corruption: " << corruption; in PrepareSamples()
77 static_cast<HistogramBase::Inconsistency>(corruption)); in PrepareSamples()
80 if (old_corruption == (corruption | old_corruption)) in PrepareSamples()
82 sample_info->inconsistencies |= corruption; in PrepareSamples()
84 static_cast<HistogramBase::Inconsistency>(corruption)); in PrepareSamples()
/external/autotest/server/site_tests/firmware_CorruptFwBodyA/
Dcontrol9 PURPOSE = "Servo based firmware A body corruption test"
22 flag is enabled. In the case USE_RO_NORMAL ON, the firmware corruption
25 the RW firwmare A corruption will result booting the firmware B.
Dcontrol.dev9 PURPOSE = "Servo based firmware A body corruption test"
22 flag is enabled. In the case USE_RO_NORMAL ON, the firmware corruption
25 the RW firwmare A corruption will result booting the firmware B.
/external/autotest/server/site_tests/firmware_CorruptFwBodyB/
Dcontrol.dev9 PURPOSE = "Servo based firmware B body corruption test"
22 flag is enabled. In the case USE_RO_NORMAL ON, the firmware corruption
25 the RW firwmare B corruption will result booting the firmware A.
Dcontrol9 PURPOSE = "Servo based firmware B body corruption test"
22 flag is enabled. In the case USE_RO_NORMAL ON, the firmware corruption
25 the RW firwmare B corruption will result booting the firmware A.
/external/e2fsprogs/tests/
DREADME21 filesystem corruption, which e2fsck should fix on the first pass.
54 end-bitmap.img Filesystem with corruption at the end of the block
60 mke2fs2b.img Filesystem with corruption similar to that
/external/autotest/server/site_tests/firmware_CorruptBothFwBodyAB/
Dcontrol9 PURPOSE = "Servo based both firmware body A and B corruption test"
22 flag is enabled. In the case USE_RO_NORMAL ON, the firmware corruption
Dcontrol.dev9 PURPOSE = "Servo based both firmware body A and B corruption test"
22 flag is enabled. In the case USE_RO_NORMAL ON, the firmware corruption
/external/e2fsprogs/tests/f_bad_inode_csum/
Dname1 inode table corruption (metadata_csum)
/external/e2fsprogs/tests/f_end-bitmap/
Dname1 corruption at end of block bitmap
/external/e2fsprogs/tests/f_badjour_indblks/
Dname1 corruption in journal inode's indirect blocks
/external/e2fsprogs/tests/f_dir_bad_csum/
Dname1 dir block w/ missing/bad csum, no tail, or dir block corruption (metadata_csum)
/external/e2fsprogs/tests/f_htree_bad_csum/
Dname1 htree block w/ missing/bad csum, bad protective dirent, or htree index corruption (metadata_csum)
/external/autotest/client/tests/disktest/
Dcontrol.export5 iteration of the test. Designed to check for data corruption issues in the
Dcontrol11 controller for corruption issues.
/external/valgrind/docs/internals/
D3_4_BUGSTATUS.txt86 188984 Data corruption for returned from function long double
90 (usual memory corruption) -- invalid
/external/autotest/client/site_tests/power_MemorySuspend/
Dcontrol17 on resume and other forms of silent memory corruption in the suspend path.
Dcontrol.memory_qual16 on resume and other forms of silent memory corruption in the suspend path.
/external/icu/icu4j/perf-tests/data/conversion/
Denglish.txt10 …a is passed between different encodings or platforms, that data always runs the risk of corruption.
15 …re-engineering. It allows data to be transported through many different systems without corruption.
/external/autotest/server/site_tests/sequences/
Dcontrol.storage_qual_suspend15 This tests check for data corruption when SSD is power cycled.
Dcontrol.storage_qual_suspend_quick15 This tests check for data corruption when SSD is power cycled.
/external/autotest/server/site_tests/firmware_CorruptFwSigA/
Dcontrol9 PURPOSE = "Servo based firmware A signature corruption test"
/external/autotest/client/site_tests/hardware_StorageFio/
Dcontrol.integrity18 while this test is running, corruption may occur.
/external/autotest/server/site_tests/firmware_CorruptFwSigB/
Dcontrol9 PURPOSE = "Servo based firmware signature B corruption test"

1234567