/aosp_15_r20/external/bazelbuild-rules_python/python/private/pypi/ |
H A D | config_settings.bzl | 111 is_python = "is_python_{}".format(python_version or "version_unset") 113 name = is_python, 114 actual = Label("//python/config_settings:" + is_python), 139 is_python = is_python, 274 def _dist_config_setting(*, name, is_pip_whl, is_python, python_version, native = native, **kwargs): 281 is_python: The python version config_setting to match. 296 is_python: _name, 297 "//conditions:default": is_python,
|
H A D | render_pkg_aliases.bzl | 110 # Group `is_python` and other conditions for easier reading 112 key = lambda condition: ("is_python" not in condition, condition),
|
/aosp_15_r20/external/python/cpython2/Tools/scripts/ |
D | pysource.py | 91 def walk_python_files(paths, is_python=looks_like_python, exclude_dirs=None): argument 107 if is_python(path): 118 if is_python(fullpath): 129 for fullpath in walk_python_files(['.'], is_python=can_be_compiled):
|
D | findnocoding.py | 88 is_python = pysource.looks_like_python variable 93 is_python = pysource.can_be_compiled variable 101 for fullpath in pysource.walk_python_files(args, is_python):
|
/aosp_15_r20/external/python/cpython3/Tools/scripts/ |
D | pysource.py | 91 def walk_python_files(paths, is_python=looks_like_python, exclude_dirs=None): argument 107 if is_python(path): 118 if is_python(fullpath): 129 for fullpath in walk_python_files(['.'], is_python=can_be_compiled):
|
D | findnocoding.py | 89 is_python = pysource.looks_like_python variable 94 is_python = pysource.can_be_compiled variable 102 for fullpath in pysource.walk_python_files(args, is_python):
|
/aosp_15_r20/external/pytorch/torch/utils/benchmark/utils/ |
H A D | timer.py | 525 is_python = (self._language == Language.PYTHON) 526 assert is_python or not self._globals 532 collect_baseline=collect_baseline and is_python, 533 is_python=is_python,
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/compatibility/ |
H A D | ipynb.py | 26 def is_python(cell): function 109 if is_python(cell): 156 if not is_python(cell):
|
/aosp_15_r20/external/pytorch/torch/utils/benchmark/utils/valgrind_wrapper/ |
H A D | timer_interface.py | 525 is_python: bool, 530 assert is_python or not collect_baseline 538 is_python=is_python, 565 is_python: bool, 612 if is_python:
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | CGIHTTPServer.py | 101 def is_python(self, path): member in CGIHTTPRequestHandler 142 ispy = self.is_python(scriptname) 257 if self.is_python(scriptfile):
|
/aosp_15_r20/external/pytorch/benchmarks/instruction_counts/core/ |
H A D | expand.py | 98 is_python = language == Language.PYTHON 114 stmt = stmts[0 if is_python else 1]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/http/ |
H A D | server.py | 1048 def is_python(self, path): member in CGIHTTPRequestHandler 1092 ispy = self.is_python(scriptname) 1200 if self.is_python(scriptfile):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/http/ |
D | server.py | 1048 def is_python(self, path): member in CGIHTTPRequestHandler 1092 ispy = self.is_python(scriptname) 1200 if self.is_python(scriptfile):
|
/aosp_15_r20/external/python/cpython3/Lib/http/ |
D | server.py | 1048 def is_python(self, path): member in CGIHTTPRequestHandler 1092 ispy = self.is_python(scriptname) 1200 if self.is_python(scriptfile):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/http/ |
D | server.py | 1048 def is_python(self, path): member in CGIHTTPRequestHandler 1092 ispy = self.is_python(scriptname) 1200 if self.is_python(scriptfile):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/http/ |
D | server.py | 1048 def is_python(self, path): member in CGIHTTPRequestHandler 1092 ispy = self.is_python(scriptname) 1200 if self.is_python(scriptfile):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/http/ |
D | server.py | 1048 def is_python(self, path): member in CGIHTTPRequestHandler 1092 ispy = self.is_python(scriptname) 1200 if self.is_python(scriptfile):
|
/aosp_15_r20/external/pytorch/torch/utils/_sympy/ |
H A D | value_ranges.py | 433 is_python = isinstance(value, (int, float, bool)) 434 assert is_python or isinstance( 448 if is_python:
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/command/ |
D | easy_install.py | 1905 def is_python(text, filename='<string>'): function 1935 if is_python(script_text, filename):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/command/ |
D | easy_install.py | 1905 def is_python(text, filename='<string>'): function 1935 if is_python(script_text, filename):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/command/ |
D | easy_install.py | 1905 def is_python(text, filename='<string>'): function 1935 if is_python(script_text, filename):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/command/ |
D | easy_install.py | 1905 def is_python(text, filename='<string>'): function 1935 if is_python(script_text, filename):
|
/aosp_15_r20/external/python/setuptools/setuptools/command/ |
D | easy_install.py | 1909 def is_python(text, filename='<string>'): function 1939 if is_python(script_text, filename):
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | jython-standalone-2.5.3.jar | META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/NOTICE
META- ... |