Home
last modified time | relevance | path

Searched refs:oNone (Results 1 – 12 of 12) sorted by relevance

/external/google-benchmark/src/
Dcomplexity.h50 LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {} in LeastSq()
Dbenchmark.cc357 if (!report.error_occurred && b.complexity != oNone) in RunBenchmark()
384 if ((b.complexity != oNone) && b.last_benchmark_instance) { in RunBenchmark()
Dcomplexity.cc126 CHECK_NE(complexity, oNone); in MinimalLeastSq()
Dbenchmark_register.cc238 complexity_(oNone), in Benchmark()
/external/libcxx/utils/google-benchmark/src/
Dcomplexity.h50 LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {} in LeastSq()
Dbenchmark.cc336 if (!report.error_occurred && b.complexity != oNone) in RunBenchmark()
363 if ((b.complexity != oNone) && b.last_benchmark_instance) { in RunBenchmark()
Dcomplexity.cc126 CHECK_NE(complexity, oNone); in MinimalLeastSq()
Dbenchmark_register.cc225 complexity_(oNone), in Benchmark()
/external/libcxx/utils/google-benchmark/include/benchmark/
Dreporter.h53 complexity(oNone), in Run()
Dbenchmark_api.h255 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda };
/external/google-benchmark/include/benchmark/
Dreporter.h54 complexity(oNone), in Run()
Dbenchmark_api.h306 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda }; enumerator