Home
last modified time | relevance | path

Searched refs:specifiers (Results 1 – 25 of 106) sorted by relevance

12345

/external/python/setuptools/setuptools/
Dbuild_meta.py40 def __init__(self, specifiers): argument
41 self.specifiers = specifiers
45 def fetch_build_eggs(self, specifiers): argument
46 raise SetupRequirementsError(specifiers)
91 requirements += e.specifiers
/external/python/setuptools/setuptools/_vendor/packaging/
Dspecifiers.py591 def __init__(self, specifiers="", prereleases=None): argument
594 specifiers = [s.strip() for s in specifiers.split(",") if s.strip()]
599 for specifier in specifiers:
Drequirements.py15 from .specifiers import LegacySpecifier, Specifier, SpecifierSet
Dmarkers.py16 from .specifiers import Specifier, InvalidSpecifier
/external/python/setuptools/pkg_resources/_vendor/packaging/
Dspecifiers.py591 def __init__(self, specifiers="", prereleases=None): argument
594 specifiers = [s.strip() for s in specifiers.split(",") if s.strip()]
599 for specifier in specifiers:
Drequirements.py15 from .specifiers import LegacySpecifier, Specifier, SpecifierSet
Dmarkers.py16 from .specifiers import Specifier, InvalidSpecifier
/external/llvm/utils/lit/
DTODO27 Instead, we should move to a model whereby first all of the input specifiers
32 a fixed process to map input specifiers to tests in the test suite
37 * We could delegate all of the resolution of specifiers to the test
65 input specifiers. For test formats we could ostensibly require all the possible
72 * Currently we could almost get away with parsing the input specifiers without
/external/clang/test/SemaObjCXX/
Dmessage.mm64 // Test class messages that use non-trivial simple-type-specifiers
65 // or typename-specifiers.
/external/python/setuptools/setuptools.egg-info/
DSOURCES.txt47 pkg_resources/_vendor/packaging/specifiers.py
112 setuptools/_vendor/packaging/specifiers.py
119 setuptools/_vendor/packaging/__pycache__/specifiers.cpython-36.pyc
/external/u-boot/doc/device-tree-bindings/mailbox/
Dmailbox.txt22 - mboxes: List of phandle and mailbox channel specifiers.
Dnvidia,tegra186-hsp.txt27 Array of interrupt specifiers.
/external/u-boot/doc/device-tree-bindings/firmware/
Dnvidia,tegra186-bpmp.txt24 the mailbox subsystem, and the specifiers implemented by the relevant
31 files for general documentation of those features, and the specifiers
/external/python/cpython2/Doc/library/
Daetypes.rst13 descriptors and Apple Event object specifiers.
31 contains object specifiers for a number of common OSA classes such as
Daepack.rst78 by :mod:`gensuitemodule`, and ensures that the OSA classes for object specifiers
/external/u-boot/doc/device-tree-bindings/video/
Drockchip-lvds.txt9 - clocks: must include clock specifiers corresponding to entries in the
/external/u-boot/doc/device-tree-bindings/clock/
Drockchip,rk3399-dmc.txt10 - clock: must include clock specifiers corresponding to entries in the clock-names property.
Dnvidia,tegra20-car.txt12 - clocks : Should contain phandle and clock specifiers for two clocks:
/external/e2fsprogs/doc/RelNotes/
Dv1.24.txt35 mke2fs and tune2fs will allow the use of UUID= or LABEL= specifiers
Dv1.33.txt79 and UUID filesystem specifiers without needing to search all of the
83 Tune2fs and e2label will accept LABEL=xxx and UID=yyy specifiers for
/external/u-boot/doc/device-tree-bindings/net/
Dsnps,dwc-qos-ethernet.txt20 - clocks: Phandle and clock specifiers for each entry in clock-names, in the
87 - resets: Phandle and reset specifiers for each entry in reset-names, in the
/external/deqp/doc/testspecs/GLES31/
Dfunctional.uniform_location.txt65 These cases have declarations, locations specifiers and verification
/external/u-boot/doc/device-tree-bindings/pinctrl/
Dmarvell,armada-37xx-pinctrl.txt147 - interrupts: List of interrupt specifiers for the controllers interrupt.
/external/u-boot/doc/device-tree-bindings/reset/
Dreset.txt57 match reset signal names with reset specifiers.
/external/openssh/
Dscp.020 names containing M-bM-^@M-^X:M-bM-^@M-^Y as host specifiers. Copies between two remote hosts

12345