Searched defs:FormatTime (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
D | format_test.cc | 43 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
|
D | format.cc | 74 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/ |
D | verbose.py | 86 def FormatTime(d): function
|
/third_party/benchmark/src/ |
D | console_reporter.cc | 101 static std::string FormatTime(double time) { in FormatTime() function
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | time.cc | 271 string FormatTime(int64 seconds, int32 nanos) { in FormatTime() function
|
/third_party/protobuf/src/google/protobuf/util/ |
D | time_util.cc | 117 std::string FormatTime(int64 seconds, int32 nanos) { in FormatTime() function
|
/third_party/node/tools/ |
D | test.py | 1524 def FormatTime(d): function
|