/aosp_15_r20/external/pigweed/pw_rpc/fuzz/ |
H A D | alarm_timer_test.cc | 30 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/ |
D | sleep_until_pass.cpp | 30 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/ |
D | time_point.h | 48 _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 D | time_point.h | 48 _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/ |
D | time_point.h | 48 _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/ |
D | time_point.h | 48 _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/ |
D | time_point.h | 48 _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/ |
D | time_point.h | 48 _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 D | ostream.pass.cpp | 39 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 D | ostream.pass.cpp | 39 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 D | sys_time.ostream.pass.cpp | 39 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 D | ostream.pass.cpp | 46 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 D | lock_testing.h | 51 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/ |
D | time_point.hpp | 155 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
|
D | process_cpu_clocks.hpp | 38 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
|
D | system_clocks.hpp | 133 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/ |
D | runtime_resolution.cpp | 160 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
|
D | time2_demo.cpp | 975 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
|
D | cycle_count.cpp | 44 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 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()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/threads/this_thread/sleep_for/ |
D | sleep_for_pass.cpp | 30 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/ |
D | basic_socket_iostream.hpp | 172 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
|
D | basic_socket_streambuf.hpp | 176 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/ |
D | chrono.h | 329 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/ |
D | chrono.h | 329 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()
|