Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
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()
/third_party/glib/glib/
Dgtimer.c219 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/
DGenerateCTimeScaleData.java38 private static final long microseconds = ticks * 10; field in GenerateCTimeScaleData
DEpochOffsets.java39 private static final long microseconds = ticks * 10; field in EpochOffsets
/third_party/python/Python/
Dceval_gil.h79 #define COND_TIMED_WAIT(cond, mut, microseconds, timeout_result) \ argument
329 void _PyEval_SetSwitchInterval(unsigned long microseconds) in _PyEval_SetSwitchInterval()
Dthread_pthread.h119 #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()
Dthread_nt.h86 _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/
Dntfstime.h119 struct timeval microseconds; in ntfs_current_time() local
/third_party/flutter/skia/modules/pathkit/perf/
DperfReporter.js55 function _report(microseconds, benchName) { argument
/third_party/node/deps/icu-small/source/i18n/
Dutmscale.cpp17 #define microseconds (ticks * 10) macro
/third_party/icu/icu4c/source/i18n/
Dutmscale.cpp17 #define microseconds (ticks * 10) macro
/third_party/skia/third_party/externals/icu/source/i18n/
Dutmscale.cpp17 #define microseconds (ticks * 10) macro
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dutmscale.cpp17 #define microseconds (ticks * 10) macro
/third_party/boost/boost/date_time/posix_time/
Dposix_time_duration.hpp74 typedef date_time::subsecond_duration<time_duration,1000000> microseconds; typedef
/third_party/skia/modules/pathkit/perf/
DperfReporter.js104 function _report(microseconds, benchName) { argument
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DTimeUtil.java175 public static Timestamp createTimestampFromMicros(long microseconds) { in createTimestampFromMicros()
185 public static Duration createDurationFromMicros(long microseconds) { in createDurationFromMicros()
DDurations.java319 public static Duration fromMicros(long microseconds) { in fromMicros()
DTimestamps.java325 public static Timestamp fromMicros(long microseconds) { in fromMicros()
/third_party/boost/libs/chrono/example/
Di_dont_like_the_default_duration_behavior.cpp77 typedef boost::chrono::duration<zero_default<long long>, boost::micro > microseconds; typedef
/third_party/grpc/src/php/ext/grpc/
Dtimeval.c63 int64_t microseconds = 0; in PHP_METHOD() local
/third_party/benchmark/test/
Dbenchmark_test.cc184 int64_t microseconds = state.range(0); in BM_ManualTiming() local
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dsocket.cc289 const auto microseconds = timeoutMillis * 1000; in Connect() local
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DDawnPerfTest.cpp56 uint64_t microseconds = static_cast<uint64_t>(traceEvent.timestamp * 1000.0 * 1000.0); in DumpTraceEventsToJSONFile() local
/third_party/boost/libs/safe_numerics/example/
Dexample93.cpp149 using microseconds = boost::safe_numerics::safe< typedef
/third_party/python/Modules/
D_queuemodule.c208 PY_TIMEOUT_T microseconds; in _queue_SimpleQueue_get_impl() local

12