/external/e2fsprogs/tests/f_badjour_indblks/ |
name | 0 corruption in journal inode's indirect blocks
|
/external/e2fsprogs/tests/f_end-bitmap/ |
name | 0 corruption at end of block bitmap
|
/external/webkit/Source/WebCore/manual-tests/ |
large-size-image-crash.html | 3 Displaying the animated GIF below should not result in memory corruption.
|
/frameworks/base/core/java/android/database/ |
DatabaseErrorHandler.java | 23 * database corruption 28 * defines the method to be invoked when database corruption is detected. 29 * @param dbObj the {@link SQLiteDatabase} object representing the database on which corruption
|
DefaultDatabaseErrorHandler.java | 27 * Default class used to define the actions to take when the database corruption is reported 38 * The specified {@link DatabaseErrorHandler} is used to handle database corruption errors, if they 49 * defines the default method to be invoked when database corruption is detected. 50 * @param dbObj the {@link SQLiteDatabase} object representing the database on which corruption 54 Log.e(TAG, "Corruption reported by sqlite on database: " + dbObj.getPath()); 56 // is the corruption detected even before database could be 'opened'?
|
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseErrorHandlerTest.java | 81 * need to figure out how to cause corruption in db 92 // after corruption handler is called, the database file should be free of 93 // database corruption 101 * database corruption handler which checks to make sure database is indeed 115 Log.e("MyDatabaseCorruptionHandler", "no corruption in the database: " +
|
/external/webkit/LayoutTests/storage/indexeddb/ |
data-corruption-expected.txt | 6 webkitIndexedDB.open('data-corruption')
|
data-corruption.html | 19 request = evalAndLog("webkitIndexedDB.open('data-corruption')");
|
/external/libvpx/libvpx/vpx_mem/memory_manager/ |
hmm_dflt_abort.c | 17 ** finds heap corruption. Don't rely on this code to handle the 45 fputs("\n_abort - Heap corruption\n" "File: ", stderr);
|
/external/chromium/chrome/common/ |
metrics_helpers.cc | 534 int corruption = histogram.FindCorruption(snapshot); local 539 if (Histogram::BUCKET_ORDER_ERROR & corruption) { 541 CHECK_NE(0, Histogram::RANGE_CHECKSUM_ERROR & corruption); 542 CHECK(false); // Crash for the bucket order corruption. 544 // Checksum corruption might not have caused order corruption. 545 CHECK_EQ(0, Histogram::RANGE_CHECKSUM_ERROR & corruption); 547 if (corruption) { 549 InconsistencyDetected(corruption); 554 if (old_corruption == (corruption | old_corruption) [all...] |
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
OldCharsetEncoderDecoderBufferTest.java | 28 * Checks for ICU encoder/decoder buffer corruption. 32 /* Checks for a buffer corruption that happens in ICU 64 /* Checks for a buffer corruption that happens in ICU 90 /* Checks for a buffer corruption that happens in ICU 122 /* Checks for a buffer corruption that happens in ICU
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_store_file_unittest.cc | 86 // Test basic corruption-handling. 123 // Update fails and corruption callback is called. 142 // Detects corruption and fails to even begin the update.
|
/external/e2fsprogs/tests/ |
README | 21 filesystem corruption, which e2fsck should fix on the first pass. 54 end-bitmap.img Filesystem with corruption at the end of the block 60 mke2fs2b.img Filesystem with corruption similar to that
|
/bionic/libc/bionic/ |
__stack_chk_fail.cpp | 35 __libc_fatal("stack corruption detected");
|
dlmalloc.c | 32 __libc_fatal("@@@ ABORTING: heap corruption detected by %s", function);
|
/external/chromium/net/disk_cache/ |
file_lock.h | 16 // file. This is NOT a thread related lock, it is a lock to detect corruption
|
/docs/source.android.com/src/devices/tech/security/ |
enhancements43.jd | 66 can detect potential memory corruption vulnerabilities or unterminated 72 code. This provides defense in depth against potential memory corruption
|
/external/chromium/chrome/browser/diagnostics/ |
sqlite_diagnostics.cc | 75 string16 str(ASCIIToUTF16("Database corruption detected :")); 80 RecordSuccess(ASCIIToUTF16("no corruption detected"));
|
/external/kernel-headers/original/linux/ |
prctl.h | 92 * Set early/late kill mode for hwpoison memory corruption. 93 * This influences when the process gets killed on a memory corruption.
|
/external/valgrind/main/docs/internals/ |
3_4_BUGSTATUS.txt | 86 188984 Data corruption for returned from function long double 90 (usual memory corruption) -- invalid
|
/dalvik/vm/alloc/ |
DlMalloc.cpp | 30 heap_error("HEAP MEMORY CORRUPTION", __FUNCTION__, NULL)
|
/external/chromium/base/ |
safe_strerror_posix.h | 33 // more robust in the case of heap corruption errors, since it doesn't need to
|
/external/libvorbis/doc/ |
vorbis-errors.txt | 22 corruption.
|
/external/v8/test/mjsunit/regress/ |
regress-2249423.js | 29 // Regression test for stack corruption issue.
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
FileSystemFactory.java | 38 * Otherwise severe file system corruption may occur.
|