/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | multiconfig.py | 8 import textwrap 50 config = textwrap.dedent('''\ 56 testconfig = textwrap.dedent('''\ 68 testconfig = textwrap.dedent('''\
|
H A D | fetch.py | 8 import textwrap 80 f = self.write_recipe(textwrap.dedent(r), tempdir) 90 f = self.write_recipe(textwrap.dedent(r), tempdir) 99 f = self.write_recipe(textwrap.dedent(r), tempdir) 108 f = self.write_recipe(textwrap.dedent(r), tempdir)
|
H A D | reproducible.py | 11 import textwrap 224 config = textwrap.dedent('''\ 244 config += textwrap.dedent('''\
|
/openbmc/qemu/target/hexagon/ |
H A D | gen_trans_funcs.py | 24 import textwrap 44 return textwrap.indent(textwrap.dedent(txt), " ") 83 f.write(textwrap.dedent(f"""\ 133 f.write(textwrap.dedent(f"""\
|
H A D | gen_decodetree.py | 24 import textwrap
|
H A D | hex_common.py | 23 import textwrap 311 return textwrap.indent(textwrap.dedent(txt), " ")
|
/openbmc/qemu/python/qemu/utils/ |
H A D | __init__.py | 22 import textwrap 115 textwrap.wrap( 161 textwrap.indent(os.linesep.join(sections), prefix=lmargin),
|
/openbmc/qemu/scripts/oss-fuzz/ |
H A D | output_reproducer.py | 16 import textwrap 53 result = '\\\n'.join(textwrap.wrap("cat << EOF | {} {}".format(path, args), 57 result += "\n" + '\\\n'.join(textwrap.wrap(l,72,drop_whitespace=False))
|
/openbmc/linux/tools/testing/kunit/ |
H A D | run_checks.py | 16 import textwrap 69 print(textwrap.indent(output.decode(), '> '))
|
H A D | kunit_parser.py | 15 import textwrap 514 formatted = textwrap.dedent('\n'.join(log))
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pbr/ |
H A D | 0001-change-shebang-to-python3.patch | 21 'setup.py': textwrap.dedent("""\ 34 'setup.py': textwrap.dedent(six.u("""\
|
/openbmc/qemu/scripts/ |
H A D | meson-buildoptions.py | 24 import textwrap 101 yield from textwrap.wrap(
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_arg.py | 25 import textwrap as textwrap namespace 40 textwrap.fill(
|
/openbmc/qemu/docs/sphinx/ |
H A D | qapidoc.py | 30 import textwrap 57 return textwrap.dedent(text) 60 return lines[0] + textwrap.dedent("".join(lines[1:]))
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | package_ipk.bbclass | 57 import textwrap 158 description = textwrap.dedent(description).strip() 165 …ctrlfile.write('%s\n' % textwrap.fill(description, width=74, initial_indent=' ', subsequent_indent…
|
H A D | package_deb.bbclass | 64 import textwrap 158 description = textwrap.dedent(description).strip() 165 …ctrlfile.write('%s\n' % textwrap.fill(description.strip(), width=74, initial_indent=' ', subsequen…
|
H A D | package_rpm.bbclass | 288 import textwrap 289 dedent_text = textwrap.dedent(text).strip() 295 spec_preamble.append('%s' % textwrap.fill(dedent_text, width=75))
|
/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/ |
H A D | 0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch | 55 import textwrap
|
/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-tool/ |
H A D | parsec-tool-crates.inc | 140 crate://crates.io/textwrap/0.11.0 \ 322 SRC_URI[textwrap-0.11.0.sha256sum] = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb…
|
/openbmc/openbmc/meta-security/recipes-security/krill/ |
H A D | krill-crates.inc | 217 crate://crates.io/textwrap/0.11.0;name=textwrap-0.11.0 \ 491 SRC_URI[textwrap-0.11.0.sha256sum] = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb…
|
/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/ |
H A D | parsec-service-crates.inc | 185 crate://crates.io/textwrap/0.11.0 \ 421 SRC_URI[textwrap-0.11.0.sha256sum] = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb…
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | recipeutils.py | 14 import textwrap 213 wrapped = textwrap.wrap(rawtext)
|
/openbmc/openbmc/meta-security/recipes-ids/suricata/ |
H A D | suricata-crates.inc | 320 crate://crates.io/textwrap/0.11.0 \ 411 SRC_URI[textwrap-0.11.0.sha256sum] = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb… 959 crate://crates.io/textwrap/0.11.0 \ 1035 SRC_URI[textwrap-0.11.0.sha256sum] = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/ |
H A D | uutils-coreutils-crates.inc | 221 crate://crates.io/textwrap/0.16.1 \ 501 SRC_URI[textwrap-0.16.1.sha256sum] = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f…
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-maturin-crates.inc | 228 crate://crates.io/textwrap/0.16.0 \ 536 SRC_URI[textwrap-0.16.0.sha256sum] = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7…
|