Home
last modified time | relevance | path

Searched refs:time_string (Results 1 – 3 of 3) 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/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