Searched refs:Formatter (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/rust/kernel/ |
| H A D | str.rs | 67 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 D | error.rs | 184 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
|
| /linux-6.15/scripts/ |
| H A D | generate_rust_target.rs | 15 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 D | checktransupdate.py | 163 class DmesgFormatter(logging.Formatter):
|
| /linux-6.15/drivers/gpu/nova-core/ |
| H A D | gpu.rs | 95 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 D | arc.rs | 835 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 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
|
| H 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.15/rust/kernel/alloc/ |
| H A D | kbox.rs | 467 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 D | kvec.rs | 572 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
|
| /linux-6.15/rust/kernel/fs/ |
| H A D | file.rs | 462 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { in fmt()
|
| /linux-6.15/tools/perf/tests/shell/lib/ |
| H A D | attr.py | 423 formatter = logging.Formatter('%(message)s')
|