Home
last modified time | relevance | path

Searched refs:corrupted (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/external/squashfs-tools/squashfs-tools/
Dread_fs.c153 goto corrupted; in scan_inode_table()
164 goto corrupted; in scan_inode_table()
173 goto corrupted; in scan_inode_table()
189 goto corrupted; in scan_inode_table()
209 goto corrupted; in scan_inode_table()
215 goto corrupted; in scan_inode_table()
228 goto corrupted; in scan_inode_table()
249 goto corrupted; in scan_inode_table()
266 goto corrupted; in scan_inode_table()
286 goto corrupted; in scan_inode_table()
[all …]
/external/grpc-grpc/test/core/compression/
Dmessage_compress_test.cc171 grpc_slice_buffer corrupted; in test_bad_decompression_data_crc() local
177 grpc_slice_buffer_init(&corrupted); in test_bad_decompression_data_crc()
183 grpc_msg_compress(GRPC_MESSAGE_COMPRESS_GZIP, &input, &corrupted); in test_bad_decompression_data_crc()
185 GPR_ASSERT(corrupted.count > 1); in test_bad_decompression_data_crc()
186 GPR_ASSERT(GRPC_SLICE_LENGTH(corrupted.slices[1]) > 8); in test_bad_decompression_data_crc()
187 idx = GRPC_SLICE_LENGTH(corrupted.slices[1]) - 8; in test_bad_decompression_data_crc()
188 memcpy(GRPC_SLICE_START_PTR(corrupted.slices[1]) + idx, &bad, 4); in test_bad_decompression_data_crc()
191 GPR_ASSERT(0 == grpc_msg_decompress(GRPC_MESSAGE_COMPRESS_GZIP, &corrupted, in test_bad_decompression_data_crc()
195 grpc_slice_buffer_destroy(&corrupted); in test_bad_decompression_data_crc()
/external/autotest/client/site_tests/audio_AudioCorruption/
Dcontrol7 PURPOSE = "Verify that Chrome can handle corrupted mp3 audio"
9 This test will fail if Chrome can't catch error for playing corrupted mp3 audio.
18 This test verifies Chrome can catch error for playing corrupted mp3 audio.
21 …commondatastorage.googleapis.com/chromiumos-test-assets-public/audio_AudioCorruption/corrupted.mp3'
/external/e2fsprogs/tests/f_resize_inode_meta_bg/
Dexpect.119 Directory inode 2, block #0, offset 860: directory corrupted
22 Directory inode 11, block #0, offset 0: directory corrupted
33 Directory inode 11, block #1, offset 0: directory corrupted
36 Directory inode 11, block #2, offset 0: directory corrupted
42 Directory inode 11, block #3, offset 864: directory corrupted
/external/e2fsprogs/tests/f_salvage_dir/
Dexpect.13 Directory inode 13, block #0, offset 48: directory corrupted
6 Directory inode 12, block #1, offset 0: directory corrupted
10 Directory inode 12, block #1, offset 1016: directory corrupted
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c470 ref_fb_corrupted[i] = this_fb->corrupted; in decode_mb_rows()
573 xd->corrupted |= ref_fb_corrupted[xd->mode_info_context->mbmi.ref_frame]; in decode_mb_rows()
581 xd->corrupted |= vp8dx_bool_error(xd->current_bc); in decode_mb_rows()
873 xd->corrupted = 0; /* init without corruption */ in init_frame()
896 xd->corrupted = 0; in vp8_decode_frame()
897 yv12_fb_new->corrupted = 0; in vp8_decode_frame()
1111 xd->corrupted |= vp8dx_bool_error(bc); in vp8_decode_frame()
1112 if (pbi->ec_active && xd->corrupted) pc->refresh_golden_frame = 0; in vp8_decode_frame()
1118 xd->corrupted |= vp8dx_bool_error(bc); in vp8_decode_frame()
1119 if (pbi->ec_active && xd->corrupted) pc->refresh_alt_ref_frame = 0; in vp8_decode_frame()
[all …]
/external/e2fsprogs/tests/f_inlinedata_repair/
Dexpect.112 Directory inode 20, block #0, offset 4: directory corrupted
15 Directory inode 28, block #0, offset 4: directory corrupted
18 Directory inode 32, block #0, offset 4: directory corrupted
21 Directory inode 32, block #0, offset 4: directory corrupted
/external/autotest/server/site_tests/platform_CompromisedStatefulPartition/
Dcontrol10 CRITERIA = "This test will fail if unable to get OOBE with corrupted stateful partition."
21 corrupted stateful partition.
25 -Did not get OOBE after rebooting the device with corrupted stateful partition.
/external/e2fsprogs/tests/f_dupfsblks/
Dexpect.138 Directory inode 12, block #1, offset 0: directory corrupted
41 Directory inode 12, block #2, offset 0: directory corrupted
44 Directory inode 12, block #3, offset 0: directory corrupted
50 Directory inode 12, block #4, offset 100: directory corrupted
/external/e2fsprogs/tests/f_dir_bad_csum/
Dexpect.115 Directory inode 15, block #0, offset 1000: directory corrupted
21 Directory inode 16, block #0, offset 12: directory corrupted
27 Directory inode 17, block #0, offset 0: directory corrupted
/external/e2fsprogs/tests/f_trunc_dirent_header/
Dexpect.13 Directory inode 15, block #0, offset 4092: directory corrupted
6 Directory inode 13, block #1, offset 28: directory corrupted
/external/llvm-project/lld/test/ELF/
Dinvalid-eh-frame8.s6 # CHECK: error: corrupted .eh_frame: corrupted CIE
Dinvalid-eh-frame3.s6 # CHECK: error: corrupted .eh_frame: corrupted CIE (failed to read LEB128)
Dinvalid-eh-frame2.s6 # CHECK: error: corrupted .eh_frame: corrupted CIE (failed to read string)
/external/ltp/testcases/kernel/syscalls/madvise/
Dmadvise09.c214 unsigned int corrupted = 0; in child() local
231 corrupted++; in child()
236 corrupted++; in child()
249 if (corrupted) in child()
/external/e2fsprogs/tests/f_inlinedata_dirblocks/
Dexpect.16 Directory inode 12, block #0, offset 4: directory corrupted
9 Directory inode 12, block #1, offset 0: directory corrupted
/external/libvpx/libvpx/vp9/common/
Dvp9_thread_common.h48 int corrupted; member
72 int corrupted);
/external/e2fsprogs/doc/RelNotes/
Dv1.44.3.txt11 investigating a corrupted inode.
21 corrupted superblocks so they can be fixed. This includes file
22 systems with a corrupted inodes count field and file systems where not
41 E2fsck more properly handles cases where s_inodes_count is corrupted.
44 badly corrupted (restoring its behavior pre-1.43).
/external/e2fsprogs/tests/
DREADME1 These images contain various forms of corrupted filesystem which
37 baddir.img Filesystem with a corrupted directory
39 badinode.img Filesystem with various different corrupted inode
46 bitmaps.img Filesystem with corrupted inode and block bitmaps
/external/autotest/server/site_tests/firmware_TPMKernelVersion/
Dcontrol9 PURPOSE = "Check kernel version in TPM is not corrupted."
10 CRITERIA = "This test will fail if kernel version in TPM is corrupted."
/external/llvm-project/lld/test/ELF/invalid/
Dinvalid-file-class.test16 # CHECK: invalid-class.a(invalid.o): corrupted ELF file: invalid file class
19 # OBJ: invalid.o: corrupted ELF file: invalid file class
/external/autotest/server/site_tests/firmware_Fingerprint/
Dcontrol.ro_only_boots_valid_rw28 to RW: dev, corrupted first byte, and corrupted last byte. Each of these should
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1022 xd->corrupted |= vpx_reader_has_error(r); in decode_block()
1118 xd->corrupted |= vpx_reader_has_error(r); in parse_block()
1735 int corrupted; in lpf_map_write_check() local
1737 corrupted = lf_sync->corrupted; in lpf_map_write_check()
1739 if (!corrupted) { in lpf_map_write_check()
1907 volatile int corrupted = 0; in row_decode_worker_hook() local
1939 corrupted = 1; in row_decode_worker_hook()
1958 if (corrupted) in row_decode_worker_hook()
1971 corrupted = 1; in row_decode_worker_hook()
1984 corrupted |= tile_data->xd.corrupted; in row_decode_worker_hook()
[all …]
/external/autotest/server/site_tests/firmware_TPMNotCorruptedDevMode/
Dcontrol9 PURPOSE = "Ensure kernel and fw version in TPM isn't corrupted in dev mode."
24 version in the TPM to ensure they weren't corrupted.
/external/libaom/libaom/aom/src/
Daom_codec.c139 void aom_merge_corrupted_flag(int *corrupted, int value) { in aom_merge_corrupted_flag() argument
140 *corrupted |= value; in aom_merge_corrupted_flag()

12345678910>>...15