Home
last modified time | relevance | path

Searched refs:corrupt (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/docs/examples/
H A DRRect_isValid.cpp9 SkRRect corrupt = rrect; in REG_FIDDLE() local
10 *((float*) &corrupt) = 120; in REG_FIDDLE()
14 canvas->drawString(corrupt.isValid() ? "is valid" : "is corrupted", 185, 100, paint); in REG_FIDDLE()
18 canvas->drawRRect(corrupt, paint); in REG_FIDDLE()
/third_party/ltp/testcases/kernel/mce-test/stress/
H A Dhwpoison.sh176 [ -f "$g_debugfs/hwpoison/corrupt-filter-enable" ] && echo 0 > $g_debugfs/hwpoison/corrupt-filter-enable
180 [ -f "$g_debugfs/hwpoison/corrupt-filter-enable" ] && echo 0 > $g_debugfs/hwpoison/corrupt-filter-enable
192 echo $dev_major > $g_debugfs/hwpoison/corrupt-filter-dev-major
193 echo $dev_minor > $g_debugfs/hwpoison/corrupt-filter-dev-minor
194 [ $g_pgtype = "all" -a -f "$g_debugfs/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
[all...]
/third_party/littlefs/scripts/
H A Dreadmdir.py196 corrupt = False
222 corrupt = True
223 if not corrupt:
232 corrupt = True
267 # corrupt blocks don't count
/third_party/openssl/test/
H A Dprovider_status_test.c49 const char *title, int corrupt) in self_test_events()
81 * The self test code will internally corrupt the KAT test result if an in self_test_events()
82 * error is returned during the corrupt phase. in self_test_events()
84 if (corrupt && strcmp(phase, OSSL_SELF_TEST_PHASE_CORRUPT) == 0) in self_test_events()
48 self_test_events(const OSSL_PARAM params[], void *arg, const char *title, int corrupt) self_test_events() argument
/third_party/ffmpeg/libavcodec/arm/
H A Dsynth_filter_vfp.S134 VFP vmov s16, SCALE @ imdct_half is free to corrupt s0, but it contains one of our arguments in hardfp case
H A Dvp8dsp_neon.S348 @ q0 -> P3 (don't corrupt)
350 @ q7 -> Q3 (don't corrupt)
/third_party/pulseaudio/src/pulse/
H A Dinternal.h147 bool corrupt:1; member
H A Dstream.c1615 s->write_index_corrections[s->current_write_index_correction].corrupt = false; in pa_stream_write_ext_free()
1619 if (!s->write_index_corrections[s->current_write_index_correction].corrupt) in pa_stream_write_ext_free()
1622 s->write_index_corrections[s->current_write_index_correction].corrupt = true; in pa_stream_write_ext_free()
1945 if (o->stream->write_index_corrections[j].corrupt) { in stream_get_timing_info_callback()
2076 s->write_index_corrections[cidx].corrupt = false; in pa_stream_update_timing_info()
2416 s->write_index_corrections[s->current_write_index_correction].corrupt = true; in pa_stream_flush()
/third_party/ntfs-3g/libntfs-3g/
H A Dattrib.c516 ntfs_log_perror("Inode %lld has corrupt attribute flags " in ntfs_attr_open()
823 ntfs_log_perror("Inode %llu has corrupt attribute list", in ntfs_attr_map_whole_runlist()
926 * EIO I/O error or corrupt metadata.
3060 * EIO I/O error or corrupt data structures found.
3122 goto corrupt;
3131 goto corrupt;
3189 break; /* Inode is corrupt. */
3204 break; /* corrupt */
3364 corrupt :
3672 * EIO I/O error or corrupt dat
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c2654 ** deliberately corrupt the database file are disabled. The disabled
6591 ** open can result in a corrupt database.
6888 ** things may happen, including segmentation faults and corrupt database
11555 ** codes include SQLITE_CORRUPT (if the changeset buffer is corrupt) or
11958 ** appears to be corrupt and the corruption is detected, SQLITE_CORRUPT is
19547 ** that the database is definitely corrupt, only that it might be corrupt.
[all...]

Completed in 137 milliseconds