Home
last modified time | relevance | path

Searched refs:currTime (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/deutil/
DdeClock.c59 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_NULL); in deGetMicroseconds()
73 return (deUint64)currTime.tv_sec*1000000 + (deUint64)currTime.tv_usec; in deGetMicroseconds()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dwrtxml.cpp1036 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()
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dwrtxml.cpp1036 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()
/third_party/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp1036 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()
/third_party/node/deps/icu-small/source/tools/genrb/
Dwrtxml.cpp1032 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()