Searched refs:corruption (Results 1 – 25 of 335) sorted by relevance
12345678910>>...14
/external/libchrome/base/metrics/ |
D | histogram_snapshot_manager.cc | 85 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_CorruptFwBodyB/ |
D | control | 9 PURPOSE = "Servo based firmware B body corruption test" 23 flag is enabled. In the case USE_RO_NORMAL ON, the firmware corruption 26 the RW firwmare B corruption will result booting the firmware A.
|
D | control.dev | 9 PURPOSE = "Servo based firmware B body corruption test" 23 flag is enabled. In the case USE_RO_NORMAL ON, the firmware corruption 26 the RW firwmare B corruption will result booting the firmware A.
|
/external/autotest/server/site_tests/firmware_CorruptFwBodyA/ |
D | control | 9 PURPOSE = "Servo based firmware A body corruption test" 23 flag is enabled. In the case USE_RO_NORMAL ON, the firmware corruption 26 the RW firwmare A corruption will result booting the firmware B.
|
D | control.dev | 9 PURPOSE = "Servo based firmware A body corruption test" 23 flag is enabled. In the case USE_RO_NORMAL ON, the firmware corruption 26 the RW firwmare A corruption will result booting the firmware B.
|
/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2020-006.md | 1 ## TFSA-2020-006: Segmentation fault and/or data corruption due to invalid TFLite model 9 or just memory corruption.
|
D | tfsa-2020-009.md | 1 ## TFSA-2020-009: Segfault and data corruption caused by negative indexing in TFLite 21 results in segfaults and/or data corruption.
|
D | tfsa-2020-023.md | 1 ## TFSA-2020-023: Memory corruption in `dlpack.to_dlpack` 8 memory resulting in further memory corruption. This is because the pybind11
|
/external/autotest/server/site_tests/firmware_CorruptBothFwBodyAB/ |
D | control | 9 PURPOSE = "Servo based both firmware body A and B corruption test" 23 flag is enabled. In the case USE_RO_NORMAL ON, the firmware corruption
|
D | control.dev | 9 PURPOSE = "Servo based both firmware body A and B corruption test" 23 flag is enabled. In the case USE_RO_NORMAL ON, the firmware corruption
|
/external/e2fsprogs/tests/ |
D | README | 21 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/e2fsprogs/tests/f_bad_inode_csum/ |
D | name | 1 inode table corruption (metadata_csum)
|
/external/e2fsprogs/tests/f_end-bitmap/ |
D | name | 1 corruption at end of block bitmap
|
/external/e2fsprogs/tests/f_badjour_indblks/ |
D | name | 1 corruption in journal inode's indirect blocks
|
/external/e2fsprogs/tests/f_htree_bad_csum/ |
D | name | 1 htree block bad csum/tail dirent/htree index corruption
|
/external/e2fsprogs/tests/f_dir_bad_csum/ |
D | name | 1 dir block w/ missing/bad csum/tail or block corruption
|
/external/python/cpython2/Misc/NEWS.d/next/Core and Builtins/ |
D | 2018-07-18-23-40-32.bpo-25943.Zgf99y.rst | 1 Fix potential heap corruption in the :mod:`bsddb` module. Patch by Zackery
|
/external/autotest/client/tests/disktest/ |
D | control.export | 5 iteration of the test. Designed to check for data corruption issues in the
|
D | control | 11 controller for corruption issues.
|
/external/pigweed/pw_sync_baremetal/ |
D | docs.rst | 11 only meant to prevent data corruption.
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.10.rst | 35 - Graphics corruption in Super Mega Baseball 2 with RADV on Navi 36 - RADV ACO - ground line corruption in Path of Exile with Vulkan renderer
|
/external/tensorflow/tensorflow/security/ |
D | README.md | 24 …/blob/master/tensorflow/security/advisory/tfsa-2020-023.md) | Memory corruption in `dlpack.to_dl… 38 …r/tensorflow/security/advisory/tfsa-2020-009.md) | Segfault and data corruption caused by negati… 39 …ow/blob/master/tensorflow/security/advisory/tfsa-2020-008.md) | Data corruption due to dimension… 41 …security/advisory/tfsa-2020-006.md) | Segmentation fault and/or data corruption due to invalid T…
|
/external/autotest/client/site_tests/power_MemorySuspend/ |
D | control | 17 on resume and other forms of silent memory corruption in the suspend path.
|
D | control.memory_qual | 16 on resume and other forms of silent memory corruption in the suspend path.
|
/external/icu/icu4j/perf-tests/data/conversion/ |
D | english.txt | 10 …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.
|
12345678910>>...14