Searched refs:time_string (Results 1 – 6 of 6) sorted by relevance
173 static const char * const time_string[] = { in test_av_parse_time() local197 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()
30 bool time_string(std::string & result in time_string() function
909 boost::time_string( run_date ); in main()
213 def time_string(values): function223 return time_string(line.times[idx])
1437 def fromisoformat(cls, time_string): argument1439 if not isinstance(time_string, str):1443 return cls(*_parse_isoformat_time(time_string))
1758 .. classmethod:: time.fromisoformat(time_string)1760 Return a :class:`.time` corresponding to a *time_string* in one of the