Home
last modified time | relevance | path

Searched refs:Formatter (Results 1 – 9 of 9) sorted by relevance

/linux/rust/kernel/
A Dstr.rs50 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
81 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
394 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
424 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
732 pub(crate) struct Formatter(RawFormatter); struct
734 impl Formatter { implementation
747 impl Deref for Formatter { implementation
755 impl fmt::Write for Formatter { implementation
808 let mut f = unsafe { Formatter::from_buffer(buf.as_mut_ptr(), size) }; in try_from_fmt()
865 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
A Derror.rs170 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
/linux/scripts/
A Dgenerate_rust_target.rs15 fmt::{Display, Formatter, Result},
31 formatter: &mut Formatter<'_>, in comma_sep()
32 f: impl Fn(&mut Formatter<'_>, &T) -> Result, in comma_sep()
47 fn fmt(&self, formatter: &mut Formatter<'_>) -> Result { in fmt()
117 fn fmt(&self, formatter: &mut Formatter<'_>) -> Result { in fmt()
A Dchecktransupdate.py163 class DmesgFormatter(logging.Formatter):
A Dget_abi.pl4 BEGIN { $Pod::Usage::Formatter = 'Pod::Text::Termcap'; }
/linux/rust/kernel/sync/
A Darc.rs740 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
746 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
752 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
758 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
/linux/Documentation/ABI/testing/
A Dsysfs-bus-coresight-devices-etb1072 Description: (Read) Shows the value held by the ETB Formatter and Flush Status
80 Description: (Read) Shows the value held by the ETB Formatter and Flush Control
A Dsysfs-bus-coresight-devices-tmc60 Description: (Read) Shows the value held by the TMC Formatter and Flush Status
68 Description: (Read) Shows the value held by the TMC Formatter and Flush Control
/linux/tools/perf/tests/
A Dattr.py411 formatter = logging.Formatter('%(message)s')

Completed in 15 milliseconds