Home
last modified time | relevance | path

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

12345678910>>...12

/aosp_15_r20/external/pigweed/pw_rpc/fuzz/
H A Dalarm_timer_test.cc30 AlarmTimer timer([&sem](chrono::SystemClock::time_point) { sem.release(); }); in TEST()
44 [&final_sem](chrono::SystemClock::time_point) { final_sem.release(); }); in TEST()
46 [&kick_sem](chrono::SystemClock::time_point) { kick_sem.release(); }); in TEST()
79 AlarmTimer timer([&sem](chrono::SystemClock::time_point) { sem.release(); }); in TEST()
89 [&sem](chrono::SystemClock::time_point) { sem.release(); }); in TEST()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/threads/this_thread/sleep_until/
Dsleep_until_pass.cpp30 typedef Clock::time_point time_point; in main() typedef
45 typedef Clock::time_point time_point; in main() typedef
60 typedef Clock::time_point time_point; in main() typedef
75 typedef Clock::time_point time_point; in main() typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__chrono/
Dtime_point.h48 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 time_point() : __d_(duration::zero()) {} in time_point() function
49 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit time_point(const duration& __d) : __d… in time_point() function
53 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 time_point(const time_point<clock, _Duration2>… in time_point() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__chrono/
H A Dtime_point.h48 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 time_point() : __d_(duration::zero()) {} in time_point() function
49 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit time_point(const duration& __d) : __d… in time_point() function
53 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 time_point(const time_point<clock, _Duration2>… in time_point() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__chrono/
Dtime_point.h48 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 time_point() : __d_(duration::zero()) {} in time_point() function
49 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit time_point(const duration& __d) : __d… in time_point() function
53 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 time_point(const time_point<clock, _Duration2>… in time_point() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__chrono/
Dtime_point.h48 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 time_point() : __d_(duration::zero()) {} in time_point() function
49 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit time_point(const duration& __d) : __d… in time_point() function
53 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 time_point(const time_point<clock, _Duration2>… in time_point() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__chrono/
Dtime_point.h48 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 time_point() : __d_(duration::zero()) {} in time_point() function
49 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit time_point(const duration& __d) : __d… in time_point() function
53 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 time_point(const time_point<clock, _Duration2>… in time_point() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__chrono/
Dtime_point.h48 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 time_point() : __d_(duration::zero()) {} in time_point() function
49 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit time_point(const duration& __d) : __d… in time_point() function
53 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 time_point(const time_point<clock, _Duration2>… in time_point() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.clock/time.clock.local/
H A Dostream.pass.cpp39 static std::basic_string<CharT> stream_c_locale(std::chrono::local_time<Duration> time_point) { in stream_c_locale()
46 static std::basic_string<CharT> stream_fr_FR_locale(std::chrono::local_time<Duration> time_point) { in stream_fr_FR_locale()
55 static std::basic_string<CharT> stream_ja_JP_locale(std::chrono::local_time<Duration> time_point) { in stream_ja_JP_locale()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.clock/time.clock.system/
H A Dostream.pass.cpp39 static std::basic_string<CharT> stream_c_locale(std::chrono::sys_time<Duration> time_point) { in stream_c_locale()
46 static std::basic_string<CharT> stream_fr_FR_locale(std::chrono::sys_time<Duration> time_point) { in stream_fr_FR_locale()
55 static std::basic_string<CharT> stream_ja_JP_locale(std::chrono::sys_time<Duration> time_point) { in stream_ja_JP_locale()
H A Dsys_time.ostream.pass.cpp39 static std::basic_string<CharT> stream_c_locale(std::chrono::sys_time<Duration> time_point) { in stream_c_locale()
46 static std::basic_string<CharT> stream_fr_FR_locale(std::chrono::sys_time<Duration> time_point) { in stream_fr_FR_locale()
55 static std::basic_string<CharT> stream_ja_JP_locale(std::chrono::sys_time<Duration> time_point) { in stream_ja_JP_locale()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.clock/time.clock.file/
H A Dostream.pass.cpp46 static std::basic_string<CharT> stream_c_locale(file_time<Duration> time_point) { in stream_c_locale()
53 static std::basic_string<CharT> stream_fr_FR_locale(file_time<Duration> time_point) { in stream_fr_FR_locale()
62 static std::basic_string<CharT> stream_ja_JP_locale(file_time<Duration> time_point) { in stream_ja_JP_locale()
/aosp_15_r20/external/pigweed/pw_sync/public/pw_sync/
H A Dlock_testing.h51 using time_point = std::chrono::time_point<FakeClock>; member
62 using time_point = void; member
69 bool try_lock_until(const FakeClock::time_point&) { return try_lock(); } in try_lock_until()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/
Dtime_point.hpp155 class time_point class
171 time_point() : d_(duration::zero()) in time_point() function in boost::chrono::time_point
174 explicit time_point(const duration& d) in time_point() function in boost::chrono::time_point
181 time_point(const time_point<clock, Duration2>& t in time_point() function in boost::chrono::time_point
Dprocess_cpu_clocks.hpp38 typedef chrono::time_point<process_real_cpu_clock> time_point; typedef in boost::chrono::process_real_cpu_clock
53 typedef chrono::time_point<process_user_cpu_clock> time_point; typedef in boost::chrono::process_user_cpu_clock
67 typedef chrono::time_point<process_system_cpu_clock> time_point; typedef in boost::chrono::process_system_cpu_clock
315 typedef chrono::time_point<process_cpu_clock> time_point; typedef in boost::chrono::process_cpu_clock
Dsystem_clocks.hpp133 typedef chrono::time_point<system_clock> time_point; typedef in boost::chrono::system_clock
159 typedef chrono::time_point<steady_clock> time_point; typedef in boost::chrono::steady_clock
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/example/
Druntime_resolution.cpp160 class time_point class
172 time_point() : rep_(0) {} in time_point() function in runtime_resolution::time_point
173 explicit time_point(const duration& d) in time_point() function in runtime_resolution::time_point
193 typedef runtime_resolution::time_point time_point; typedef in runtime_resolution::clock
Dtime2_demo.cpp975 typedef boost::chrono::time_point<xtime_clock> time_point; typedef in timeval_demo::xtime_clock
1080 class time_point class
1092 time_point() : rep_(0) {} in time_point() function in runtime_resolution::time_point
1093 explicit time_point(const duration& d) in time_point() function in runtime_resolution::time_point
1112 typedef runtime_resolution::time_point time_point; typedef in runtime_resolution::clock
1519 typedef boost::chrono::time_point<cycle_count> time_point; typedef
1537 typedef boost::chrono::time_point<approx_cycle_count> time_point; typedef
Dcycle_count.cpp44 typedef boost::chrono::time_point<cycle_count> time_point; typedef
62 typedef boost::chrono::time_point<approx_cycle_count> time_point; typedef
/aosp_15_r20/external/pigweed/pw_chrono/
H A 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()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/threads/this_thread/sleep_for/
Dsleep_for_pass.cpp30 typedef Clock::time_point time_point; in main() typedef
44 typedef Clock::time_point time_point; in main() typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dbasic_socket_iostream.hpp172 typedef typename WaitTraits::time_point time_point; typedef in boost::asio::basic_socket_iostream
184 typedef typename traits_helper::time_type time_point; typedef in boost::asio::basic_socket_iostream
Dbasic_socket_streambuf.hpp176 typedef typename WaitTraits::time_point time_point; typedef in boost::asio::basic_socket_streambuf
188 typedef typename traits_helper::time_type time_point; typedef in boost::asio::basic_socket_streambuf
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/fmtlib/include/fmt/
Dchrono.h329 std::chrono::time_point<std::chrono::system_clock> time_point) { in localtime()
370 std::chrono::time_point<std::chrono::system_clock> time_point) { in gmtime()
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/fmtlib/include/fmt/
Dchrono.h329 std::chrono::time_point<std::chrono::system_clock> time_point) { in localtime()
370 std::chrono::time_point<std::chrono::system_clock> time_point) { in gmtime()

12345678910>>...12