/external/pigweed/pw_rpc/fuzz/ |
D | alarm_timer_test.cc | 29 AlarmTimer timer([&sem](chrono::SystemClock::time_point) { sem.release(); }); in TEST() 36 AlarmTimer timer([&sem](chrono::SystemClock::time_point) { sem.release(); }); in TEST() 47 AlarmTimer timer([&sem](chrono::SystemClock::time_point) { sem.release(); }); in TEST() 57 [&sem](chrono::SystemClock::time_point) { sem.release(); }); in TEST()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/time/time.clock/time.clock.system/ |
D | ostream.pass.cpp | 44 static std::basic_string<CharT> stream_c_locale(std::chrono::sys_time<Duration> time_point) { in stream_c_locale() 51 static std::basic_string<CharT> stream_fr_FR_locale(std::chrono::sys_time<Duration> time_point) { in stream_fr_FR_locale() 60 static std::basic_string<CharT> stream_ja_JP_locale(std::chrono::sys_time<Duration> time_point) { in stream_ja_JP_locale()
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__chrono/ |
D | time_point.h | 48 _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX14 time_point() : __d_(duration::zero()) {} in time_point() function 49 …_LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit time_point(const duration& __d) :… in time_point() function
|
D | steady_clock.h | 33 typedef chrono::time_point<steady_clock, duration> time_point; typedef
|
D | system_clock.h | 33 typedef chrono::time_point<system_clock> time_point; typedef
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/time/ |
D | clock.h | 19 typedef std::chrono::time_point<Clock, duration> time_point; typedef
|
/external/libcxx/test/std/utilities/time/ |
D | clock.h | 20 typedef std::chrono::time_point<Clock, duration> time_point; typedef
|
/external/libcxx/test/std/thread/thread.threads/thread.thread.this/ |
D | sleep_until.pass.cpp | 25 typedef Clock::time_point time_point; in main() typedef
|
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/thread/thread.threads/thread.thread.this/ |
D | sleep_for.pass.cpp | 30 typedef Clock::time_point time_point; in main() typedef
|
D | sleep_for.signals.pass.cpp | 62 typedef Clock::time_point time_point; in main() typedef
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/thread/thread.threads/thread.thread.this/ |
D | sleep_until.pass.cpp | 26 typedef Clock::time_point time_point; in main() typedef
|
/external/pigweed/pw_chrono/ |
D | system_timer_facade_test.cc | 35 void ShouldNotBeInvoked(SystemClock::time_point) { FAIL(); } in ShouldNotBeInvoked() 167 void OnExpiryCallback(SystemClock::time_point) override { in TEST() 183 void OnExpiryCallback(SystemClock::time_point) override { in TEST()
|
/external/openscreen/platform/base/ |
D | trivial_clock_traits.h | 24 using time_point = std::chrono::time_point<TrivialClockTraits, duration>; variable
|
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/ |
D | try_lock.pass.cpp | 27 typedef Clock::time_point time_point; typedef
|
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/ |
D | try_lock.pass.cpp | 26 typedef Clock::time_point time_point; typedef
|
D | lock.pass.cpp | 28 typedef Clock::time_point time_point; typedef
|
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/ |
D | lock.pass.cpp | 28 typedef Clock::time_point time_point; typedef
|
D | try_lock.pass.cpp | 26 typedef Clock::time_point time_point; typedef
|
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/ |
D | try_lock.pass.cpp | 26 typedef Clock::time_point time_point; typedef
|
D | lock.pass.cpp | 28 typedef Clock::time_point time_point; typedef
|
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/ |
D | try_lock.pass.cpp | 26 typedef Clock::time_point time_point; typedef
|
D | lock.pass.cpp | 28 typedef Clock::time_point time_point; typedef
|
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/ |
D | try_lock.pass.cpp | 27 typedef Clock::time_point time_point; typedef
|
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/ |
D | adopt_lock.pass.cpp | 28 typedef Clock::time_point time_point; typedef
|
/external/libcxx/test/libcxx/thread/thread.threads/thread.thread.this/ |
D | sleep_for.pass.cpp | 59 typedef Clock::time_point time_point; in main() typedef
|