Home
last modified time | relevance | path

Searched refs:MinTime (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DTimeValue.inc45 // In the unlikely case it does happen, just return MinTime, no error
47 return MinTime;
/external/llvm/lib/Support/Unix/
DTimeValue.inc42 // In the unlikely case it does happen, just return MinTime, no error
44 return MinTime();
/external/swiftshader/third_party/LLVM/lib/Support/
DTimeValue.cpp20 const TimeValue TimeValue::MinTime = TimeValue ( INT64_MIN,0 ); member in llvm::TimeValue
/external/libcxx/utils/google-benchmark/test/
Doptions_test.cc29 BENCHMARK(BM_basic)->MinTime(0.7);
/external/google-benchmark/test/
Doptions_test.cc33 BENCHMARK(BM_basic)->MinTime(0.7);
/external/llvm/include/llvm/Support/
DTimeValue.h41 static TimeValue MinTime() { in MinTime() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimeValue.h41 static TimeValue MinTime() { in MinTime() function
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DTimeValue.h41 static const TimeValue MinTime;
/external/libcxx/utils/google-benchmark/src/
Dbenchmark_register.cc358 Benchmark* Benchmark::MinTime(double t) { in MinTime() function in benchmark::internal::Benchmark
/external/google-benchmark/src/
Dbenchmark_register.cc361 Benchmark* Benchmark::MinTime(double t) { in MinTime() function in benchmark::internal::Benchmark
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark_api.h540 Benchmark* MinTime(double t);
/external/google-benchmark/include/benchmark/
Dbenchmark_api.h587 Benchmark* MinTime(double t);
/external/libcxx/utils/google-benchmark/
DREADME.md382 set as a flag `--benchmark_min_time` or per benchmark by calling `MinTime` on
/external/google-benchmark/
DREADME.md384 set as a flag `--benchmark_min_time` or per benchmark by calling `MinTime` on
/external/clang/lib/Basic/
DVirtualFileSystem.cpp497 Status("", getNextVirtualUniqueID(), llvm::sys::TimeValue::MinTime(), in InMemoryFileSystem()