Home
last modified time | relevance | path

Searched refs:is_python (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/bazelbuild-rules_python/python/private/pypi/
H A Dconfig_settings.bzl111 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 Drender_pkg_aliases.bzl110 # 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/
Dpysource.py91 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):
Dfindnocoding.py88 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/
Dpysource.py91 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):
Dfindnocoding.py89 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 Dtimer.py525 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 Dipynb.py26 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 Dtimer_interface.py525 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/
DCGIHTTPServer.py101 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 Dexpand.py98 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 Dserver.py1048 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/
Dserver.py1048 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/
Dserver.py1048 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/
Dserver.py1048 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/
Dserver.py1048 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/
Dserver.py1048 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 Dvalue_ranges.py433 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/
Deasy_install.py1905 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/
Deasy_install.py1905 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/
Deasy_install.py1905 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/
Deasy_install.py1905 def is_python(text, filename='<string>'): function
1935 if is_python(script_text, filename):
/aosp_15_r20/external/python/setuptools/setuptools/command/
Deasy_install.py1909 def is_python(text, filename='<string>'): function
1939 if is_python(script_text, filename):
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...