Home
last modified time | relevance | path

Searched defs:one_sec (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/art/libartbase/base/
H A Dtime_utils.cc63 const uint64_t one_sec = 1000 * 1000 * 1000; in GetAppropriateTimeUnit() local
78 const uint64_t one_sec = 1000 * 1000 * 1000; in GetNsToTimeUnitDivisor() local
H A Dtime_utils_test.cc24 const uint64_t one_sec = 1000000000; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/instant/tests/
Dwasm.rs22 let one_sec = Duration::from_secs(1); in test_duration() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Drt_threaded.rs803 let one_sec = std::time::Duration::from_secs(1); in test_disable_lifo_slot() localVariable
/aosp_15_r20/art/runtime/base/
H A Dmutex.cc66 const int32_t one_sec = 1000 * 1000 * 1000; // one second in nanoseconds. in ComputeRelativeTimeSpec() local