Home
last modified time | relevance | path

Searched defs:time_point (Results 1 – 25 of 119) sorted by relevance

12345

/external/pigweed/pw_rpc/fuzz/
Dalarm_timer_test.cc29 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/
Dostream.pass.cpp44 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/
Dtime_point.h48 _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
Dsteady_clock.h33 typedef chrono::time_point<steady_clock, duration> time_point; typedef
Dsystem_clock.h33 typedef chrono::time_point<system_clock> time_point; typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/time/
Dclock.h19 typedef std::chrono::time_point<Clock, duration> time_point; typedef
/external/libcxx/test/std/utilities/time/
Dclock.h20 typedef std::chrono::time_point<Clock, duration> time_point; typedef
/external/libcxx/test/std/thread/thread.threads/thread.thread.this/
Dsleep_until.pass.cpp25 typedef Clock::time_point time_point; in main() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/thread/thread.threads/thread.thread.this/
Dsleep_for.pass.cpp30 typedef Clock::time_point time_point; in main() typedef
Dsleep_for.signals.pass.cpp62 typedef Clock::time_point time_point; in main() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/thread/thread.threads/thread.thread.this/
Dsleep_until.pass.cpp26 typedef Clock::time_point time_point; in main() typedef
/external/pigweed/pw_chrono/
Dsystem_timer_facade_test.cc35 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/
Dtrivial_clock_traits.h24 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/
Dtry_lock.pass.cpp27 typedef Clock::time_point time_point; typedef
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/
Dtry_lock.pass.cpp26 typedef Clock::time_point time_point; typedef
Dlock.pass.cpp28 typedef Clock::time_point time_point; typedef
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
Dlock.pass.cpp28 typedef Clock::time_point time_point; typedef
Dtry_lock.pass.cpp26 typedef Clock::time_point time_point; typedef
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
Dtry_lock.pass.cpp26 typedef Clock::time_point time_point; typedef
Dlock.pass.cpp28 typedef Clock::time_point time_point; typedef
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/
Dtry_lock.pass.cpp26 typedef Clock::time_point time_point; typedef
Dlock.pass.cpp28 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/
Dtry_lock.pass.cpp27 typedef Clock::time_point time_point; typedef
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/
Dadopt_lock.pass.cpp28 typedef Clock::time_point time_point; typedef
/external/libcxx/test/libcxx/thread/thread.threads/thread.thread.this/
Dsleep_for.pass.cpp59 typedef Clock::time_point time_point; in main() typedef

12345