| /openbmc/openbmc/poky/bitbake/lib/bs4/ |
| H A D | formatter.py | 3 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 D | element.py | 14 Formatter, 205 if not isinstance(formatter, Formatter): 220 if isinstance(formatter, Formatter): 1697 if not isinstance(formatter, Formatter):
|
| H A D | CHANGELOG | 164 providing a value for the 'indent' argument to the Formatter 415 input mechanism (the TreeBuilder) and output mechanism (the Formatter). 426 * The role of Formatter objects has been greatly expanded. The Formatter 430 previously Formatter's only job.) 547 bs4.element.Formatter and passing a Formatter instance into (e.g.)
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/tests/ |
| H A D | common.py | 16 formatter = logging.Formatter('OEQATest: %(message)s')
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | buildhistory-collect-srcrevs | 20 loggerhandler.setFormatter(logging.Formatter("%(levelname)s: %(message)s"))
|
| H A D | oe-build-perf-test | 74 formatter = logging.Formatter(LOG_FORMAT)
|
| H A D | patchtest | 30 loggerhandler.setFormatter(logging.Formatter("%(message)s"))
|
| H A D | yocto-check-layer | 87 fh.setFormatter(logging.Formatter("%(levelname)s: %(message)s"))
|
| H A D | test-remote-image | 60 formatter = logging.Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s')
|
| H A D | wic | 68 formatter = logging.Formatter('%(levelname)s: %(message)s')
|
| H A D | combo-layer | 32 loggerhandler.setFormatter(logging.Formatter("[%(asctime)s] %(message)s","%H:%M:%S"))
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | msg.py | 22 class BBLogFormatter(logging.Formatter): 89 msg = logging.Formatter.format(self, record)
|
| /openbmc/qemu/tests/functional/qemu_test/ |
| H A D | testcase.py | 220 file_formatter = logging.Formatter( 310 file_formatter = logging.Formatter('%(asctime)s: %(message)s')
|
| H A D | asset.py | 235 formatter = logging.Formatter(
|
| /openbmc/openbmc/poky/documentation/tools/ |
| H A D | update-documentation-conf | 23 loggerhandler.setFormatter(logging.Formatter("%(levelname)s: %(message)s"))
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
| H A D | serial.py | 22 formatter = logging.Formatter(
|
| H A D | ssh.py | 24 formatter = logging.Formatter(
|
| /openbmc/openbmc/poky/scripts/lib/ |
| H A D | scriptutils.py | 64 loggerhandler.setFormatter(logging.Formatter("%(levelname)s: %(message)s"))
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/ |
| H A D | context.py | 156 formatter = logging.Formatter('%(asctime)s - ' + self.name + \
|
| /openbmc/openbmc/poky/meta/lib/oeqa/ |
| H A D | targetcontrol.py | 117 self.loggerhandler.setFormatter(logging.Formatter("%(levelname)s: %(message)s"))
|
| /openbmc/openbmc-build-scripts/scripts/ |
| H A D | get_unit_test_report.py | 158 log_format = logging.Formatter("%(message)s")
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
| H A D | teamcity.py | 99 class TeamcityLogFormatter(logging.Formatter):
|
| /openbmc/openbmc/poky/scripts/esdk-tools/ |
| H A D | wic | 68 formatter = logging.Formatter('%(levelname)s: %(message)s')
|
| /openbmc/openbmc/poky/bitbake/lib/ |
| H A D | pyinotify.py | 244 logging.Formatter("[%(asctime)s %(name)s %(levelname)s] %(message)s"))
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | iotests.py | 1703 formatter = logging.Formatter('%(message)s')
|