HomeSort by relevance Sort by last modified time
    Searched refs:corruption (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/base/metrics/
histogram_snapshot_manager.cc 49 int corruption = histogram.FindCorruption(*snapshot); local
54 if (HistogramBase::BUCKET_ORDER_ERROR & corruption) {
56 CHECK_NE(0, HistogramBase::RANGE_CHECKSUM_ERROR & corruption);
57 CHECK(false); // Crash for the bucket order corruption.
59 // Checksum corruption might not have caused order corruption.
60 CHECK_EQ(0, HistogramBase::RANGE_CHECKSUM_ERROR & corruption);
62 // Note, at this point corruption can only be COUNT_HIGH_ERROR or
64 // bits from corruption.
65 if (corruption) {
67 << " has data corruption: " << corruption; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2249423.js 29 // Regression test for stack corruption issue.
regress-392114.js 65 // CallIC MISS - crash due to corruption.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdb.py 392 def assertSane(self, source, corruption, expvalue=None, exptype=None):
398 if corruption:
399 cmds_after_breakpoint=[corruption, 'backtrace']
409 # gdb managed to print the value in spite of the corruption;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdb.py 392 def assertSane(self, source, corruption, expvalue=None, exptype=None):
398 if corruption:
399 cmds_after_breakpoint=[corruption, 'backtrace']
409 # gdb managed to print the value in spite of the corruption;
  /external/libvorbis/doc/
01-introduction.tex 327 indicates stream corruption or a non-compliant stream. The decoder
04-codec.tex 282 indicates stream corruption or a non-compliant stream. The decoder
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1065 milliseconds