Home
last modified time | relevance | path

Searched defs:microseconds (Results 1 – 25 of 579) sorted by relevance

12345678910>>...24

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/
Diso.rs63 type microseconds = u32; typedef
208 fn transport_latency_c_to_p(&self) -> microseconds { in transport_latency_c_to_p()
218 fn transport_latency_p_to_c(&self) -> microseconds { in transport_latency_p_to_c()
1418 sdu_interval_c_to_p: microseconds, in iso_interval()
1419 sdu_interval_p_to_c: microseconds, in iso_interval()
1421 max_transport_latency_c_to_p: microseconds, in iso_interval()
1422 max_transport_latency_p_to_c: microseconds, in iso_interval()
1457 cig_sync_delay: microseconds, in transport_latency()
1460 sdu_interval: microseconds, in transport_latency()
1462 ) -> microseconds { in transport_latency()
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dpywrap_saved_model_metrics.cc102 [](const char* api_label, double microseconds) { in DefineMetricsModule()
124 [](const char* api_label, double microseconds) { in DefineMetricsModule()
146 [](const char* api_label, double microseconds) { in DefineMetricsModule()
168 [](const char* api_label, double microseconds) { in DefineMetricsModule()
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DTimeValue.h217 uint32_t microseconds() const { in microseconds() function
303 void microseconds ( int32_t micros ) { in microseconds() function
316 void usec( int64_t microseconds ) { in usec()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DTimeValue.h217 uint32_t microseconds() const { in microseconds() function
303 void microseconds ( int32_t micros ) { in microseconds() function
316 void usec( int64_t microseconds ) { in usec()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_time.cc65 uint64_t microseconds = microseconds_ + delta.ToMicroseconds(); in Add() local
74 uint64_t microseconds = microseconds_ - delta.ToMicroseconds(); in Subtract() local
H A Dquic_time.h167 static constexpr QuicWallTime FromUNIXMicroseconds(uint64_t microseconds) { in FromUNIXMicroseconds()
207 explicit constexpr QuicWallTime(uint64_t microseconds) in QuicWallTime()
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/
Dtime.rs164 fn microseconds(microseconds: i64) -> Self; in microseconds() method
279 fn microseconds(microseconds: i64) -> TimeSpec { in microseconds() method
519 let microseconds = milliseconds in milliseconds() localVariable
528 fn microseconds(microseconds: i64) -> TimeVal { in microseconds() method
546 let microseconds = nanoseconds / 1000; in nanoseconds() localVariable
/aosp_15_r20/system/chre/util/include/chre/util/
H A Dtime_impl.h80 constexpr Microseconds::Microseconds(uint64_t microseconds) in Microseconds()
115 constexpr Nanoseconds::Nanoseconds(Microseconds microseconds) in Nanoseconds()
/aosp_15_r20/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/
H A Dtime_impl.h79 constexpr Microseconds::Microseconds(uint64_t microseconds) in Microseconds()
114 constexpr Nanoseconds::Nanoseconds(Microseconds microseconds) in Nanoseconds()
/aosp_15_r20/external/python/cpython3/Python/
Dthread_pthread.h116 #define MICROSECONDS_TO_TIMESPEC(microseconds, ts) \ argument
432 PyThread_acquire_lock_timed(PyThread_type_lock lock, PY_TIMEOUT_T microseconds, in PyThread_acquire_lock_timed()
630 PyThread_acquire_lock_timed(PyThread_type_lock lock, PY_TIMEOUT_T microseconds, in PyThread_acquire_lock_timed()
Dceval_gil.h79 #define COND_TIMED_WAIT(cond, mut, microseconds, timeout_result) \ argument
334 void _PyEval_SetSwitchInterval(unsigned long microseconds) in _PyEval_SetSwitchInterval()
Dthread_nt.h82 _PyTime_t microseconds = _PyTime_AsMicroseconds(nanoseconds, in EnterNonRecursiveMutex() local
308 PY_TIMEOUT_T microseconds, int intr_flag) in PyThread_acquire_lock_timed()
/aosp_15_r20/external/grpc-grpc/test/cpp/ext/otel/
H A Dotel_test_library.h52 bool OnForceFlush(std::chrono::microseconds) noexcept override { in OnForceFlush()
56 bool OnShutDown(std::chrono::microseconds) noexcept override { return true; } in OnShutDown()
/aosp_15_r20/system/core/init/libprefetch/prefetch/src/tracer/
H A Dmem.rs112 let microseconds = microseconds.parse::<u64>().map_err(|e| Error::Custom { in build_timestamp() localVariable
787 let microseconds = i; in test_add_line() localVariable
875 let microseconds = i; in test_get_records_file() localVariable
/aosp_15_r20/external/deqp-deps/amber/src/
Dsleep.cc29 void USleep(uint32_t microseconds) { in USleep()
/aosp_15_r20/art/test/2239-varhandle-perf-vh-gas/src/
H A DMicroBenchmark.java45 double microseconds = measure() / (EXERCISE_ITERATIONS * innerIterations()); in report() local
/aosp_15_r20/art/test/2239-varhandle-perf-vh-unsafe-put/src/
H A DMicroBenchmark.java45 double microseconds = measure() / (EXERCISE_ITERATIONS * innerIterations()); in report() local
/aosp_15_r20/art/test/2239-varhandle-perf-vh-set-a/src/
H A DMicroBenchmark.java45 double microseconds = measure() / (EXERCISE_ITERATIONS * innerIterations()); in report() local
/aosp_15_r20/art/test/2239-varhandle-perf-vh-set/src/
H A DMicroBenchmark.java45 double microseconds = measure() / (EXERCISE_ITERATIONS * innerIterations()); in report() local
/aosp_15_r20/art/test/2239-varhandle-perf-vh-unsafe-cas/src/
H A DMicroBenchmark.java45 double microseconds = measure() / (EXERCISE_ITERATIONS * innerIterations()); in report() local
/aosp_15_r20/art/test/2239-varhandle-perf-vh-reflect-set/src/
H A DMicroBenchmark.java45 double microseconds = measure() / (EXERCISE_ITERATIONS * innerIterations()); in report() local
/aosp_15_r20/art/test/2239-varhandle-perf-vh-gab/src/
H A DMicroBenchmark.java45 double microseconds = measure() / (EXERCISE_ITERATIONS * innerIterations()); in report() local
/aosp_15_r20/art/test/2239-varhandle-perf-vh-cas/src/
H A DMicroBenchmark.java45 double microseconds = measure() / (EXERCISE_ITERATIONS * innerIterations()); in report() local
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dutils.cc24 void AddLatencySample(int64_t microseconds) { in AddLatencySample()
/aosp_15_r20/art/test/2239-varhandle-perf-vh-get/src/
H A DMicroBenchmark.java45 double microseconds = measure() / (EXERCISE_ITERATIONS * innerIterations()); in report() local

12345678910>>...24