Home
last modified time | relevance | path

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

/linux-6.3-rc2/rust/kernel/
A Dstr.rs219 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
248 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
478 pub(crate) struct Formatter(RawFormatter); struct
480 impl Formatter { implementation
493 impl Deref for Formatter { implementation
501 impl fmt::Write for Formatter { implementation
554 let mut f = unsafe { Formatter::from_buffer(buf.as_mut_ptr(), size) }; in try_from_fmt()
/linux-6.3-rc2/scripts/
A Dgenerate_rust_target.rs15 fmt::{Display, Formatter, Result},
31 fn fmt(&self, formatter: &mut Formatter<'_>) -> Result { in fmt()
93 fn fmt(&self, formatter: &mut Formatter<'_>) -> Result { in fmt()
A Dget_abi.pl4 BEGIN { $Pod::Usage::Formatter = 'Pod::Text::Termcap'; }
/linux-6.3-rc2/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-6.3-rc2/rust/alloc/collections/
A Dmod.rs136 fmt: &mut core::fmt::Formatter<'_>, in fmt()
/linux-6.3-rc2/rust/alloc/vec/
A Ddrain.rs40 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
A Dinto_iter.rs48 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
A Dmod.rs3014 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
/linux-6.3-rc2/rust/alloc/
A Dboxed.rs1763 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
1770 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
1777 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
/linux-6.3-rc2/tools/perf/tests/
A Dattr.py411 formatter = logging.Formatter('%(message)s')

Completed in 110 milliseconds