/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/ |
D | time_point.hpp | 242 operator+(const time_point<Clock, Duration1>& lhs, in operator +() 260 const time_point<Clock, Duration2>& rhs) in operator +() 271 operator-(const time_point<Clock, Duration1>& lhs, in operator -() 282 operator-(const time_point<Clock, Duration1>& lhs, in operator -() 297 operator==(const time_point<Clock, Duration1>& lhs, in operator ==() 308 operator!=(const time_point<Clock, Duration1>& lhs, in operator !=() 319 operator<(const time_point<Clock, Duration1>& lhs, in operator <() 330 operator>(const time_point<Clock, Duration1>& lhs, in operator >() 341 operator<=(const time_point<Clock, Duration1>& lhs, in operator <=() 352 operator>=(const time_point<Clock, Duration1>& lhs, in operator >=() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/example/ |
D | shared_mutex.cpp | 78 typedef boost::chrono::steady_clock Clock; in reader() typedef 93 typedef boost::chrono::steady_clock Clock; in writer() typedef 110 typedef boost::chrono::steady_clock Clock; in try_reader() typedef 127 typedef boost::chrono::steady_clock Clock; in try_writer() typedef 146 typedef boost::chrono::steady_clock Clock; in try_for_reader() typedef 163 typedef boost::chrono::steady_clock Clock; in try_for_writer() typedef 222 typedef boost::chrono::steady_clock Clock; in reader() typedef 237 typedef boost::chrono::steady_clock Clock; in writer() typedef 254 typedef boost::chrono::steady_clock Clock; in try_reader() typedef 271 typedef boost::chrono::steady_clock Clock; in try_writer() typedef [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/test/time_point/ |
D | arithmetic_pass.cpp | 26 typedef boost::chrono::system_clock Clock; in main() typedef 33 typedef boost::chrono::system_clock Clock; in main() typedef 40 typedef boost::chrono::system_clock Clock; in main() typedef 48 typedef boost::chrono::system_clock Clock; in main() typedef 56 typedef boost::chrono::system_clock Clock; in main() typedef 64 typedef boost::chrono::system_clock Clock; in main() typedef 72 typedef boost::chrono::system_clock Clock; in main() typedef 82 typedef boost::chrono::system_clock Clock; in main() typedef 93 typedef boost::chrono::system_clock Clock; in main() typedef 100 typedef boost::chrono::system_clock Clock; in main() typedef [all …]
|
D | constructor_pass.cpp | 27 typedef boost::chrono::system_clock Clock; in main() typedef 35 typedef boost::chrono::system_clock Clock; in main() typedef 43 typedef boost::chrono::system_clock Clock; in main() typedef 49 typedef boost::chrono::system_clock Clock; in main() typedef 55 typedef boost::chrono::system_clock Clock; in main() typedef 61 typedef boost::chrono::system_clock Clock; in main() typedef 67 typedef boost::chrono::system_clock Clock; in main() typedef 73 typedef boost::chrono::system_clock Clock; in main() typedef
|
D | arithmetic_ext_pass.cpp | 27 typedef boost::chrono::system_clock Clock; in main() typedef 34 typedef boost::chrono::system_clock Clock; in main() typedef 41 typedef boost::chrono::system_clock Clock; in main() typedef 48 typedef boost::chrono::system_clock Clock; in main() typedef 55 typedef boost::chrono::system_clock Clock; in main() typedef 62 typedef boost::chrono::system_clock Clock; in main() typedef
|
/aosp_15_r20/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/ |
H A D | wait_until.pass.cpp | 27 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
|
H A D | wait_until_pred.pass.cpp | 28 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()
|
/aosp_15_r20/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/ |
H A D | wait_until.pass.cpp | 26 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()
|
H A D | wait_until_pred.pass.cpp | 28 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()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/conditions/condition_variable/ |
D | wait_until_pass.cpp | 31 struct Clock struct 36 typedef boost::chrono::time_point<Clock> time_point; argument 37 static const bool is_steady = true; 39 static time_point now() in now()
|
D | wait_until_pred_pass.cpp | 33 struct Clock struct 38 typedef boost::chrono::time_point<Clock> time_point; argument 39 static const bool is_steady = true; 41 static time_point now() in now()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.condition/thread.condition.condvarany/ |
H A D | wait_until.pass.cpp | 29 struct Clock struct 34 typedef std::chrono::time_point<Clock> time_point; argument 35 static const bool is_steady = true; 37 static time_point now() in now()
|
H A D | wait_until_pred.pass.cpp | 31 struct Clock struct 36 typedef std::chrono::time_point<Clock> time_point; argument 37 static const bool is_steady = true; 39 static time_point now() in now()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/conditions/condition_variable_any/ |
D | wait_until_pass.cpp | 29 struct Clock struct 34 typedef boost::chrono::time_point<Clock> time_point; argument 35 static const bool is_steady = true; 37 static time_point now() in now()
|
D | wait_until_pred_pass.cpp | 31 struct Clock struct 36 typedef boost::chrono::time_point<Clock> time_point; argument 37 static const bool is_steady = true; 39 static time_point now() in now()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.condition/thread.condition.condvar/ |
H A D | wait_until_pred.pass.cpp | 31 struct Clock struct 36 typedef std::chrono::time_point<Clock> time_point; argument 37 static const bool is_steady = true; 39 static time_point now() in now()
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/ |
H A D | clock_tracker.h | 127 struct Clock { struct 128 explicit Clock(ClockId clock_id) : id(clock_id) {} in Clock() argument 129 Clock(ClockId clock_id, int64_t unit, bool incremental) in Clock() argument 132 ClockId id; argument 143 Clock clock; argument
|
/aosp_15_r20/external/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_clock_test.cc | 23 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
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/ |
D | null_mutex.hpp | 56 bool try_lock_until(chrono::time_point<Clock, Duration> const &) in try_lock_until() 92 bool try_lock_shared_until(chrono::time_point<Clock, Duration> const &) in try_lock_shared_until() 126 bool try_lock_upgrade_until(chrono::time_point<Clock, Duration> const &) in try_lock_upgrade_until() 150 bool try_unlock_shared_and_lock_until(chrono::time_point<Clock, Duration> const &) in try_unlock_shared_and_lock_until() 181 bool try_unlock_shared_and_lock_upgrade_until(chrono::time_point<Clock, Duration> const &) in try_unlock_shared_and_lock_upgrade_until() 218 bool try_unlock_upgrade_and_lock_until(chrono::time_point<Clock, Duration> const &) in try_unlock_upgrade_and_lock_until()
|
D | lockable_adapter.hpp | 74 bool try_lock_until(chrono::time_point<Clock, Duration> const & abs_time) const in try_lock_until() 108 bool try_lock_shared_until(chrono::time_point<Clock, Duration> const & abs_time) const in try_lock_shared_until() 145 bool try_lock_upgrade_until(chrono::time_point<Clock, Duration> const & abs_time) const in try_lock_upgrade_until() 161 … bool try_unlock_shared_and_lock_until(chrono::time_point<Clock, Duration> const & abs_time) const in try_unlock_shared_and_lock_until() 182 …bool try_unlock_shared_and_lock_upgrade_until(chrono::time_point<Clock, Duration> const & abs_time… in try_unlock_shared_and_lock_upgrade_until() 207 … bool try_unlock_upgrade_and_lock_until(chrono::time_point<Clock, Duration> const & abs_time) const in try_unlock_upgrade_and_lock_until()
|
D | poly_shared_lockable.hpp | 34 bool try_lock_shared_until(chrono::time_point<Clock, Duration> const & abs_time) in try_lock_shared_until() 65 bool try_lock_upgrade_until(chrono::time_point<Clock, Duration> const & abs_time) in try_lock_upgrade_until() 82 bool try_unlock_shared_and_lock_until(chrono::time_point<Clock, Duration> const & abs_time) in try_unlock_shared_and_lock_until() 100 …bool try_unlock_shared_and_lock_upgrade_until(chrono::time_point<Clock, Duration> const & abs_time) in try_unlock_shared_and_lock_upgrade_until() 119 bool try_unlock_upgrade_and_lock_until(chrono::time_point<Clock, Duration> const & abs_time) in try_unlock_upgrade_and_lock_until()
|
/aosp_15_r20/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/ |
H A D | Clock.kt | 31 object Clock { object 33 val Clock = ElementKey("Clock") constant 42 fun SceneScope.Clock(color: Color, modifier: Modifier = Modifier) { in SceneScope() method
|
/aosp_15_r20/external/crosvm/perfetto/src/ |
H A D | lib.rs | 696 pub fn new(first: &Clock, second: &Clock) -> ClockSnapshot { in new() 706 pub struct Clock { struct 710 impl Clock { impl 711 pub fn new(clock_id: u32, timestamp: u64) -> Clock { in new() 722 pub fn set_multiplier(&mut self, multiplier: u64) -> &mut Clock { in set_multiplier() 727 pub fn set_is_incremental(&mut self, is_incremental: bool) -> &mut Clock { in set_is_incremental()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/v2/ |
D | shared_mutex.hpp | 297 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_lock_until() 375 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_lock_shared_until() 675 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_lock_until() 754 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_lock_shared_until() 832 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_lock_upgrade_until() 896 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_unlock_shared_and_lock_until() 951 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_unlock_shared_and_lock_upgrade_until() 1010 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_unlock_upgrade_and_lock_until()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/test/io/ |
D | time_point_output.cpp | 31 typedef boost::chrono::system_clock Clock; in test_good_prefix_system_clock() typedef 61 typedef boost::chrono::system_clock Clock; in test_good_symbol_system_clock() typedef 75 typedef boost::chrono::system_clock Clock; in test_good_utc_fmt_system_clock() typedef 91 typedef boost::chrono::system_clock Clock; in test_good_utc_fmt_system_clock2() typedef 117 typedef boost::chrono::system_clock Clock; in test_good_system_clock() typedef
|