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

  /external/google-benchmark/src/
complexity.h 43 LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {}
complexity.cc 125 CHECK_NE(complexity, oNone);
benchmark.cc 355 if (!report.error_occurred && b.complexity != oNone)
382 if ((b.complexity != oNone) && b.last_benchmark_instance) {
benchmark_register.cc 238 complexity_(oNone),
  /external/libcxx/utils/google-benchmark/src/
complexity.h 43 LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {}
complexity.cc 125 CHECK_NE(complexity, oNone);
benchmark.cc 355 if (!report.error_occurred && b.complexity != oNone)
382 if ((b.complexity != oNone) && b.last_benchmark_instance) {
benchmark_register.cc 238 complexity_(oNone),
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
complexity.h 50 LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {}
benchmark.cc 351 if (!report.error_occurred && b.complexity != oNone)
378 if ((b.complexity != oNone) && b.last_benchmark_instance) {
complexity.cc 126 CHECK_NE(complexity, oNone);
benchmark_register.cc 228 complexity_(oNone),
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/include/benchmark/
reporter.h 54 complexity(oNone),
benchmark_api.h 300 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda };
    [all...]
  /external/google-benchmark/include/benchmark/
benchmark.h 378 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda };
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 378 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda };
    [all...]

Completed in 252 milliseconds