Home
last modified time | relevance | path

Searched defs:ticks (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/python/Lib/sqlite3/
Ddbapi2.py41 def DateFromTicks(ticks): argument
44 def TimeFromTicks(ticks): argument
47 def TimestampFromTicks(ticks): argument
/third_party/vk-gl-cts/external/amber/src/samples/
Dtimestamp.cc46 LARGE_INTEGER ticks; in SampleGetTimestampNs() local
/third_party/skia/third_party/externals/swiftshader/src/System/
DTimer.cpp59 int64_t Timer::ticks() in ticks() function in sw::Timer
/third_party/mesa3d/src/c11/impl/
Dtime.c54 LONGLONG ticks; in timespec_get() local
/third_party/skia/third_party/externals/swiftshader/src/Common/
DTimer.cpp59 int64_t Timer::ticks() in ticks() function in sw::Timer
/third_party/node/test/tick-processor/
Dtest-tick-processor-polyfill-brokenfile.js42 let ticks = ''; variable
Dtick-processor-base.js32 function match(pattern, parent, ticks, flags = []) { argument
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/
DGenerateCTimeScaleData.java37 private static final long ticks = 1; field in GenerateCTimeScaleData
DEpochOffsets.java38 private static final long ticks = 1; field in EpochOffsets
/third_party/libuv/test/
Dbenchmark-loop-count.c30 static unsigned long ticks; variable
Dtest-tcp-oob.c36 static int ticks; variable
Dtest-poll-oob.c40 static int ticks; variable
Dtest-tcp-unexpected-read.c33 static unsigned long ticks; /* event loop ticks */ variable
/third_party/node/test/parallel/
Dtest-stream-readable-pause-and-resume.js7 let ticks = 18; variable
Dtest-http-client-pipe-end.js54 function sched(cb, ticks) { argument
Dtest-stream-pipe-flow.js7 let ticks = 17; variable
/third_party/node/deps/v8/src/base/platform/
Dtime.h444 explicit constexpr TimeTicks(int64_t ticks) : TimeBase(ticks) {} in TimeTicks()
494 explicit constexpr ThreadTicks(int64_t ticks) : TimeBase(ticks) {} in ThreadTicks()
Dtime.cc307 TimeTicks ticks = GetSystemTicks(); in Now() local
697 TimeTicks ticks(g_time_ticks_now_function()); in Now() local
712 int64_t ticks; in Now() local
/third_party/node/test/sequential/
Dtest-worker-prof.js71 const ticks = lines.filter((line) => /^tick,/.test(line)).length; constant
/third_party/node/deps/icu-small/source/i18n/
Dutmscale.cpp16 #define ticks INT64_C(1) macro
/third_party/skia/third_party/externals/icu/source/i18n/
Dutmscale.cpp16 #define ticks INT64_C(1) macro
/third_party/icu/icu4c/source/i18n/
Dutmscale.cpp16 #define ticks INT64_C(1) macro
/third_party/libdrm/tests/ttmtest/src/
Dttmtest.c170 unsigned long *ticks) in benchmarkBuffer()
307 unsigned long ticks[128], *pTicks; in testAGP() local
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_callout.c63 static uint32_t ticks = 0; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dnanobenchmark.h118 float ticks; member

1234