| /third_party/vk-gl-cts/external/amber/src/src/ |
| H A D | sleep.cc | 29 void USleep(uint32_t microseconds) { in USleep() argument
|
| /third_party/ntfs-3g/include/ntfs-3g/ |
| H A D | ntfstime.h | 119 struct timeval microseconds; in ntfs_current_time() local
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | utmscale.cpp | 17 #define microseconds (ticks * 10) macro
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | utmscale.cpp | 17 #define microseconds (ticks * 10) macro
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/ |
| H A D | GenerateCTimeScaleData.java | 38 private static final long microseconds = ticks * 10; field in GenerateCTimeScaleData
|
| H A D | EpochOffsets.java | 39 private static final long microseconds = ticks * 10; field in EpochOffsets
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | utmscale.cpp | 17 #define microseconds (ticks * 10) macro
|
| /third_party/python/Python/ |
| H A D | ceval_gil.h | 334 void _PyEval_SetSwitchInterval(unsigned long microseconds) in _PyEval_SetSwitchInterval() argument
|
| H A D | thread_nt.h | 82 _PyTime_t microseconds = _PyTime_AsMicroseconds(nanoseconds, in EnterNonRecursiveMutex() local 307 PyThread_acquire_lock_timed(PyThread_type_lock aLock, PY_TIMEOUT_T microseconds, int intr_flag) PyThread_acquire_lock_timed() argument
|
| H A D | thread_pthread.h | 432 PyThread_acquire_lock_timed(PyThread_type_lock lock, PY_TIMEOUT_T microseconds, in PyThread_acquire_lock_timed() argument 630 PyThread_acquire_lock_timed(PyThread_type_lock lock, PY_TIMEOUT_T microseconds, int intr_flag) PyThread_acquire_lock_timed() argument [all...] |
| /third_party/backends/backend/genesys/ |
| H A D | scanner_interface_usb.cpp | 457 void ScannerInterfaceUsb::sleep_us(unsigned microseconds) in sleep_us() argument
|
| H A D | test_scanner_interface.cpp | 160 void TestScannerInterface::sleep_us(unsigned microseconds) in sleep_us() argument
|
| /third_party/benchmark/test/ |
| H A D | benchmark_test.cc | 190 int64_t microseconds = state.range(0); in BM_ManualTiming() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ |
| H A D | DawnPerfTest.cpp | 56 uint64_t microseconds = static_cast<uint64_t>(traceEvent.timestamp * 1000.0 * 1000.0); in DumpTraceEventsToJSONFile() local
|
| /third_party/python/Modules/ |
| H A D | _queuemodule.c | 212 PY_TIMEOUT_T microseconds; in _queue_SimpleQueue_get_impl() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| H A D | TimeValue.h | 217 uint32_t microseconds() const { in microseconds() function in llvm::sys::TimeValue 303 void microseconds ( int32_t micros ) { in microseconds() function in llvm::sys::TimeValue
|
| /third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
| H A D | Durations.java | 319 public static Duration fromMicros(long microseconds) { in fromMicros() argument
|
| H A D | Timestamps.java | 325 public static Timestamp fromMicros(long microseconds) { in fromMicros() argument
|
| H A D | TimeUtil.java | 175 public static Timestamp createTimestampFromMicros(long microseconds) { in createTimestampFromMicros() argument 185 public static Duration createDurationFromMicros(long microseconds) { in createDurationFromMicros() argument
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | UniversalTimeScale.java | 289 private static final long microseconds = ticks * 10; field in UniversalTimeScale
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | UniversalTimeScale.java | 253 private static final long microseconds = ticks * 10; field in UniversalTimeScale
|
| /third_party/node/deps/v8/src/base/platform/ |
| H A D | time.h | 87 static constexpr TimeDelta FromMicroseconds(int64_t microseconds) { in FromMicroseconds() argument
|
| /third_party/python/Include/ |
| H A D | datetime.h | 40 int microseconds; /* 0 <= microseconds < 1000000 is invariant */ member
|
| /third_party/ffmpeg/libavutil/ |
| H A D | parseutils.c | 595 int today = 0, negative = 0, microseconds = 0, suffix = 1000000; in av_parse_time() local
|
| /third_party/python/Lib/ |
| H A D | datetime.py | 736 def microseconds(self): global() member in timedelta [all...] |