Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/PC/bdist_wininst/
Dinstall.c143 char python_dir[MAX_PATH]; variable
633 wsprintf(buffer, "PYTHONHOME=%s", python_dir); in LoadPythonDll()
1611 strcpy(python_dir, ""); in SelectPythonDlgProc()
1627 strcpy(python_dir, ivi->prefix); in SelectPythonDlgProc()
1628 SetDlgItemText(hwnd, IDC_PATH, python_dir); in SelectPythonDlgProc()
1656 strcpy(install_path, python_dir); in SelectPythonDlgProc()
1899 if (python_dir[strlen(python_dir)-1] != '\\') in InstallFilesDlgProc()
1900 strcat(python_dir, "\\"); in InstallFilesDlgProc()
1902 python_dir[strlen(python_dir)-1] = '\0'; in InstallFilesDlgProc()
1906 if (!OpenLogfile(python_dir)) in InstallFilesDlgProc()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/venv/
D__init__.py138 context.python_dir = dirname
184 f.write('home = %s\n' % context.python_dir)
290 dirname = context.python_dir
330 for root, dirs, files in os.walk(context.python_dir):
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/venv/
D__init__.py138 context.python_dir = dirname
184 f.write('home = %s\n' % context.python_dir)
290 dirname = context.python_dir
330 for root, dirs, files in os.walk(context.python_dir):
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/venv/
D__init__.py138 context.python_dir = dirname
184 f.write('home = %s\n' % context.python_dir)
290 dirname = context.python_dir
330 for root, dirs, files in os.walk(context.python_dir):
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/venv/
D__init__.py138 context.python_dir = dirname
184 f.write('home = %s\n' % context.python_dir)
290 dirname = context.python_dir
330 for root, dirs, files in os.walk(context.python_dir):
/aosp_15_r20/external/python/cpython3/Lib/venv/
D__init__.py138 context.python_dir = dirname
184 f.write('home = %s\n' % context.python_dir)
290 dirname = context.python_dir
330 for root, dirs, files in os.walk(context.python_dir):
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_subprocess.py458 python_dir, python_base = self._split_python_path()
467 python_dir = self._normalize_cwd(python_dir)
468 self._assert_cwd(python_dir, rel_python, cwd=python_dir)
474 python_dir, python_base = self._split_python_path()
485 python_dir = self._normalize_cwd(python_dir)
486 self._assert_cwd(python_dir, doesntexist, executable=rel_python,
487 cwd=python_dir)
492 python_dir, python_base = self._split_python_path()
493 abs_python = os.path.join(python_dir, python_base)
506 python_dir, python_base = self._split_python_path()
[all …]
Dtest_sys.py793 python_dir = os.path.dirname(os.path.realpath(sys.executable))
797 executable=sys.executable, stdout=subprocess.PIPE, cwd=python_dir)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/
Dsysconfig.py289 python_dir = 'python' + get_python_version() + build_flags
290 return os.path.join(prefix, "include", python_dir)
/aosp_15_r20/external/python/cpython3/Lib/distutils/
Dsysconfig.py289 python_dir = 'python' + get_python_version() + build_flags
290 return os.path.join(prefix, "include", python_dir)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/
Dsysconfig.py289 python_dir = 'python' + get_python_version() + build_flags
290 return os.path.join(prefix, "include", python_dir)
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/
H A Dsysconfig.py289 python_dir = 'python' + get_python_version() + build_flags
290 return os.path.join(prefix, "include", python_dir)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/
Dsysconfig.py289 python_dir = 'python' + get_python_version() + build_flags
290 return os.path.join(prefix, "include", python_dir)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/
Dsysconfig.py289 python_dir = 'python' + get_python_version() + build_flags
290 return os.path.join(prefix, "include", python_dir)
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/
Dsysconfig.py118 python_dir = implementation + get_python_version() + build_flags
119 return os.path.join(prefix, "include", python_dir)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dsysconfig.py184 python_dir = implementation + get_python_version() + build_flags
185 return os.path.join(prefix, "include", python_dir)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dsysconfig.py184 python_dir = implementation + get_python_version() + build_flags
185 return os.path.join(prefix, "include", python_dir)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dsysconfig.py184 python_dir = implementation + get_python_version() + build_flags
185 return os.path.join(prefix, "include", python_dir)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dsysconfig.py184 python_dir = implementation + get_python_version() + build_flags
185 return os.path.join(prefix, "include", python_dir)
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_sys.py482 python_dir = os.path.dirname(os.path.realpath(sys.executable))
485 executable=sys.executable, stdout=subprocess.PIPE, cwd=python_dir)
Dtest_subprocess.py195 python_dir = os.path.dirname(os.path.realpath(sys.executable))
198 executable=sys.executable, cwd=python_dir)
/aosp_15_r20/external/trace-cmd/
H A DMakefile106 python_dir_SQ = $(subst ','\'',$(python_dir))
/aosp_15_r20/external/python/cpython3/Doc/tools/
Dsusp-ignored.csv119 library/configparser,,:path,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
120 library/configparser,,:Python,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
/aosp_15_r20/external/python/cpython3/Doc/library/
Dconfigparser.rst412 python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}