Home
last modified time | relevance | path

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

123456789

/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.cc85 uint32_t corruption = histogram->FindCorruption(*samples); in PrepareSamples() local
86 if (HistogramBase::BUCKET_ORDER_ERROR & corruption) { in PrepareSamples()
94 CHECK_NE(0U, HistogramBase::RANGE_CHECKSUM_ERROR & corruption); in PrepareSamples()
103 CHECK_EQ(0U, HistogramBase::RANGE_CHECKSUM_ERROR & corruption); in PrepareSamples()
108 if (corruption) { in PrepareSamples()
110 << "\" has data corruption: " << corruption; in PrepareSamples()
113 if (old_corruption == (corruption | old_corruption)) in PrepareSamples()
115 sample_info->inconsistencies |= 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/
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.
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.
/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_htree_bad_csum/
Dname1 htree block bad csum/tail dirent/htree index corruption
/external/e2fsprogs/tests/f_dir_bad_csum/
Dname1 dir block w/ missing/bad csum/tail or block corruption
/external/python/cpython2/Misc/NEWS.d/next/Core and Builtins/
D2018-07-18-23-40-32.bpo-25943.Zgf99y.rst1 Fix potential heap corruption in the :mod:`bsddb` module. Patch by Zackery
/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/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/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/autotest/server/site_tests/firmware_CorruptFwSigB/
Dcontrol9 PURPOSE = "Servo based firmware signature B corruption test"
/external/autotest/client/site_tests/hardware_StorageFio/
Dcontrol.integrity18 while this test is running, corruption may occur.
Dcontrol.hwqual22 while this test is running corruption may occur.
/external/autotest/server/site_tests/firmware_CorruptFwSigA/
Dcontrol9 PURPOSE = "Servo based firmware A signature corruption test"
/external/autotest/server/site_tests/firmware_CorruptKernelA/
Dcontrol9 PURPOSE = "Servo based kernel A corruption test"

123456789