Home
last modified time | relevance | path

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

12345

/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/libcxx/test/std/utilities/time/time.point/time.point.cast/
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
Dceil.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
Dtoduration.fail.cpp24 typedef std::chrono::system_clock Clock; in main() typedef
/external/google-benchmark/cmake/
Dsteady_clock.cpp4 typedef std::chrono::steady_clock Clock; in main() typedef
/external/libcxx/utils/google-benchmark/cmake/
Dsteady_clock.cpp4 typedef std::chrono::steady_clock Clock; in main() typedef
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp38 using Clock = file_time_type::clock; in GetTimes() typedef
61 using Clock = file_time_type::clock; in GetSymlinkTimes() typedef
175 using Clock = file_time_type::clock; in TEST_CASE() typedef
216 using Clock = file_time_type::clock; in TEST_CASE() typedef
280 using Clock = file_time_type::clock; in TEST_CASE() typedef
313 using Clock = file_time_type::clock; in TEST_CASE() typedef
351 using Clock = file_time_type::clock; in TEST_CASE() typedef
/external/webrtc/webrtc/test/
Dframe_generator.h20 class Clock; variable
Dvideo_capturer.h17 class Clock; variable
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Dreceive_statistics.h22 class Clock; variable
Dremote_ntp_time_estimator.h19 class Clock; variable
/external/libcxx/test/std/utilities/time/time.point/time.point.cons/
Dduration.fail.cpp22 typedef std::chrono::system_clock Clock; in main() typedef
Ddefault.pass.cpp24 typedef std::chrono::system_clock Clock; in main() typedef
Dconvert.fail.cpp23 typedef std::chrono::system_clock Clock; in main() typedef
/external/libcxx/test/std/utilities/time/time.point/time.point.arithmetic/
Dop_+=.pass.cpp21 typedef std::chrono::system_clock Clock; in main() typedef
Dop_-=.pass.cpp21 typedef std::chrono::system_clock Clock; in main() typedef
/external/libcxx/test/std/utilities/time/time.point/time.point.special/
Dmax.pass.cpp21 typedef std::chrono::system_clock Clock; in main() typedef
Dmin.pass.cpp21 typedef std::chrono::system_clock Clock; in main() typedef
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
Dbwe_rtp.h17 class Clock; variable

12345