/external/squashfs-tools/squashfs-tools/ |
D | read_fs.c | 153 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 …]
|
D | unsquash-1.c | 268 goto corrupted; in squashfs_opendir_1() 283 goto corrupted; in squashfs_opendir_1() 311 corrupted: in squashfs_opendir_1()
|
D | unsquash-4.c | 310 goto corrupted; in squashfs_opendir_4() 319 goto corrupted; in squashfs_opendir_4() 347 corrupted: in squashfs_opendir_4()
|
D | unsquash-3.c | 346 goto corrupted; in squashfs_opendir_3() 361 goto corrupted; in squashfs_opendir_3() 389 corrupted: in squashfs_opendir_3()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodeframe.c | 538 ref_fb_corrupted[i] = this_fb->corrupted; in decode_mb_rows() 650 xd->corrupted |= ref_fb_corrupted[xd->mode_info_context->mbmi.ref_frame]; in decode_mb_rows() 658 xd->corrupted |= vp8dx_bool_error(xd->current_bc); in decode_mb_rows() 974 xd->corrupted = 0; /* init without corruption */ in init_frame() 999 xd->corrupted = 0; in vp8_decode_frame() 1000 yv12_fb_new->corrupted = 0; in vp8_decode_frame() 1228 xd->corrupted |= vp8dx_bool_error(bc); in vp8_decode_frame() 1229 if (pbi->ec_active && xd->corrupted) in vp8_decode_frame() 1236 xd->corrupted |= vp8dx_bool_error(bc); in vp8_decode_frame() 1237 if (pbi->ec_active && xd->corrupted) in vp8_decode_frame() [all …]
|
/external/e2fsprogs/tests/f_salvage_dir/ |
D | expect.1 | 3 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
|
D | name | 1 salvage corrupted directories
|
/external/e2fsprogs/tests/f_dupfsblks/ |
D | expect.1 | 38 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/ |
D | README | 1 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/libvpx/libvpx/vp9/decoder/ |
D | vp9_dthread.c | 71 if (ref_buf->row >= row && ref_buf->buf.corrupted != 1) return; in vp9_frameworker_wait() 93 ref_buf->buf.corrupted != 1) { in vp9_frameworker_wait() 98 if (ref_buf->buf.corrupted == 1) { in vp9_frameworker_wait()
|
/external/e2fsprogs/tests/f_badsymlinks/ |
D | name | 1 corrupted symlinks
|
/external/e2fsprogs/tests/f_baddir/ |
D | name | 1 corrupted directory entries
|
/external/e2fsprogs/tests/f_badinode/ |
D | name | 1 corrupted inode entries
|
/external/e2fsprogs/tests/f_badorphan/ |
D | name | 1 corrupted orphan list
|
/external/e2fsprogs/tests/f_dir_bad_mode/ |
D | name | 1 directory with corrupted i_mode
|
/external/e2fsprogs/tests/f_bitmaps/ |
D | name | 1 corrupted inode and block bitmaps
|
/external/e2fsprogs/tests/f_mmp_garbage/ |
D | name | 1 repair MMP when it is corrupted
|
D | script | 22 # create a corrupted image
|
/external/e2fsprogs/tests/f_journal/ |
D | name | 1 recover journal from corrupted inode table
|
/external/vboot_reference/tests/testcases/ |
D | padding_test_vectors.inc | 217 // NOTE(bleichen): The following vector got corrupted. I can't find the correct value anymore.
|
/external/e2fsprogs/tests/f_baddir2/ |
D | expect.1 | 3 Directory inode 12, block #0, offset 60: directory corrupted
|
/external/lzma/ |
D | history.txt | 52 If encoded stream was corrupted, decoder could access memory 118 If encoded stream was corrupted, decoder could access memory 201 If _LZMA_OUT_READ was defined, and if encoded stream was corrupted,
|
/external/libvpx/libvpx/vpx_scale/ |
D | yv12config.h | 60 int corrupted; member
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12config.c | 102 ybf->corrupted = 0; /* assume not currupted by errors */ in vp8_yv12_realloc_frame_buffer() 279 ybf->corrupted = 0; /* assume not corrupted by errors */ in vpx_realloc_frame_buffer()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 754 int *corrupted = va_arg(args, int *); in vp8_get_frame_corrupted() local 757 if (corrupted && pbi) in vp8_get_frame_corrupted() 761 *corrupted = frame->corrupted; in vp8_get_frame_corrupted()
|