Home
last modified time | relevance | path

Searched defs:kMillisecond (Results 1 – 4 of 4) sorted by relevance

/external/icing/icing/util/
Dclock.h78 enum class Unit { kMillisecond, kNanosecond }; enumerator
/external/cronet/net/disk_cache/blockfile/
Dfile_win.cc271 constexpr base::TimeDelta kMillisecond = base::Milliseconds(1); in WaitForPendingIOForTesting() local
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h408 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond }; enumerator
/external/google-benchmark/include/benchmark/
Dbenchmark.h410 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond, kSecond }; enumerator