Home
last modified time | relevance | path

Searched defs:currentTime (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
Dsystem_utils_linux.cpp50 struct timespec currentTime; in GetCurrentSystemTime() local
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
Dtime_ftime_test.cpp22 auto currentTime = std::chrono::system_clock::now(); variable
Dtime_test.cpp150 time_t currentTime = time(nullptr); variable
672 auto currentTime = std::chrono::system_clock::now(); variable
/third_party/skia/third_party/externals/dawn/src/utils/
DPosixTimer.cpp25 struct timespec currentTime; in GetCurrentTimeNs() local
/third_party/skia/tools/skottie_ios_app/
DSkottieViewController.mm143 - (float)currentTime { return fDraw ? fClock.currentTime() : 0; } method
/third_party/skia/modules/skottie/tests/
DAudioLayer.cpp60 float currentTime() const { return fCurrentTime; } in DEF_TEST() function in DEF_TEST::MockTracker
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DOverlay.cpp87 double currentTime = angle::GetCurrentSystemTime(); in onSwap() local
/third_party/musl/src/hook/linux/
Dmusl_fdtrack.c49 struct timeval currentTime; in normal_flow_control() local
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieAnimation.java150 long currentTime = System.nanoTime(); in start() local
209 long currentTime = System.nanoTime(); in resume() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatRegressionTestJ.java214 Date currentTime = sdf.parse("vggf 20 01.0 9.29 ap. J.-C. at 05:26:33 GMT+08:00", in Test4375399() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDateFormatRegressionTestJ.java217 Date currentTime = sdf.parse("vggf 20 01.0 9.29 ap. J.-C. at 05:26:33 GMT+08:00", in Test4375399() local
/third_party/node/deps/v8/tools/system-analyzer/view/timeline/
Dtimeline-track-base.mjs201 set currentTime(time) { setter in TimelineTrackBase
207 get currentTime() { getter in TimelineTrackBase
/third_party/skia/tools/viewer/
DImGuiLayer.cpp135 double currentTime = SkTime::GetSecs(); in onPrePaint() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_multimedia_media.js64 currentTime: '[PC Preview] unknow currentTime', property
228 currentTime: '[PC Preview] unknow currentTime', property
/third_party/python/Lib/xmlrpc/
Dserver.py988 class currentTime: class in ExampleService
/third_party/ffmpeg/libavformat/
Ddashdec.c1531 …int64_t currentTime = get_segment_start_time_based_on_timeline(cur_video, cur_video->cur_seq_no) /… in refresh_manifest() local
1547 …int64_t currentTime = get_segment_start_time_based_on_timeline(cur_audio, cur_audio->cur_seq_no) /… in refresh_manifest() local
/third_party/python/Lib/logging/
Dhandlers.py271 def computeRollover(self, currentTime): argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
DvktShaderObjectPerformanceTests.cpp605 std::chrono::nanoseconds currentTime; in iterate() local
/third_party/jsframework/runtime/main/extend/systemplugin/
Dmultimedia.js275 currentTime: "[PC Preview] unknow currentTime", property
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp3826 const double currentTime = platform->monotonicallyIncreasingTime(platform); in onSwap() local
/third_party/typescript/lib/
Dlib.dom.d.ts76 currentTime?: CSSNumberish | null; property
2138 currentTime: CSSNumberish | null; property
2200 readonly currentTime: CSSNumberish | null; property
2210 readonly currentTime: CSSNumberish | null; property
2499 readonly currentTime: number; property
7384 currentTime: number; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts56 currentTime?: CSSNumberish | null; property
2118 currentTime: CSSNumberish | null; property
2180 readonly currentTime: CSSNumberish | null; property
2190 readonly currentTime: CSSNumberish | null; property
2479 readonly currentTime: number; property
7364 currentTime: number; property
/third_party/typescript/tests/lib/
Dlib.d.ts4390 currentTime: number; property
9504 currentTime: number; property
/third_party/sqlite/src/
Dshell.c5052 SYSTEMTIME currentTime; in writeFile() local