Searched refs:format_time (Results 1 – 9 of 9) sorted by relevance
/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/time/ |
D | mod.rs | 40 fn format_time(&self, w: &mut Writer<'_>) -> fmt::Result; in format_time() method 80 fn format_time(&self, w: &mut Writer<'_>) -> fmt::Result { in format_time() function 81 (*self).format_time(w) in format_time() 86 fn format_time(&self, _: &mut Writer<'_>) -> fmt::Result { in format_time() method 92 fn format_time(&self, w: &mut Writer<'_>) -> fmt::Result { in format_time() function 124 fn format_time(&self, w: &mut Writer<'_>) -> fmt::Result { in format_time() method 134 fn format_time(&self, w: &mut Writer<'_>) -> fmt::Result { in format_time() method
|
D | time_crate.rs | 183 fn format_time(&self, w: &mut Writer<'_>) -> fmt::Result { in format_time() function 299 fn format_time(&self, w: &mut Writer<'_>) -> fmt::Result { in format_time() function 455 fn format_time(&self, w: &mut Writer<'_>) -> fmt::Result { in format_time() function
|
/third_party/python/Lib/ |
D | timeit.py | 340 def format_time(dt): function 355 print("raw times: %s" % ", ".join(map(format_time, raw_timings))) 362 repeat, format_time(best))) 371 % (format_time(worst), format_time(best)),
|
/third_party/gstreamer/gstreamer/libs/gst/helpers/ |
D | gst_gdb.py | 99 def format_time(n, signed=False): function 123 return format_time(int(val), str(val.type) == "GstClockTimeDiff") 540 return format_time(n, False) 633 self.print_optional(indent, "pts", GST_CLOCK_TIME_NONE, format_time) 634 self.print_optional(indent, "dts", GST_CLOCK_TIME_NONE, format_time) 635 self.print_optional(indent, "duration", GST_CLOCK_TIME_NONE, format_time) 797 (offset, format_time(offset, True)))
|
/third_party/gstreamer/gstplugins_good/ext/wavpack/ |
D | gstwavpackdec.c | 264 GstFormat format_time = GST_FORMAT_TIME, format_bytes = GST_FORMAT_BYTES; in gst_wavpack_dec_post_tags() local 271 format_time, &duration) && size > 0 && duration > 0) { in gst_wavpack_dec_post_tags()
|
/third_party/python/Modules/ |
D | timemodule.c | 717 #define format_time wcsftime macro 721 #define format_time strftime macro 841 buflen = format_time(outbuf, i, fmt, &buf); 876 #undef format_time
|
/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/format/ |
D | json.rs | 229 self.timer.format_time(&mut Writer::new(&mut timestamp))?; in format_event() 555 fn format_time(&self, w: &mut Writer<'_>) -> fmt::Result { in format_time() method
|
D | mod.rs | 824 if self.timer.format_time(writer).is_err() { in format_timestamp() 836 if self.timer.format_time(writer).is_err() { in format_timestamp() 1733 fn format_time(&self, w: &mut Writer<'_>) -> fmt::Result { in format_time() method
|
/third_party/rust/crates/tracing/tracing-subscriber/ |
D | CHANGELOG.md | 921 - **fmt**: remove trailing space in `ChronoUtc` `format_time` (#677)
|