Home
last modified time | relevance | path

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

12345

/external/chromium_org/third_party/sqlite/src/test/
Dcorrupt2.test14 # segfault if it sees a corrupt database file.
31 # specific ways and ensure that SQLite detects them as corrupt.
44 file delete -force corrupt.db
45 file delete -force corrupt.db-journal
46 copy_file test.db corrupt.db
47 set f [open corrupt.db RDWR]
52 sqlite3 db2 corrupt.db
63 file delete -force corrupt.db
64 file delete -force corrupt.db-journal
65 copy_file test.db corrupt.db
[all …]
Dcorrupt.test14 # segfault if it sees a corrupt database file.
16 # $Id: corrupt.test,v 1.12 2009/07/13 09:41:45 danielk1977 Exp $
30 do_test corrupt-1.1 {
52 integrity_check corrupt-1.2
88 do_test corrupt-2.$tn.1 {
93 do_test corrupt-2.$tn.2 {
97 do_test corrupt-2.$tn.3 {
101 do_test corrupt-2.$tn.4 {
105 do_test corrupt-2.$tn.5 {
109 do_test corrupt-2.$tn.6 {
[all …]
DcorruptC.test14 # segfault if it sees a corrupt database file. It creates a base
92 # test that a corrupt content offset size is handled (seed 5577)
97 # insert corrupt byte(s)
104 # test that a corrupt content offset size is handled (seed 5649)
109 # insert corrupt byte(s)
125 # test that a corrupt free cell size is handled (seed 13329)
130 # insert corrupt byte(s)
137 # test that a corrupt free cell size is handled (seed 169571)
142 # insert corrupt byte(s)
149 # test that a corrupt free cell size is handled (seed 169571)
[all …]
DcorruptE.test14 # segfault if it sees a corrupt database file. It specifcally
81 # insert corrupt byte(s)
97 # insert corrupt byte(s)
113 # insert corrupt byte(s)
129 # insert corrupt byte(s)
170 # insert corrupt byte(s)
Dcorrupt7.test14 # segfault if it sees a corrupt database file. It specifically focuses
15 # on corrupt cell offsets in a btree page.
62 # Deliberately corrupt some of the cell offsets in the btree page
DcorruptA.test14 # segfault if it sees a corrupt database file. It specifically focuses
15 # on corrupt database headers.
Dcorrupt8.test14 # segfault if it sees a corrupt database file. It specifically focuses
15 # on corrupt pointer map pages.
Dcorrupt5.test14 # segfault if it sees a corrupt database file. Checks for
Drecover.test14 # through corrupt rows and pages.
19 # data. It would be good to implement tests of corrupt data.
Dtkt2920.test40 # a disk full error. But this does not corrupt the database.
Dcorrupt4.test14 # segfault if it sees a corrupt database file.
/external/jhead/
Diptc.c62 if (itemlen < 25) goto corrupt; in show_IPTC()
80 if (pos >= maxpos) goto corrupt; in show_IPTC()
88 if (pos+4 >= maxpos) goto corrupt; in show_IPTC()
104 if (pos+5 > maxpos) goto corrupt; in show_IPTC()
117 if (pos+length > maxpos) goto corrupt; in show_IPTC()
166 corrupt: in show_IPTC()
/external/iproute2/tc/
Dq_netem.c176 struct tc_netem_corrupt corrupt; in netem_parse_opt() local
186 memset(&corrupt, 0, sizeof(corrupt)); in netem_parse_opt()
347 if (get_percent(&corrupt.probability, *argv)) { in netem_parse_opt()
354 if (get_percent(&corrupt.correlation, *argv)) { in netem_parse_opt()
458 addattr_l(n, 1024, TCA_NETEM_CORRUPT, &corrupt, sizeof(corrupt)) < 0) in netem_parse_opt()
500 const struct tc_netem_corrupt *corrupt = NULL; in netem_print_opt() local
533 if (RTA_PAYLOAD(tb[TCA_NETEM_CORRUPT]) < sizeof(*corrupt)) in netem_print_opt()
535 corrupt = RTA_DATA(tb[TCA_NETEM_CORRUPT]); in netem_print_opt()
602 if (corrupt && corrupt->probability) { in netem_print_opt()
604 sprint_percent(corrupt->probability, b1)); in netem_print_opt()
[all …]
/external/e2fsprogs/tests/f_crashdisk/
Dexpect.12 ../e2fsck/e2fsck: The ext2 superblock is corrupt while trying to open ./test.img
7 is corrupt, and you might try running e2fsck with an alternate superblock:
/external/e2fsprogs/tests/f_bad_local_jnl/
Dname1 test for corrupt local journal (bad V1->V2 journal upgrade)
/external/libvorbis/doc/
Dvorbis-errors.txt17 corrupt page)
40 or the requested link is corrupt.
/external/llvm/test/Object/
Darchive-symtab.test29 check that the archive does have a corrupt symbol table.
31 RUN: cp %p/Inputs/archive-test.a-corrupt-symbol-table %t.a
/external/e2fsprogs/ext2ed/
Dext2ed.conf.in54 # filesystem, despite the possibly corrupt superblock magic number reading.
63 # However, on a corrupt filesystem, ext2ed is unable to get the right
/external/chromium_org/tools/valgrind/gtest_exclude/
Dbase_unittests.gtest-tsan.txt5 # corrupt memory.
/external/libvorbis/
DCHANGES42 * Improved robustness with corrupt streams.
58 * improve robustness to corrupt input streams
/external/llvm/test/CodeGen/AArch64/
Dregress-f128csel-flags.ll21 ; function call since bl may corrupt NZCV. We were doing the right thing anyway,
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DObjectInputStreamTest.java873 private boolean corrupt = false; field in ObjectInputStreamTest.ExceptionalBufferedInputStream
889 if (corrupt) { in read()
903 public void setCorrupt(boolean corrupt) { in setCorrupt() argument
904 this.corrupt = corrupt; in setCorrupt()
/external/chromium_org/third_party/sqlite/
Dfts3.patch19 + ** nSuffix and suffix overrunning zEnd. Additionally corrupt if
/external/llvm/test/Bindings/Ocaml/
Dbitreader.ml55 (* corrupt the bitcode *)
/external/libvpx/libvpx/examples/
Dvp8cx_set_ref.txt11 same value on the same frame, or the video will become corrupt.

12345