Home
last modified time | relevance | path

Searched defs:microseconds (Results 1 - 25 of 35) sorted by relevance

12

/third_party/vk-gl-cts/external/amber/src/src/
H A Dsleep.cc29 void USleep(uint32_t microseconds) { in USleep() argument
/third_party/ntfs-3g/include/ntfs-3g/
H A Dntfstime.h119 struct timeval microseconds; in ntfs_current_time() local
/third_party/node/deps/icu-small/source/i18n/
H A Dutmscale.cpp17 #define microseconds (ticks * 10) macro
/third_party/icu/icu4c/source/i18n/
H A Dutmscale.cpp17 #define microseconds (ticks * 10) macro
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/
H A DGenerateCTimeScaleData.java38 private static final long microseconds = ticks * 10; field in GenerateCTimeScaleData
H A DEpochOffsets.java39 private static final long microseconds = ticks * 10; field in EpochOffsets
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dutmscale.cpp17 #define microseconds (ticks * 10) macro
/third_party/python/Python/
H A Dceval_gil.h334 void _PyEval_SetSwitchInterval(unsigned long microseconds) in _PyEval_SetSwitchInterval() argument
H A Dthread_nt.h82 _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 Dthread_pthread.h432 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 Dscanner_interface_usb.cpp457 void ScannerInterfaceUsb::sleep_us(unsigned microseconds) in sleep_us() argument
H A Dtest_scanner_interface.cpp160 void TestScannerInterface::sleep_us(unsigned microseconds) in sleep_us() argument
/third_party/benchmark/test/
H A Dbenchmark_test.cc190 int64_t microseconds = state.range(0); in BM_ManualTiming() local
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DDawnPerfTest.cpp56 uint64_t microseconds = static_cast<uint64_t>(traceEvent.timestamp * 1000.0 * 1000.0); in DumpTraceEventsToJSONFile() local
/third_party/python/Modules/
H A D_queuemodule.c212 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 DTimeValue.h217 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 DDurations.java319 public static Duration fromMicros(long microseconds) { in fromMicros() argument
H A DTimestamps.java325 public static Timestamp fromMicros(long microseconds) { in fromMicros() argument
H A DTimeUtil.java175 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 DUniversalTimeScale.java289 private static final long microseconds = ticks * 10; field in UniversalTimeScale
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DUniversalTimeScale.java253 private static final long microseconds = ticks * 10; field in UniversalTimeScale
/third_party/node/deps/v8/src/base/platform/
H A Dtime.h87 static constexpr TimeDelta FromMicroseconds(int64_t microseconds) { in FromMicroseconds() argument
/third_party/python/Include/
H A Ddatetime.h40 int microseconds; /* 0 <= microseconds < 1000000 is invariant */ member
/third_party/ffmpeg/libavutil/
H A Dparseutils.c595 int today = 0, negative = 0, microseconds = 0, suffix = 1000000; in av_parse_time() local
/third_party/python/Lib/
H A Ddatetime.py736 def microseconds(self): global() member in timedelta
[all...]

Completed in 16 milliseconds

12