Home
last modified time | relevance | path

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

12

/openbmc/linux/rust/kernel/
H A 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()
H A Derror.rs165 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
/openbmc/linux/scripts/
H 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()
/openbmc/linux/rust/kernel/sync/
H A 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()
/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/
H A Dcommon.py17 formatter = logging.Formatter('OEQATest: %(message)s')
/openbmc/linux/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
/openbmc/linux/rust/alloc/collections/
H A Dmod.rs136 fmt: &mut core::fmt::Formatter<'_>, in fmt()
/openbmc/openbmc/poky/scripts/
H A Dbuildhistory-collect-srcrevs20 loggerhandler.setFormatter(logging.Formatter("%(levelname)s: %(message)s"))
H A Doe-build-perf-test74 formatter = logging.Formatter(LOG_FORMAT)
H A Dyocto-check-layer87 fh.setFormatter(logging.Formatter("%(levelname)s: %(message)s"))
H A Dtest-remote-image60 formatter = logging.Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s')
/openbmc/openbmc/poky/meta/lib/patchtest/
H A Dutils.py123 loggerhandler.setFormatter(logging.Formatter("%(message)s"))
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmsg.py22 class BBLogFormatter(logging.Formatter):
89 msg = logging.Formatter.format(self, record)
/openbmc/openbmc/poky/documentation/tools/
H A Dupdate-documentation-conf23 loggerhandler.setFormatter(logging.Formatter("%(levelname)s: %(message)s"))
/openbmc/linux/rust/alloc/
H A Dboxed.rs1900 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
1907 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
1914 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
2309 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in from()
2316 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in from()
/openbmc/linux/rust/alloc/vec/
H A Ddrain.rs40 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
H A Dinto_iter.rs53 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A D0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch27 use std::fmt::{self, Display, Formatter};
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dcontext.py156 formatter = logging.Formatter('%(asctime)s - ' + self.name + \
/openbmc/openbmc/poky/scripts/lib/
H A Dscriptutils.py64 loggerhandler.setFormatter(logging.Formatter("%(levelname)s: %(message)s"))
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dssh.py24 formatter = logging.Formatter(
/openbmc/openbmc-build-scripts/scripts/
H A Dget_unit_test_report.py158 log_format = logging.Formatter("%(message)s")
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Dtargetcontrol.py117 self.loggerhandler.setFormatter(logging.Formatter("%(levelname)s: %(message)s"))
/openbmc/linux/tools/perf/tests/
H A Dattr.py411 formatter = logging.Formatter('%(message)s')

12