HomeSort by relevance Sort by last modified time
    Searched full:corruption (Results 1 - 25 of 616) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/chromium_org/base/metrics/
histogram_snapshot_manager.cc 50 int corruption = histogram.FindCorruption(*snapshot); local
55 if (HistogramBase::BUCKET_ORDER_ERROR & corruption) {
57 CHECK_NE(0, HistogramBase::RANGE_CHECKSUM_ERROR & corruption);
58 CHECK(false); // Crash for the bucket order corruption.
60 // Checksum corruption might not have caused order corruption.
61 CHECK_EQ(0, HistogramBase::RANGE_CHECKSUM_ERROR & corruption);
63 // Note, at this point corruption can only be COUNT_HIGH_ERROR or
65 // bits from corruption.
66 if (corruption) {
68 << " has data corruption: " << corruption; local
    [all...]
histogram_samples.h 55 // |redundant_count_| helps identify memory corruption. It redundantly stores
61 // when no memory corruption has happened.
  /external/chromium_org/third_party/WebKit/ManualTests/
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'?
  /external/chromium_org/third_party/sqlite/src/test/
corrupt6.test 79 # corruption is detected.
91 # corruption is detected.
114 # corruption is detected.
126 # corruption is detected.
149 # corruption is detected.
161 # corruption is detected.
173 # corruption is detected.
185 # corruption is detected.
197 # corruption is detected.
209 # corruption is detected
    [all...]
corruptC.test 88 # First test some specific corruption tests found from earlier runs
165 # Corruption detected in cell 710 on page 4
182 # corruption (seed 178692)
194 # corruption (seed 179069)
210 # corruption (seed 170434)
222 # corruption (seed 186504)
234 # corruption (seed 1589)
246 # corruption (seed 14166)
258 # corruption (seed 218803)
308 # the database engine can handle the corruption gracefully
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
write_batch.cc 45 return Status::Corruption("malformed WriteBatch (too small)");
61 return Status::Corruption("bad WriteBatch Put");
68 return Status::Corruption("bad WriteBatch Delete");
72 return Status::Corruption("unknown WriteBatch tag");
76 return Status::Corruption("WriteBatch has wrong count");
log_reader.h 27 // Some corruption was detected. "size" is the approximate number
28 // of bytes dropped due to the corruption.
29 virtual void Corruption(size_t bytes, const Status& status) = 0;
36 // dropped due to a detected corruption. "*reporter" must remain
  /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/chromium_org/third_party/leveldatabase/src/
NEWS 14 about 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
44 fputs("\n_abort - Heap corruption\n" "File: ", stderr);
  /external/chromium_org/third_party/leveldatabase/src/table/
format.cc 28 return Status::Corruption("bad block handle");
86 return Status::Corruption("truncated block read");
96 s = Status::Corruption("block checksum mismatch");
123 return Status::Corruption("corrupted compressed block contents");
129 return Status::Corruption("corrupted compressed block contents");
139 return Status::Corruption("bad block type");
  /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");
  /external/chromium/net/disk_cache/
file_lock.h 16 // file. This is NOT a thread related lock, it is a lock to detect corruption
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_desktop_root_window_host_win.h 72 // Necessary to avoid corruption on NC paint in Aero mode.
  /external/chromium_org/components/breakpad/app/
hard_error_handler_win.h 27 // Do not call this function for memory related errors like heap corruption
  /external/chromium_org/net/disk_cache/
file_lock.h 16 // file. This is NOT a thread related lock, it is a lock to detect corruption
stress_support.h 22 // not recommended to enable this option unless some corruption is being tracked

Completed in 1032 milliseconds

1 2 3 4 5 6 7 8 91011>>