Searched refs:currTime (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/framework/delibs/deutil/ |
H A D | deClock.c | 59 struct timespec currTime; in deGetMicroseconds() 60 clock_gettime(CLOCK_MONOTONIC, &currTime); in deGetMicroseconds() 61 return (deUint64)currTime.tv_sec*1000000 + ((deUint64)currTime.tv_nsec/1000); in deGetMicroseconds() 64 struct timespec currTime; in deGetMicroseconds() 67 clock_gettime(CLOCK_REALTIME, &currTime); in deGetMicroseconds() 68 return (deUint64)currTime.tv_sec*1000000 + ((deUint64)currTime.tv_nsec/1000); in deGetMicroseconds() 71 struct timeval currTime; in deGetMicroseconds() 72 gettimeofday(&currTime, DE_NUL in deGetMicroseconds() [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/ |
H A D | time_tzname_test.cpp | 18 time_t currTime; in HWTEST_F() local 21 time(&currTime); in HWTEST_F() 22 timeInfo = localtime(&currTime); in HWTEST_F()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | wrtxml.cpp | 1032 time_t currTime; in bundle_write_xml() local 1160 time(&currTime); in bundle_write_xml() 1161 strftime(timeBuf, sizeof(timeBuf), "%Y-%m-%dT%H:%M:%SZ", gmtime(&currTime)); in bundle_write_xml()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | wrtxml.cpp | 1032 time_t currTime; in bundle_write_xml() local 1160 time(&currTime); in bundle_write_xml() 1161 strftime(timeBuf, sizeof(timeBuf), "%Y-%m-%dT%H:%M:%SZ", gmtime(&currTime)); in bundle_write_xml()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | wrtxml.cpp | 1036 time_t currTime; in bundle_write_xml() local 1164 time(&currTime); in bundle_write_xml() 1165 strftime(timeBuf, sizeof(timeBuf), "%Y-%m-%dT%H:%M:%SZ", gmtime(&currTime)); in bundle_write_xml()
|
Completed in 6 milliseconds