| /prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/ |
| D | FindPythonInterp.cmake | 12 Find python interpreter 45 A call to ``find_package(PythonInterp ${V})`` for python version ``V`` 46 may find a ``python`` executable with no version suffix. In this case 47 no attempt is made to avoid python executables from other versions. 63 python${_PYTHON_FIND_MAJ_MIN} 64 python${PythonInterp_FIND_VERSION_MAJOR}) 75 list(APPEND _Python_NAMES python${PythonInterp_FIND_VERSION_MAJOR}) 95 # Search for the current active python version first 104 # Search for newest python version if python executable isn't found 107 set(_Python_NAMES python${_CURRENT_VERSION}) [all …]
|
| D | FindPythonLibs.cmake | 12 Find python libraries 21 PYTHON_LIBRARIES - path to the python library 39 PYTHON_LIBRARY - path to the python library 68 # Search for the python framework on Apple. 157 NAMES python${_CURRENT_VERSION_NO_DOTS}_d python 185 python${_CURRENT_VERSION_NO_DOTS} 186 python${_CURRENT_VERSION}mu 187 python${_CURRENT_VERSION}m 188 python${_CURRENT_VERSION}u 189 python${_CURRENT_VERSION} [all …]
|
| D | FindBoost.cmake | 393 if(component MATCHES "^([a-z_]*)(python|numpy)([1-9])\\.?([0-9])?$") 394 # handle pythonXY and numpyXY versioned components and also python X.Y, mpi_python etc. 396 "${CMAKE_MATCH_1}${CMAKE_MATCH_2}" # python 410 if("${name}" MATCHES "^(python|numpy|mpi_python)([1-9])([0-9])$") 433 if(component MATCHES "^([a-z_]*)(python|numpy)([1-9])\\.?([0-9])?$") 434 # handle pythonXY and numpyXY versioned components and also python X.Y, mpi_python etc. 1007 if(component MATCHES "^(python|mpi_python|numpy)([0-9][0-9]?|[0-9]\\.[0-9])\$") 1026 set(_Boost_MPI_PYTHON_DEPENDENCIES python${component_python_version} mpi serialization) 1034 set(_Boost_MPI_PYTHON_DEPENDENCIES python${component_python_version} mpi serialization) 1042 set(_Boost_MPI_PYTHON_DEPENDENCIES python${component_python_version} mpi serialization) [all …]
|
| /prebuilts/build-tools/common/py3-headers/Include/ |
| D | pydtrace.d | 3 provider python { 18 #pragma D attributes Evolving/Evolving/Common provider python provider 19 #pragma D attributes Evolving/Evolving/Common provider python module 20 #pragma D attributes Evolving/Evolving/Common provider python function 21 #pragma D attributes Evolving/Evolving/Common provider python name 22 #pragma D attributes Evolving/Evolving/Common provider python args
|
| /prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/cli/ |
| D | main_parser.py | 50 def identify_python_interpreter(python: str) -> Optional[str]: 54 if os.path.exists(python): 55 if os.path.isdir(python): 59 py = os.path.join(python, exe) 63 return python 82 if general_options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ: 84 interpreter = identify_python_interpreter(general_options.python)
|
| /prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/cli/ |
| D | main_parser.py | 50 def identify_python_interpreter(python: str) -> Optional[str]: 54 if os.path.exists(python): 55 if os.path.isdir(python): 59 py = os.path.join(python, exe) 63 return python 82 if general_options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ: 84 interpreter = identify_python_interpreter(general_options.python)
|
| /prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/site-packages/pip/_internal/cli/ |
| D | main_parser.py | 50 def identify_python_interpreter(python: str) -> Optional[str]: 54 if os.path.exists(python): 55 if os.path.isdir(python): 59 py = os.path.join(python, exe) 63 return python 82 if general_options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ: 84 interpreter = identify_python_interpreter(general_options.python)
|
| /prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/cli/ |
| D | main_parser.py | 50 def identify_python_interpreter(python: str) -> Optional[str]: 54 if os.path.exists(python): 55 if os.path.isdir(python): 59 py = os.path.join(python, exe) 63 return python 82 if general_options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ: 84 interpreter = identify_python_interpreter(general_options.python)
|
| /prebuilts/build-tools/ |
| D | BUILD.bazel | 1 load("@rules_python//python:defs.bzl", "py_runtime") 2 load("@rules_python//python:py_exec_tools_toolchain.bzl", "py_exec_tools_toolchain") 3 load("@rules_python//python:py_runtime_pair.bzl", "py_runtime_pair") 60 toolchain_type = "@rules_python//python:toolchain_type", 89 toolchain_type = "@rules_python//python:toolchain_type", 95 # Use the interpreter from //python:toolchain_type 107 toolchain_type = "@rules_python//python:exec_tools_toolchain_type",
|
| D | build-prebuilts.sh | 280 ANDROID_HOST_OUT=${PWD}/${SOONG_HOST_OUT} build/soong/python/tests/runtest.sh 311 cp external/python/cpython3/LICENSE ${SOONG_OUT}/dist-common/py3-stdlib/ 313 ${TOP}/external/python/cpython3/Include 314 ${TOP}/external/python/cpython3/android/linux_x86_64/pyconfig 315 ${TOP}/external/python/cpython3/android/linux_arm64/pyconfig 316 ${TOP}/external/python/cpython3/android/bionic/pyconfig 317 ${TOP}/external/python/cpython3/android/darwin/pyconfig 325 cp external/python/cpython3/LICENSE ${SOONG_OUT}/dist-common/py3-headers/
|
| /prebuilts/clang/host/linux-x86/clang-r530567/ |
| D | BUILD_INFO | 251 "name": "platform/prebuilts/python/linux-x86", 252 "path": "prebuilts/python/linux-x86", 262 "name": "platform/prebuilts/python/darwin-x86", 263 "path": "prebuilts/python/darwin-x86", 273 "name": "platform/prebuilts/python/windows-x86", 274 "path": "prebuilts/python/windows-x86", 398 "platform/prebuilts/python/darwin-x86": "3400487f6a77cc05ee5d4799575372713ce63232", 399 "platform/prebuilts/python/linux-x86": "fce2346610379fdcce9dc7423c0e9a04e1a43cbf", 400 "platform/prebuilts/python/windows-x86": "6cf03be338b41e403770c097746e777c5c9ed9cb", 453 …t/dist_dirs/aosp-llvm-r530567-linux-linux/12328485 OUT_DIR=out prebuilts/python/linux-x86/bin/pyth… [all …]
|
| /prebuilts/clang/host/linux-x86/clang-r536225/ |
| D | BUILD_INFO | 281 "name": "platform/prebuilts/python/linux-x86", 282 "path": "prebuilts/python/linux-x86", 293 "name": "platform/prebuilts/python/darwin-x86", 294 "path": "prebuilts/python/darwin-x86", 305 "name": "platform/prebuilts/python/windows-x86", 306 "path": "prebuilts/python/windows-x86", 424 "platform/prebuilts/python/darwin-x86": "3400487f6a77cc05ee5d4799575372713ce63232", 425 "platform/prebuilts/python/linux-x86": "fce2346610379fdcce9dc7423c0e9a04e1a43cbf", 426 "platform/prebuilts/python/windows-x86": "6d619afe3f821388a57b7b2b473bee85debfdd7c", 478 …irs/aosp-llvm-r536225-release-linux-linux/12833971 OUT_DIR=out prebuilts/python/linux-x86/bin/pyth… [all …]
|
| /prebuilts/clang/host/linux-x86/clang-r547379/ |
| D | BUILD_INFO | 294 "name": "platform/prebuilts/python/linux-x86", 295 "path": "prebuilts/python/linux-x86", 306 "name": "platform/prebuilts/python/darwin-x86", 307 "path": "prebuilts/python/darwin-x86", 318 "name": "platform/prebuilts/python/windows-x86", 319 "path": "prebuilts/python/windows-x86", 437 "platform/prebuilts/python/darwin-x86": "3400487f6a77cc05ee5d4799575372713ce63232", 438 "platform/prebuilts/python/linux-x86": "fce2346610379fdcce9dc7423c0e9a04e1a43cbf", 439 "platform/prebuilts/python/windows-x86": "6d619afe3f821388a57b7b2b473bee85debfdd7c", 492 …dirs/aosp-llvm-r547379-release-linux-llvm/13290119 OUT_DIR=out prebuilts/python/linux-x86/bin/pyth… [all …]
|
| /prebuilts/clang/host/linux-x86/clang-r522817/ |
| D | BUILD_INFO | 277 "name": "platform/prebuilts/python/linux-x86", 278 "path": "prebuilts/python/linux-x86", 288 "name": "platform/prebuilts/python/darwin-x86", 289 "path": "prebuilts/python/darwin-x86", 299 "name": "platform/prebuilts/python/windows-x86", 300 "path": "prebuilts/python/windows-x86", 424 "platform/prebuilts/python/darwin-x86": "3400487f6a77cc05ee5d4799575372713ce63232", 425 "platform/prebuilts/python/linux-x86": "fce2346610379fdcce9dc7423c0e9a04e1a43cbf", 426 "platform/prebuilts/python/windows-x86": "6cf03be338b41e403770c097746e777c5c9ed9cb", 480 …dist_dirs/aosp-llvm-toolchain-linux-linux/11967740 OUT_DIR=out prebuilts/python/linux-x86/bin/pyth… [all …]
|
| /prebuilts/asuite/aidegen/darwin-x86/ |
| D | aidegen | 21 * homebrew: https://hackercodex.com/guide/python-development-environment-on-mac-osx/ 24 * from package: https://www.python.org/downloads/release/python-360/
|
| /prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/command/ |
| D | bdist_rpm.py | 139 self.python = None 188 if self.python is None: 190 self.python = sys.executable 192 self.python = "python3" 319 rpm_cmd.extend(['--define', '__python %s' % self.python]) 501 def_setup_call = "%s %s" % (self.python,os.path.basename(sys.argv[0]))
|
| /prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/distutils/command/ |
| D | bdist_rpm.py | 139 self.python = None 188 if self.python is None: 190 self.python = sys.executable 192 self.python = "python3" 319 rpm_cmd.extend(['--define', '__python %s' % self.python]) 501 def_setup_call = "%s %s" % (self.python,os.path.basename(sys.argv[0]))
|
| /prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/command/ |
| D | bdist_rpm.py | 158 self.python = None 206 if self.python is None: 208 self.python = sys.executable 210 self.python = "python3" 339 rpm_cmd.extend(['--define', '__python %s' % self.python]) 530 def_setup_call = "{} {}".format(self.python, os.path.basename(sys.argv[0]))
|
| /prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/command/ |
| D | bdist_rpm.py | 139 self.python = None 188 if self.python is None: 190 self.python = sys.executable 192 self.python = "python3" 319 rpm_cmd.extend(['--define', '__python %s' % self.python]) 501 def_setup_call = "%s %s" % (self.python,os.path.basename(sys.argv[0]))
|
| /prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/command/ |
| D | bdist_rpm.py | 158 self.python = None 206 if self.python is None: 208 self.python = sys.executable 210 self.python = "python3" 339 rpm_cmd.extend(['--define', '__python %s' % self.python]) 530 def_setup_call = "{} {}".format(self.python, os.path.basename(sys.argv[0]))
|
| /prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/site-packages/setuptools/_distutils/command/ |
| D | bdist_rpm.py | 158 self.python = None 206 if self.python is None: 208 self.python = sys.executable 210 self.python = "python3" 339 rpm_cmd.extend(['--define', '__python %s' % self.python]) 530 def_setup_call = "{} {}".format(self.python, os.path.basename(sys.argv[0]))
|
| /prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/command/ |
| D | bdist_rpm.py | 139 self.python = None 188 if self.python is None: 190 self.python = sys.executable 192 self.python = "python3" 319 rpm_cmd.extend(['--define', '__python %s' % self.python]) 501 def_setup_call = "%s %s" % (self.python,os.path.basename(sys.argv[0]))
|
| /prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/command/ |
| D | bdist_rpm.py | 158 self.python = None 206 if self.python is None: 208 self.python = sys.executable 210 self.python = "python3" 339 rpm_cmd.extend(['--define', '__python %s' % self.python]) 530 def_setup_call = "{} {}".format(self.python, os.path.basename(sys.argv[0]))
|
| /prebuilts/clang/host/linux-x86/ |
| D | RELEASE_NOTES.md | 31 Switch from python wrapper to go wrapper. 99 - r371090 Fix windows-x86-debug compilation with python enabled using multi-target generator 110 - r372047 Fix swig python package path 112 - r372364 Revert "Fix swig python package path" 163 - r372047 Fix swig python package path 165 - r372364 Revert "Fix swig python package path"
|
| /prebuilts/ndk/ |
| D | .gitignore | 23 share/python-wheels/ 30 # Usually these files are written by a python script from a template 88 # .python-version
|