Home
last modified time | relevance | path

Searched refs:bad_keys (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/tools/perf_expectations/tests/
Dperf_expectations_unittest.py98 bad_keys = []
103 bad_keys.append(key)
104 if len(bad_keys) > 0:
106 raise Exception("%s: %s" % (msg, bad_keys))
116 bad_keys.append(key)
119 bad_keys.append(key)
122 bad_keys.append(key)
126 bad_keys.append(key)
129 bad_keys.append(key)
132 bad_keys.append(key)
[all …]
/external/chromium_org/third_party/leveldatabase/src/db/
Dcorruption_test.cc91 int bad_keys = 0; in Check() local
106 bad_keys++; in Check()
121 min_expected, max_expected, correct, bad_keys, bad_values, missed); in Check()