Home
last modified time | relevance | path

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

1234

/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/
Dnegative_b_incalculable.js3408 "ticks": "", property
3458 "ticks": "", property
3467 "ticks": "", property
3477 "ticks": "", property
3488 "ticks": "", property
3498 "ticks": "", property
3507 "ticks": "", property
3517 "ticks": "", property
3527 "ticks": "", property
3539 "ticks": "", property
[all …]
Dnegative_b.js8232 "ticks": "", property
8282 "ticks": "", property
8291 "ticks": "", property
8301 "ticks": "", property
8312 "ticks": "", property
8322 "ticks": "", property
8331 "ticks": "", property
8341 "ticks": "", property
8351 "ticks": "", property
8363 "ticks": "", property
[all …]
Dnegative_ab.js15063 "ticks": "", property
15113 "ticks": "", property
15122 "ticks": "", property
15132 "ticks": "", property
15143 "ticks": "", property
15153 "ticks": "", property
15162 "ticks": "", property
15172 "ticks": "", property
15182 "ticks": "", property
15194 "ticks": "", property
[all …]
Dpositive_abz.js21789 "ticks": "", property
21839 "ticks": "", property
21848 "ticks": "", property
21858 "ticks": "", property
21869 "ticks": "", property
21879 "ticks": "", property
21888 "ticks": "", property
21898 "ticks": "", property
21908 "ticks": "", property
21920 "ticks": "", property
[all …]
Dnegative_a.js5677 "ticks": "", property
5727 "ticks": "", property
5736 "ticks": "", property
5746 "ticks": "", property
5757 "ticks": "", property
5767 "ticks": "", property
5776 "ticks": "", property
5786 "ticks": "", property
5796 "ticks": "", property
5808 "ticks": "", property
[all …]
/third_party/flutter/engine/flutter/fml/time/
Dtime_point.h37 static constexpr TimePoint FromEpochDelta(TimeDelta ticks) { in FromEpochDelta()
63 explicit constexpr TimePoint(int64_t ticks) : ticks_(ticks) {} in TimePoint()
/third_party/python/Lib/sqlite3/
Ddbapi2.py41 def DateFromTicks(ticks): argument
44 def TimeFromTicks(ticks): argument
47 def TimestampFromTicks(ticks): argument
/third_party/boost/boost/log/detail/
Dtimestamp.hpp44 explicit duration(int64_t ticks = 0) BOOST_NOEXCEPT : m_ticks(ticks) {} in duration()
61 explicit timestamp(uint64_t ticks = 0) BOOST_NOEXCEPT : m_ticks(ticks) {} in timestamp()
/third_party/flutter/skia/third_party/externals/sdl/src/timer/unix/
DSDL_systimer.c105 Uint32 ticks; in SDL_GetTicks() local
135 Uint64 ticks; in SDL_GetPerformanceCounter() local
/third_party/skia/third_party/externals/swiftshader/src/Common/
DTimer.cpp59 int64_t Timer::ticks() in ticks() function in sw::Timer
/third_party/skia/third_party/externals/swiftshader/src/System/
DTimer.cpp59 int64_t Timer::ticks() in ticks() function in sw::Timer
/third_party/node/test/tick-processor/
Dtest-tick-processor-polyfill-brokenfile.js45 let ticks = ''; variable
Dtick-processor-base.js32 function match(pattern, parent, ticks, flags = []) { argument
/third_party/boost/libs/atomic/test/
Dtest_clock.hpp41 rep ticks = boost::winapi::GetTickCount64(); in now() local
/third_party/flutter/skia/third_party/externals/sdl/src/timer/psp/
DSDL_systimer.c61 Uint32 ticks; in SDL_GetTicks() local
/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
/third_party/iowow/src/platform/win32/
Dwin32.c17 uint64_t ticks = ((uint64_t) ft->dwHighDateTime << 32) + ft->dwLowDateTime; in _iwp_filetime2ticks() local
26 uint64_t ticks = _iwp_filetime2ticks(ft); in _iwp_filetime2timespec() local
32 uint64_t ticks = _iwp_filetime2ticks(ft); in _iwp_filetime2millisecons() local
/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
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtesttimer.c24 static int ticks = 0; variable
/third_party/node/test/sequential/
Dtest-worker-prof.js70 const ticks = lines.filter((line) => /^tick,/.test(line)).length; constant
/third_party/flutter/skia/third_party/externals/icu/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

1234