Searched refs:timestr (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstreamer/scripts/ |
D | gst-plot-timeline.py | 90 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/ |
D | headergen2.c | 351 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/ |
D | crash_server.py | 137 timestr = datetime.datetime.now().strftime("%m/%d/%Y %H:%M:%S") 138 sys.stdout.write("%s: %s\n" % (timestr, msg))
|
/third_party/ffmpeg/libavutil/ |
D | parseutils.c | 587 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()
|
D | parseutils.h | 146 int av_parse_time(int64_t *timeval, const char *timestr, int duration);
|
/third_party/ffmpeg/fftools/ |
D | cmdutils.h | 143 int64_t parse_time_or_die(const char *context, const char *timestr,
|
D | cmdutils.c | 162 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/ |
D | datetime.py | 328 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/ |
D | vtzone.cpp | 2299 UnicodeString timestr; in writeZonePropsByTime() local 2300 writer.write(getDateTimeString(time + fromOffset, timestr)); in writeZonePropsByTime()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | vtzone.cpp | 2282 UnicodeString timestr; in writeZonePropsByTime() local 2283 writer.write(getDateTimeString(time + fromOffset, timestr)); in writeZonePropsByTime()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | vtzone.cpp | 2299 UnicodeString timestr; in writeZonePropsByTime() local 2300 writer.write(getDateTimeString(time + fromOffset, timestr)); in writeZonePropsByTime()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | vtzone.cpp | 2236 UnicodeString timestr; in writeZonePropsByTime() local 2237 writer.write(getDateTimeString(time + fromOffset, timestr)); in writeZonePropsByTime()
|
/third_party/python/Lib/test/ |
D | datetimetester.py | 4523 timestr = '04:05:59' + (us and '.987001' or '') 4525 tailstr = timestr + ofsstr
|