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

  /external/bluetooth/glib/tests/
slice-test.c 52 corruption (void) function
56 /* corruption per call likelyness is about 1:4000000 */
172 ps[i] = g_slice_alloc (ss[i] + corruption());
177 g_slice_free1 (ss[i] + corruption(), ps[i] + corruption());
182 ps[i] = g_slice_alloc (ss[i] + corruption());
187 g_slice_free1 (ss[i] + corruption(), ps[i] + corruption());
194 ps[j] = g_slice_alloc (sz + corruption());
196 g_slice_free1 (sz + corruption(), ps[j] + corruption())
    [all...]
  /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...]
  /external/v8/test/mjsunit/regress/
regress-2249423.js 29 // Regression test for stack corruption issue.
  /external/chromium/chrome/browser/resources/net_internals/
main.js 607 'Unparseable lines may indicate log file corruption.\n' +
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 838 milliseconds