/external/e2fsprogs/tests/f_bad_local_jnl/ |
name | 1 test for corrupt local journal (bad V1->V2 journal upgrade)
|
/external/llvm/test/Object/ |
archive-symtab.test | 29 check that the archive does have a corrupt symbol table. 31 RUN: cp %p/Inputs/archive-test.a-corrupt-symbol-table %t.a 32 RUN: llvm-nm -s %t.a | FileCheck %s --check-prefix=CORRUPT 34 CORRUPT: Archive map 35 CORRUPT-NEXT: mbin in trivial-object-test.elf-x86-64 36 CORRUPT-NEXT: foo in trivial-object-test2.elf-x86-64 37 CORRUPT-NEXT: main in trivial-object-test2.elf-x86-64 39 CORRUPT: trivial-object-test.elf-x86-64: 40 CORRUPT-NEXT: U SomeOtherFunction 41 CORRUPT-NEXT: 00000000 T mai [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
corrupt2.test | 14 # segfault if it sees a corrupt database file. 31 # specific ways and ensure that SQLite detects them as corrupt. 43 # Corrupt the 16 byte magic string at the start of the file 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 62 # Corrupt the page-size (bytes 16 and 17 of page 1). 63 file delete -force corrupt.d [all...] |
corrupt.test | 14 # 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...] |
corruptC.test | 14 # 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...] |
corruptA.test | 14 # segfault if it sees a corrupt database file. It specifically focuses 15 # on corrupt database headers. 39 # Corrupt the file header in various ways and make sure the corruption
|
corruptE.test | 14 # 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)
|
corrupt7.test | 14 # 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
|
corrupt8.test | 14 # segfault if it sees a corrupt database file. It specifically focuses 15 # on corrupt pointer map pages. 58 # Loop through each ptrmap entry. Corrupt the entry and make sure the
|
/external/e2fsprogs/tests/f_crashdisk/ |
expect.1 | 2 ../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/chromium_org/tools/valgrind/gtest_exclude/ |
base_unittests.gtest-tsan.txt | 5 # corrupt memory.
|
/libcore/luni/src/test/java/libcore/java/util/ |
EvilMapTest.java | 52 // Corrupt one HashMap... 62 // Corrupt one Hashtable... 72 // Corrupt one LinkedHashMap... 82 // Corrupt one WeakHashMap... 92 // Corrupt one IdentityHashMap... 102 // Corrupt one ConcurrentHashMap...
|
/external/e2fsprogs/lib/ext2fs/ |
ext2_err.c | 33 "Corrupt group descriptor: bad block for block bitmap", 34 "Corrupt group descriptor: bad block for inode bitmap", 35 "Corrupt group descriptor: bad block for inode table", 69 "The ext2 superblock is corrupt", 103 "Resize inode is corrupt", 106 "TDB: Corrupt database", 128 "Corrupt extent header", 129 "Corrupt extent index", 130 "Corrupt extent",
|
ext2_err.et.in | 84 "Corrupt group descriptor: bad block for block bitmap" 87 "Corrupt group descriptor: bad block for inode bitmap" 90 "Corrupt group descriptor: bad block for inode table" 192 "The ext2 superblock is corrupt" 294 "Resize inode is corrupt" 303 "TDB: Corrupt database" 369 "Corrupt extent header" 372 "Corrupt extent index" 375 "Corrupt extent"
|
/external/openssh/regress/ |
stderr-data.sh | 20 cmp ${DATA} ${COPY} || fail "stderr corrupt" 30 cmp ${DATA} ${COPY} || fail "stderr corrupt"
|
/external/iproute2/tc/ |
q_netem.c | 36 " [ corrupt PERCENT [CORRELATION]] \n" \ 176 struct tc_netem_corrupt corrupt; local 186 memset(&corrupt, 0, sizeof(corrupt)); 344 } else if (matches(*argv, "corrupt") == 0) { 347 if (get_percent(&corrupt.probability, *argv)) { 348 explain1("corrupt"); 354 if (get_percent(&corrupt.correlation, *argv)) { 355 explain1("corrupt"); 458 addattr_l(n, 1024, TCA_NETEM_CORRUPT, &corrupt, sizeof(corrupt)) < 0 500 const struct tc_netem_corrupt *corrupt = NULL; local [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
corruption_test.cc | 79 // Corrupt() doesn't work without this sync on windows; stat reports 0 for 126 void Corrupt(FileType filetype, int offset, int bytes_to_corrupt) { 127 // Pick file to corrupt 205 Corrupt(kLogFile, 19, 1); // WriteBatch tag for first record 206 Corrupt(kLogFile, log::kBlockSize + 1000, 1); // Somewhere in second block 243 Corrupt(kTableFile, 100, 1); 257 Corrupt(kTableFile, 100, 1); 268 Corrupt(kTableFile, -2000, 500); 307 Corrupt(kDescriptorFile, 0, 1000); 325 Corrupt(kTableFile, 100, 1) [all...] |
/external/chromium/base/ |
tools_sanity_unittest.cc | 77 // This test may corrupt memory if not run under Valgrind. 88 // This test may corrupt memory if not run under Valgrind. 98 // This test may corrupt memory if not run under Valgrind. 107 // This test may corrupt memory if not run under Valgrind.
|
/external/chromium_org/net/disk_cache/simple/ |
simple_test_util.h | 41 // Creates a corrupt file to be used in tests.
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDatabaseCorruptException.java | 20 * An exception that indicates that the SQLite database file is corrupt.
|
/bionic/libc/bionic/ |
dlmalloc.c | 40 __cleanup = NULL; // The heap is corrupt. We can forget trying to shut down stdio. 45 __libc_fatal_no_abort("invalid address or address of corrupt block %p passed to %s",
|
/external/bsdiff/ |
bspatch.c | 96 errx(1, "Corrupt patch\n"); 102 errx(1, "Corrupt patch\n"); 109 errx(1,"Corrupt patch\n"); 151 errx(1, "Corrupt patch\n"); 157 errx(1,"Corrupt patch\n"); 163 errx(1, "Corrupt patch\n"); 176 errx(1,"Corrupt patch\n"); 182 errx(1, "Corrupt patch\n");
|
/external/libvorbis/doc/ |
vorbis-errors.txt | 17 corrupt page) 40 or the requested link is corrupt.
|
/packages/apps/Camera/src/com/android/camera/ |
Thumbnail.java | 45 // Assume this is a corrupt video file 47 // Assume this is a corrupt video file.
|
/packages/apps/Camera2/src/com/android/camera/ |
Thumbnail.java | 45 // Assume this is a corrupt video file 47 // Assume this is a corrupt video file.
|