Home
last modified time | relevance | path

Searched refs:BC_FAIL (Results 1 – 3 of 3) sorted by relevance

/external/google-benchmark/tools/gbench/
Dreport.py33 BC_FAIL = BenchmarkColor('FAIL', '\033[91m') variable
161 return BC_FAIL if pval >= utest_alpha else BC_OKGREEN
237 return BC_FAIL
/external/libcxx/utils/google-benchmark/tools/gbench/
Dreport.py33 BC_FAIL = BenchmarkColor('FAIL', '\033[91m') variable
161 return BC_FAIL if pval >= utest_alpha else BC_OKGREEN
237 return BC_FAIL
/external/v8/src/regexp/
Dregexp-macro-assembler-irregexp.cc193 Emit(BC_FAIL, 0); in Fail()