Home
last modified time | relevance | path

Searched refs:time_string (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavutil/tests/
Dparseutils.c173 static const char * const time_string[] = { in test_av_parse_time() local
197 for (i = 0; i < FF_ARRAY_ELEMS(time_string); i++) { in test_av_parse_time()
198 printf("%-24s -> ", time_string[i]); in test_av_parse_time()
199 if (av_parse_time(&tv, time_string[i], 0)) { in test_av_parse_time()
/third_party/boost/tools/inspect/
Dtime_string.hpp30 bool time_string(std::string & result in time_string() function
Dinspect.cpp909 boost::time_string( run_date ); in main()
/third_party/grpc/tools/profiling/latency_profile/
Dprofile_analyzer.py213 def time_string(values): function
223 return time_string(line.times[idx])
/third_party/python/Lib/
Ddatetime.py1437 def fromisoformat(cls, time_string): argument
1439 if not isinstance(time_string, str):
1443 return cls(*_parse_isoformat_time(time_string))
/third_party/python/Doc/library/
Ddatetime.rst1758 .. classmethod:: time.fromisoformat(time_string)
1760 Return a :class:`.time` corresponding to a *time_string* in one of the