Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Dstr.rs67 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
99 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
444 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
475 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
806 pub(crate) struct Formatter(RawFormatter); struct
808 impl Formatter { impl
821 impl Deref for Formatter { implementation
829 impl fmt::Write for Formatter { implementation
883 let mut f = unsafe { Formatter::from_buffer(buf.as_mut_ptr(), size) }; in try_from_fmt()
939 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
H A Derror.rs184 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
/linux-6.15/scripts/
H 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()
H A Dchecktransupdate.py163 class DmesgFormatter(logging.Formatter):
/linux-6.15/drivers/gpu/nova-core/
H A Dgpu.rs95 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
123 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
/linux-6.15/rust/kernel/sync/
H A Darc.rs835 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
841 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
847 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
853 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
/linux-6.15/Documentation/ABI/testing/
H 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
H 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-6.15/rust/kernel/alloc/
H A Dkbox.rs467 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
477 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
H A Dkvec.rs572 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
/linux-6.15/rust/kernel/fs/
H A Dfile.rs462 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { in fmt()
/linux-6.15/tools/perf/tests/shell/lib/
H A Dattr.py423 formatter = logging.Formatter('%(message)s')