Searched refs:Formatter (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/rust/kernel/ |
A D | str.rs | 219 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 D | generate_rust_target.rs | 15 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 D | get_abi.pl | 4 BEGIN { $Pod::Usage::Formatter = 'Pod::Text::Termcap'; }
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-bus-coresight-devices-etb10 | 72 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 D | sysfs-bus-coresight-devices-tmc | 60 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 D | mod.rs | 136 fmt: &mut core::fmt::Formatter<'_>, in fmt()
|
/linux-6.3-rc2/rust/alloc/vec/ |
A D | drain.rs | 40 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
|
A D | into_iter.rs | 48 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
|
A D | mod.rs | 3014 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
|
/linux-6.3-rc2/rust/alloc/ |
A D | boxed.rs | 1763 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 D | attr.py | 411 formatter = logging.Formatter('%(message)s')
|
Completed in 110 milliseconds