Home
last modified time | relevance | path

Searched refs:PortableLocaltime (Results 1 – 3 of 3) sorted by relevance

/external/v8/testing/gtest/src/
Dgtest.cc3554 static bool PortableLocaltime(time_t seconds, struct tm* out) { in PortableLocaltime() function
3574 if (!PortableLocaltime(static_cast<time_t>(ms / 1000), &time_struct)) in FormatEpochTimeInMillisAsIso8601()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc3556 static bool PortableLocaltime(time_t seconds, struct tm* out) { in PortableLocaltime() function
3576 if (!PortableLocaltime(static_cast<time_t>(ms / 1000), &time_struct)) in FormatEpochTimeInMillisAsIso8601()
/external/googletest/googletest/src/
Dgtest.cc3554 static bool PortableLocaltime(time_t seconds, struct tm* out) { in PortableLocaltime() function
3574 if (!PortableLocaltime(static_cast<time_t>(ms / 1000), &time_struct)) in FormatEpochTimeInMillisAsIso8601()