Home
last modified time | relevance | path

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

/Linux-v6.6/rust/kernel/
Dstr.rs227 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
257 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
487 pub(crate) struct Formatter(RawFormatter); struct
489 impl Formatter { implementation
502 impl Deref for Formatter { implementation
510 impl fmt::Write for Formatter { implementation
563 let mut f = unsafe { Formatter::from_buffer(buf.as_mut_ptr(), size) }; in try_from_fmt()
Derror.rs165 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
/Linux-v6.6/scripts/
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()
Dget_abi.pl4 BEGIN { $Pod::Usage::Formatter = 'Pod::Text::Termcap'; }
/Linux-v6.6/rust/kernel/sync/
Darc.rs616 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
622 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
628 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
634 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
/Linux-v6.6/Documentation/ABI/testing/
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
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-v6.6/rust/alloc/collections/
Dmod.rs136 fmt: &mut core::fmt::Formatter<'_>, in fmt()
/Linux-v6.6/rust/alloc/
Dboxed.rs1878 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
1885 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
1892 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
2287 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in from()
2294 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in from()
/Linux-v6.6/rust/alloc/vec/
Ddrain.rs40 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
Dinto_iter.rs53 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
Dmod.rs3337 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
/Linux-v6.6/tools/perf/tests/
Dattr.py411 formatter = logging.Formatter('%(message)s')