Home
last modified time | relevance | path

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

12

/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Dformatter.py3 class Formatter(EntitySubstitution): class
148 class HTMLFormatter(Formatter):
155 class XMLFormatter(Formatter):
183 XMLFormatter.REGISTRY[None] = Formatter(
184 Formatter(Formatter.XML, entity_substitution=None)
H A Delement.py14 Formatter,
205 if not isinstance(formatter, Formatter):
220 if isinstance(formatter, Formatter):
1697 if not isinstance(formatter, Formatter):
/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.py16 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/qemu/tests/functional/qemu_test/
H A Dtestcase.py55 fileFormatter = logging.Formatter(
127 fileFormatter = logging.Formatter('%(asctime)s: %(message)s')
H A Dasset.py158 formatter = logging.Formatter(
/openbmc/linux/rust/alloc/collections/
H A Dmod.rs136 fmt: &mut core::fmt::Formatter<'_>, in fmt()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmsg.py22 class BBLogFormatter(logging.Formatter):
89 msg = logging.Formatter.format(self, record)
/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 Dpatchtest30 loggerhandler.setFormatter(logging.Formatter("%(message)s"))
H A Dyocto-check-layer87 fh.setFormatter(logging.Formatter("%(levelname)s: %(message)s"))
/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()
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dserial.py22 formatter = logging.Formatter(
/openbmc/openbmc/poky/scripts/lib/
H A Dscriptutils.py64 loggerhandler.setFormatter(logging.Formatter("%(levelname)s: %(message)s"))
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dcontext.py156 formatter = logging.Formatter('%(asctime)s - ' + self.name + \
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Dtargetcontrol.py117 self.loggerhandler.setFormatter(logging.Formatter("%(levelname)s: %(message)s"))
/openbmc/openbmc-build-scripts/scripts/
H A Dget_unit_test_report.py158 log_format = logging.Formatter("%(message)s")

12