Home
last modified time | relevance | path

Searched refs:timestr (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstreamer/scripts/
Dgst-plot-timeline.py90 timestr = m.group (mark_timestamp_group).split(':')
91 … timestamp = float (timestr[2]) + (float (timestr[1]) * 60.0) + (float (timestr[0]) * 3600.0)
/third_party/mesa3d/src/freedreno/rnn/
Dheadergen2.c351 char timestr[64]; in print_file_info_() local
352 strftime(timestr, sizeof(timestr), "%Y-%m-%d %H:%M:%S", tm); in print_file_info_()
353 fprintf(dst, "(%7Lu bytes, from %s)\n", (unsigned long long)sb->st_size, timestr); in print_file_info_()
/third_party/cef/tools/
Dcrash_server.py137 timestr = datetime.datetime.now().strftime("%m/%d/%Y %H:%M:%S")
138 sys.stdout.write("%s: %s\n" % (timestr, msg))
/third_party/ffmpeg/libavutil/
Dparseutils.c587 int av_parse_time(int64_t *timeval, const char *timestr, int duration) in av_parse_time() argument
609 p = timestr; in av_parse_time()
616 if (!av_strcasecmp(timestr, "now")) { in av_parse_time()
Dparseutils.h146 int av_parse_time(int64_t *timeval, const char *timestr, int duration);
/third_party/ffmpeg/fftools/
Dcmdutils.h143 int64_t parse_time_or_die(const char *context, const char *timestr,
Dcmdutils.c162 int64_t parse_time_or_die(const char *context, const char *timestr, in parse_time_or_die() argument
166 if (av_parse_time(&us, timestr, is_duration) < 0) { in parse_time_or_die()
168 is_duration ? "duration" : "date", context, timestr); in parse_time_or_die()
/third_party/python/Lib/
Ddatetime.py328 timestr = tstr[:tz_pos-1] if tz_pos > 0 else tstr
330 time_comps = _parse_hh_mm_ss_ff(timestr)
/third_party/icu/icu4c/source/i18n/
Dvtzone.cpp2299 UnicodeString timestr; in writeZonePropsByTime() local
2300 writer.write(getDateTimeString(time + fromOffset, timestr)); in writeZonePropsByTime()
/third_party/node/deps/icu-small/source/i18n/
Dvtzone.cpp2282 UnicodeString timestr; in writeZonePropsByTime() local
2283 writer.write(getDateTimeString(time + fromOffset, timestr)); in writeZonePropsByTime()
/third_party/skia/third_party/externals/icu/source/i18n/
Dvtzone.cpp2299 UnicodeString timestr; in writeZonePropsByTime() local
2300 writer.write(getDateTimeString(time + fromOffset, timestr)); in writeZonePropsByTime()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dvtzone.cpp2236 UnicodeString timestr; in writeZonePropsByTime() local
2237 writer.write(getDateTimeString(time + fromOffset, timestr)); in writeZonePropsByTime()
/third_party/python/Lib/test/
Ddatetimetester.py4523 timestr = '04:05:59' + (us and '.987001' or '')
4525 tailstr = timestr + ofsstr