/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/ |
H A D | 0001-Adjust-test-expectations-for-ptest.patch | 6 Because of the way we install ptests, some first party imports 18 …15:15::"standard import ""datetime"" should be placed before third party imports ""six"", ""astroi… 20 …0:0:20:14::"third party import ""astroid"" should be placed before local imports ""package.Class""… 21 …2::"first party import ""pylint.checkers"" should be placed before local imports ""package.Class""… 22 …:25::"first party import ""pylint.config"" should be placed before local imports ""package.Class""… 23 …:24:17::"first party import ""pylint.sys"" should be placed before local imports ""package.Class""… 24 …::"first party import ""pylint.pyreverse"" should be placed before local imports ""package.Class""… 25 …laced before first party imports ""pylint.checkers"", ""pylint.config"", ""pylint.sys"", ""pylint.… 26 …::"first party import ""pylint.constants"" should be placed before local imports ""package.Class""… 27 …imports ""six"", ""astroid.are_exclusive"", ""unused_import"", ""totally_missing"", ""astroid"", "… [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | pythondeps | 43 self.imports = set() 48 self.imports.add(alias.name) 130 if builtin_module in visitor.imports: 131 visitor.imports.remove(builtin_module) 145 for module in visitor.imports | set(levelzero_importsfrom):
|
/openbmc/linux/Documentation/core-api/ |
H A D | symbol-namespaces.rst | 119 the kernel is to reject loading modules that don't specify sufficient imports. 128 Missing namespaces imports can easily be detected at build time. In fact, 134 missing imports. Fixing missing imports can be done with:: 146 Again, ``make nsdeps`` will eventually add the missing namespace imports for
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-autoflake_2.3.1.bb | 1 SUMMARY = "Removes unused imports and unused variables"
|
H A D | python3-isort_5.13.2.bb | 1 SUMMARY = "A Python utility / library to sort Python imports."
|
H A D | python3-pynetlinux_1.1.bb | 12 file://0002-Fixed-relative-imports.patch \
|
/openbmc/u-boot/scripts/kconfig/tests/ |
H A D | pytest.ini | 4 # Pytest requires that test files have unique names, because pytest imports
|
/openbmc/linux/scripts/kconfig/tests/ |
H A D | pytest.ini | 4 # Pytest requires that test files have unique names, because pytest imports
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libenv/ |
H A D | libenv-perl_1.04.bb | 1 SUMMARY = "Perl module that imports environment variables as scalars or arrays"
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sbom30.py | 815 imports = {e.externalSpdxId: e for e in self.doc.import_} 818 nonlocal imports 821 if not e.externalSpdxId in imports: 822 imports[e.externalSpdxId] = e 833 import_spdxids = set(imports.keys()) 857 self.doc.import_ = sorted(imports.values(), key=lambda e: e.externalSpdxId) 872 self.missing_ids -= set(imports.keys())
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | add_namespace.cocci | 18 // Add missing imports, but only adjacent to a MODULE_LICENSE statement.
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pynetlinux/ |
H A D | 0002-Fixed-relative-imports.patch | 4 Subject: [PATCH] Fixed relative imports
|
/openbmc/qemu/scripts/qapi/ |
H A D | pylintrc | 51 ignore-imports=yes
|
/openbmc/qemu/python/ |
H A D | setup.cfg | 165 # Ignore imports when computing similarities. 166 ignore-imports=yes
|
/openbmc/webui-vue/docs/customization/ |
H A D | build.md | 65 imports (over lazy-loading routes) to avoid creating separate JS chunks. 66 Static imports also helps to keep the total build size down. :::
|
H A D | readme.md | 29 The `custom` Directory imports all the styles needed to customize the UI. These
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.1.4.rst | 87 - oeqa/selftest/cases/runqemu: update imports 93 - oeqa/targetcontrol: remove unused imports 95 - oeqa/utils/commands: remove unused imports
|
H A D | release-notes-4.3.1.rst | 97 - patchtest: remove unused imports
|
/openbmc/linux/Documentation/usb/ |
H A D | usbip_protocol.rst | 23 (imports USB devices) (exports USB devices) 45 (imports USB devices) (exports USB devices) 96 (imports USB devices) (exports USB devices)
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/ |
H A D | 0004-make-Separate-TLS-targets-from-libraries.patch | 60 …$(OBJDIR)/NetMonitor.c.o: $(COREDIR)/mDNS.c # Note: NetMonitor.c textually imports mDNS…
|
/openbmc/linux/include/linux/ |
H A D | pe.h | 294 struct data_dirent imports; /* .idata */ member
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/ |
H A D | AOM-Patent-License-1.0 | 88 for sale, imports or distributes any Implementation, or (ii) a person
|
/openbmc/linux/Documentation/input/ |
H A D | uinput.rst | 41 send a key event. All default imports and error handlers were removed for
|
/openbmc/linux/kernel/module/ |
H A D | Kconfig | 335 bool "Allow loading of modules with missing namespace imports" 340 There is no technical reason to enforce correct namespace imports,
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/ |
H A D | pipewire_1.2.7.bb | 97 # since "jack" imports libjack, and "pipewire-jack" generates
|