/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | TimeValue.h | 217 uint32_t microseconds() const { in microseconds() function 303 void microseconds ( int32_t micros ) { in microseconds() function 316 void usec( int64_t microseconds ) { in usec()
|
/third_party/glib/glib/ |
D | gtimer.c | 219 gulong *microseconds) in g_timer_elapsed() 268 g_usleep (gulong microseconds) in g_usleep() 295 g_time_val_add (GTimeVal *time_, glong microseconds) in g_time_val_add()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/ |
D | GenerateCTimeScaleData.java | 38 private static final long microseconds = ticks * 10; field in GenerateCTimeScaleData
|
D | EpochOffsets.java | 39 private static final long microseconds = ticks * 10; field in EpochOffsets
|
/third_party/python/Python/ |
D | ceval_gil.h | 79 #define COND_TIMED_WAIT(cond, mut, microseconds, timeout_result) \ argument 329 void _PyEval_SetSwitchInterval(unsigned long microseconds) in _PyEval_SetSwitchInterval()
|
D | thread_pthread.h | 119 #define MICROSECONDS_TO_TIMESPEC(microseconds, ts) \ argument 439 PyThread_acquire_lock_timed(PyThread_type_lock lock, PY_TIMEOUT_T microseconds, in PyThread_acquire_lock_timed() 631 PyThread_acquire_lock_timed(PyThread_type_lock lock, PY_TIMEOUT_T microseconds, in PyThread_acquire_lock_timed()
|
D | thread_nt.h | 86 _PyTime_t microseconds = _PyTime_AsMicroseconds(nanoseconds, _PyTime_ROUND_TIMEOUT); in EnterNonRecursiveMutex() local 306 PY_TIMEOUT_T microseconds, int intr_flag) in PyThread_acquire_lock_timed()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | ntfstime.h | 119 struct timeval microseconds; in ntfs_current_time() local
|
/third_party/flutter/skia/modules/pathkit/perf/ |
D | perfReporter.js | 55 function _report(microseconds, benchName) { argument
|
/third_party/node/deps/icu-small/source/i18n/ |
D | utmscale.cpp | 17 #define microseconds (ticks * 10) macro
|
/third_party/icu/icu4c/source/i18n/ |
D | utmscale.cpp | 17 #define microseconds (ticks * 10) macro
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | utmscale.cpp | 17 #define microseconds (ticks * 10) macro
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | utmscale.cpp | 17 #define microseconds (ticks * 10) macro
|
/third_party/boost/boost/date_time/posix_time/ |
D | posix_time_duration.hpp | 74 typedef date_time::subsecond_duration<time_duration,1000000> microseconds; typedef
|
/third_party/skia/modules/pathkit/perf/ |
D | perfReporter.js | 104 function _report(microseconds, benchName) { argument
|
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | TimeUtil.java | 175 public static Timestamp createTimestampFromMicros(long microseconds) { in createTimestampFromMicros() 185 public static Duration createDurationFromMicros(long microseconds) { in createDurationFromMicros()
|
D | Durations.java | 319 public static Duration fromMicros(long microseconds) { in fromMicros()
|
D | Timestamps.java | 325 public static Timestamp fromMicros(long microseconds) { in fromMicros()
|
/third_party/boost/libs/chrono/example/ |
D | i_dont_like_the_default_duration_behavior.cpp | 77 typedef boost::chrono::duration<zero_default<long long>, boost::micro > microseconds; typedef
|
/third_party/grpc/src/php/ext/grpc/ |
D | timeval.c | 63 int64_t microseconds = 0; in PHP_METHOD() local
|
/third_party/benchmark/test/ |
D | benchmark_test.cc | 184 int64_t microseconds = state.range(0); in BM_ManualTiming() local
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
D | socket.cc | 289 const auto microseconds = timeoutMillis * 1000; in Connect() local
|
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ |
D | DawnPerfTest.cpp | 56 uint64_t microseconds = static_cast<uint64_t>(traceEvent.timestamp * 1000.0 * 1000.0); in DumpTraceEventsToJSONFile() local
|
/third_party/boost/libs/safe_numerics/example/ |
D | example93.cpp | 149 using microseconds = boost::safe_numerics::safe< typedef
|
/third_party/python/Modules/ |
D | _queuemodule.c | 208 PY_TIMEOUT_T microseconds; in _queue_SimpleQueue_get_impl() local
|