Home
last modified time | relevance | path

Searched refs:corrupt (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/third_party/flutter/skia/docs/examples/
DRRect_isValid.cpp9 SkRRect corrupt = rrect;
10 *((float*) &corrupt) = 120;
14 canvas->drawString(corrupt.isValid() ? "is valid" : "is corrupted", 185, 100, paint);
18 canvas->drawRRect(corrupt, paint);
/third_party/skia/docs/examples/
DRRect_isValid.cpp9 SkRRect corrupt = rrect;
10 *((float*) &corrupt) = 120;
14 canvas->drawString(corrupt.isValid() ? "is valid" : "is corrupted", 185, 100, paint);
18 canvas->drawRRect(corrupt, paint);
/third_party/e2fsprogs/tests/f_crashdisk/
Dexpect.11 ext2fs_open2: The ext2 superblock is corrupt
3 ../e2fsck/e2fsck: The ext2 superblock is corrupt while trying to open test.img
5 ext2fs_open2: The ext2 superblock is corrupt
7 ../e2fsck/e2fsck: The ext2 superblock is corrupt while trying to open test.img
12 is corrupt, and you might try running e2fsck with an alternate superblock:
/third_party/e2fsprogs/tests/f_inode_ea_collision/
Dexpect.12 Inode 12 extended attribute is corrupt (allocation collision). Clear? yes
4 Inode 13 extended attribute is corrupt (allocation collision). Clear? yes
6 Inode 14 extended attribute is corrupt (allocation collision). Clear? yes
/third_party/libnl/lib/route/qdisc/
Dnetem.c111 struct tc_netem_corrupt corrupt; in netem_msg_parser() local
113 nla_memcpy(&corrupt, tb[TCA_NETEM_CORRUPT], sizeof(corrupt)); in netem_msg_parser()
114 netem->qnm_crpt.nmcr_probability = corrupt.probability; in netem_msg_parser()
115 netem->qnm_crpt.nmcr_correlation = corrupt.correlation; in netem_msg_parser()
212 struct tc_netem_corrupt corrupt; in netem_msg_fill_raw() local
228 memset(&corrupt, 0, sizeof(corrupt)); in netem_msg_fill_raw()
310 corrupt.probability = netem->qnm_crpt.nmcr_probability; in netem_msg_fill_raw()
311 corrupt.correlation = netem->qnm_crpt.nmcr_correlation; in netem_msg_fill_raw()
313 NLA_PUT(msg, TCA_NETEM_CORRUPT, sizeof(corrupt), &corrupt); in netem_msg_fill_raw()
/third_party/ltp/testcases/kernel/mce-test/doc/cases/
Dsoft-inj_panic.txt32 * Exception message is "Processor context corrupt"
54 * Exception message is "Processor context corrupt"
71 * Exception message is "Processor context corrupt"
88 * Exception message is "Processor context corrupt"
105 * Exception message is "Processor context corrupt"
122 * Exception message is "Processor context corrupt"
155 * Exception message is "Processor context corrupt"
171 * Exception message is "Processor context corrupt"
/third_party/e2fsprogs/lib/ext2fs/
Ddirblock.c28 int corrupt = 0; in ext2fs_read_dir_block4() local
37 corrupt = 1; in ext2fs_read_dir_block4()
42 if (!retval && corrupt) in ext2fs_read_dir_block4()
/third_party/e2fsprogs/tests/f_ea_value_crash/
Dexpect.14 Inode 12 extended attribute is corrupt (allocation collision). Clear? yes
6 Inode 13 extended attribute is corrupt (allocation collision). Clear? yes
/third_party/e2fsprogs/tests/f_bad_encryption/
Dexpect.18 Encrypted inode 19 has corrupt encryption extended attribute.
11 Encrypted inode 20 has corrupt encryption extended attribute.
14 Encrypted inode 21 has corrupt encryption extended attribute.
17 Encrypted inode 22 has corrupt encryption extended attribute.
Dname1 missing, corrupt, and inconsistent encryption policies
/third_party/ltp/testcases/kernel/mce-test/stress/
Dhwpoison.sh176 …[ -f "$g_debugfs/hwpoison/corrupt-filter-enable" ] && echo 0 > $g_debugfs/hwpoison/corrupt-filter-…
180 …[ -f "$g_debugfs/hwpoison/corrupt-filter-enable" ] && echo 0 > $g_debugfs/hwpoison/corrupt-filter-…
192 echo $dev_major > $g_debugfs/hwpoison/corrupt-filter-dev-major
193 echo $dev_minor > $g_debugfs/hwpoison/corrupt-filter-dev-minor
194 …gfs/hwpoison/corrupt-filter-flags-mask" ] && echo 0 > $g_debugfs/hwpoison/corrupt-filter-flags-mask
195 …[ -f "$g_debugfs/hwpoison/corrupt-filter-enable" ] && echo 1 > $g_debugfs/hwpoison/corrupt-filter-…
564 echo $pfn > $g_debugfs/hwpoison/corrupt-pfn
/third_party/e2fsprogs/tests/f_bad_ibitmap/
Dname1 corrupt inode bitmap (metadata_csum)
/third_party/e2fsprogs/tests/f_bad_bbitmap/
Dname1 corrupt block bitmap (metadata_csum)
/third_party/e2fsprogs/tests/j_corrupt_descr_csum/
Dname1 corrupt descr csum (csum v3)
/third_party/e2fsprogs/tests/j_corrupt_journal_block/
Dname1 corrupt journal block (csum v3)
/third_party/e2fsprogs/tests/j_corrupt_commit_csum/
Dname1 corrupt commit csum (csum v3)
/third_party/e2fsprogs/tests/j_corrupt_commit_tid/
Dname1 corrupt commit tid (csum v3)
/third_party/e2fsprogs/tests/j_corrupt_revoke_rcount/
Dname1 corrupt revoke r_count buffer overflow
/third_party/e2fsprogs/tests/j_corrupt_revoke_csum/
Dname1 corrupt revoke csum (csum v3)
/third_party/e2fsprogs/tests/j_corrupt_sb_magic/
Dname1 corrupt sb magic (csum v3)
/third_party/e2fsprogs/tests/j_corrupt_descr_tid/
Dname1 corrupt descr tid (csum v3)
/third_party/e2fsprogs/tests/j_corrupt_ext_jnl_sb_csum/
Dname1 corrupt external journal superblock metadata_csum
/third_party/e2fsprogs/tests/f_inlinedata_repair/
Dname1 repair corrupt inline data files
/third_party/e2fsprogs/tests/j_corrupt_revoke_block/
Dname1 corrupt revoke block (csum v3)
/third_party/e2fsprogs/tests/j_corrupt_sb_csum/
Dname1 corrupt sb csum (csum v3)

12345678910>>...12