Home
last modified time | relevance | path

Searched defs:FormatTime (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dformat_test.cc43 TEST(FormatTime, Basics) { in TEST() argument
67 TEST(FormatTime, LocaleSpecific) { in TEST() argument
87 TEST(FormatTime, ExtendedSeconds) { in TEST() argument
117 TEST(FormatTime, RFC1123FormatPadsYear) { // locale specific in TEST() argument
128 TEST(FormatTime, InfiniteTime) { in TEST() argument
Dformat.cc74 std::string FormatTime(absl::string_view format, absl::Time t, in FormatTime() function
83 std::string FormatTime(absl::Time t, absl::TimeZone tz) { in FormatTime() function
87 std::string FormatTime(absl::Time t) { in FormatTime() function
/third_party/node/deps/v8/tools/testrunner/local/
Dverbose.py86 def FormatTime(d): function
/third_party/benchmark/src/
Dconsole_reporter.cc101 static std::string FormatTime(double time) { in FormatTime() function
/third_party/protobuf/src/google/protobuf/stubs/
Dtime.cc271 string FormatTime(int64 seconds, int32 nanos) { in FormatTime() function
/third_party/protobuf/src/google/protobuf/util/
Dtime_util.cc117 std::string FormatTime(int64 seconds, int32 nanos) { in FormatTime() function
/third_party/node/tools/
Dtest.py1524 def FormatTime(d): function