Home
last modified time | relevance | path

Searched defs:Clock (Results 1 – 25 of 151) sorted by relevance

1234567

/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
Dwait_until.pass.cpp27 struct Clock struct
32 typedef std::chrono::time_point<Clock> time_point; argument
33 static const bool is_steady = true;
58 Clock::time_point t0 = Clock::now(); in f() argument
Dwait_until_pred.pass.cpp28 struct Clock struct
33 typedef std::chrono::time_point<Clock> time_point; argument
34 static const bool is_steady = true;
36 static time_point now() in now()
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
Dwait_until.pass.cpp26 struct Clock struct
31 typedef std::chrono::time_point<Clock> time_point; argument
32 static const bool is_steady = true;
34 static time_point now() in now()
Dwait_until_pred.pass.cpp28 struct Clock struct
33 typedef std::chrono::time_point<Clock> time_point; argument
34 static const bool is_steady = true;
36 static time_point now() in now()
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_clock_test.cc23 TEST(Clock, VectorBasic) { in TEST() argument
39 TEST(Clock, ChunkedBasic) { in TEST() argument
56 TEST(Clock, AcquireRelease) { in TEST() argument
72 TEST(Clock, RepeatedAcquire) { in TEST() argument
87 TEST(Clock, ManyThreads) { in TEST() argument
111 TEST(Clock, DifferentSizes) { in TEST() argument
150 TEST(Clock, Growth) { in TEST() argument
419 TEST(Clock, Fuzzer) { in TEST() argument
/external/crosvm/base/src/unix/
Dclock.rs16 pub struct Clock(Instant); struct
17 impl Clock { impl
39 impl Default for Clock { implementation
/external/crosvm/common/sys_util/src/
Dclock.rs16 pub struct Clock(Instant); struct
17 impl Clock { impl
39 impl Default for Clock { implementation
/external/crosvm/base/src/windows/
Dclock.rs14 pub struct Clock(Instant); struct
15 impl Clock { impl
37 impl Default for Clock { implementation
/external/libcxx/test/std/utilities/time/time.point/time.point.arithmetic/
Dop_-=.pass.cpp25 typedef std::chrono::system_clock Clock; in constexpr_test() typedef
36 typedef std::chrono::system_clock Clock; in main() typedef
Dop_+=.pass.cpp25 typedef std::chrono::system_clock Clock; in constexpr_test() typedef
36 typedef std::chrono::system_clock Clock; in main() typedef
/external/rust/crates/tokio/src/time/
Dclock.rs19 impl Clock { impl
171 impl Clock { impl
/external/libcxx/test/std/utilities/time/time.point/time.point.cast/
Dceil.pass.cpp27 typedef std::chrono::system_clock Clock; in test() typedef
42 typedef std::chrono::system_clock Clock; in test_constexpr() typedef
Dfloor.pass.cpp27 typedef std::chrono::system_clock Clock; in test() typedef
42 typedef std::chrono::system_clock Clock; in test_constexpr() typedef
Dround.pass.cpp27 typedef std::chrono::system_clock Clock; in test() typedef
42 typedef std::chrono::system_clock Clock; in test_constexpr() typedef
Dtime_point_cast.pass.cpp28 typedef std::chrono::system_clock Clock; in test() typedef
45 typedef std::chrono::system_clock Clock; in test_constexpr() typedef
/external/pigweed/pw_sync/
Dborrow_test.cc191 struct Clock { struct
192 using rep = int64_t;
193 using period = std::micro;
194 using duration = std::chrono::duration<rep, period>;
195 using time_point = std::chrono::time_point<Clock>;
/external/swiftshader/src/Vulkan/
DVkTimelineSemaphore.hpp147 const std::chrono::time_point<Clock, Duration> timeout) in wait()
154 const std::chrono::time_point<Clock, Duration> timeout) in wait()
/external/webrtc/api/video/
Dvideo_stream_encoder_create.h27 class Clock; variable
/external/webrtc/modules/rtp_rtcp/include/
Dreceive_statistics.h28 class Clock; variable
/external/webrtc/rtc_base/
Drate_limiter.h24 class Clock; variable
/external/libcxx/utils/google-benchmark/cmake/
Dsteady_clock.cpp4 typedef std::chrono::steady_clock Clock; in main() typedef
/external/robolectric/utils/src/main/java/org/robolectric/util/
DClock.java3 interface Clock { interface
/external/google-benchmark/cmake/
Dsteady_clock.cpp4 typedef std::chrono::steady_clock Clock; in main() typedef
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
DClock.java3 interface Clock { interface
/external/libcxx/test/std/utilities/time/time.point/time.point.cons/
Dduration.fail.cpp22 typedef std::chrono::system_clock Clock; in main() typedef

1234567