Home
last modified time | relevance | path

Searched defs:component_re (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/distutils/
Dversion.py261 component_re = re.compile(r'(\d+ | [a-z]+ | \.)', re.VERBOSE) variable in LooseVersion
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dversion.py322 component_re = re.compile(r'(\d+ | [a-z]+ | \.)', re.VERBOSE) variable in LooseVersion
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dversion.py322 component_re = re.compile(r'(\d+ | [a-z]+ | \.)', re.VERBOSE) variable in LooseVersion
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/
Dversion.py323 component_re = re.compile(r'(\d+ | [a-z]+ | \.)', re.VERBOSE) variable in LooseVersion
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dversion.py322 component_re = re.compile(r'(\d+ | [a-z]+ | \.)', re.VERBOSE) variable in LooseVersion
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dversion.py322 component_re = re.compile(r'(\d+ | [a-z]+ | \.)', re.VERBOSE) variable in LooseVersion
/aosp_15_r20/external/python/cpython3/Lib/distutils/
Dversion.py302 component_re = re.compile(r'(\d+ | [a-z]+ | \.)', re.VERBOSE) variable in LooseVersion
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/
Dversion.py302 component_re = re.compile(r'(\d+ | [a-z]+ | \.)', re.VERBOSE) variable in LooseVersion
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/
H A Dversion.py302 component_re = re.compile(r'(\d+ | [a-z]+ | \.)', re.VERBOSE) variable in LooseVersion
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/
Dversion.py302 component_re = re.compile(r'(\d+ | [a-z]+ | \.)', re.VERBOSE) variable in LooseVersion
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/
Dversion.py302 component_re = re.compile(r'(\d+ | [a-z]+ | \.)', re.VERBOSE) variable in LooseVersion
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/
Dversion.py302 component_re = re.compile(r'(\d+ | [a-z]+ | \.)', re.VERBOSE) variable in LooseVersion
/aosp_15_r20/external/mesa3d/src/amd/compiler/tests/
H A Dglsl_scraper.py34 component_re = base_layout_qualifier_id_re.format('component') variable