| /external/python/asn1crypto/ |
| D | appveyor.yml | 5 - PYTHON_EXE: "C:\\Python26\\python.exe" 6 - PYTHON_EXE: "C:\\Python26-x64\\python.exe" 7 - PYTHON_EXE: "C:\\Python26-x64\\python.exe" 9 - PYTHON_EXE: "C:\\Python33\\python.exe" 10 - PYTHON_EXE: "C:\\Python33\\python.exe" 12 - PYTHON_EXE: "C:\\Python33-x64\\python.exe" 13 - PYTHON_EXE: "C:\\pypy2-v5.10.0-win32\\pypy.exe" 14 - PYTHON_EXE: "C:\\pypy2-v5.10.0-win32\\pypy.exe" 22 if ("${env:PYTHON_EXE}" -eq "C:\pypy2-v5.10.0-win32\pypy.exe") { 27 & ${env:PYTHON_EXE} -m ensurepip --upgrade; [all …]
|
| /external/python/cpython3/Tools/nuget/ |
| D | build.bat | 13 set PYTHON_EXE= variable 24 if "%~1" EQU "--python-exe" (set PYTHON_EXE="/p:PythonExe=%~2") && shift && shift && goto CheckOpts variable 39 …BUILD% "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=x86 %OUTPUT% %PACKAGES% %PYTHON_EXE% 48 …BUILD% "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=x64 %OUTPUT% %PACKAGES% %PYTHON_EXE% 57 …BUILD% "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=ARM %OUTPUT% %PACKAGES% %PYTHON_EXE%
|
| /external/python/cpython3/Tools/msi/pip/ |
| D | pip.wxs | 9 <Property Id="PYTHON_EXE" Secure="yes"> 15 <Condition Message="!(loc.NoPython)">PYTHON_EXE</Condition> 28 …<CustomAction Id="SetUpdatePipCommandLine" Property="UpdatePip" Value='"[PYTHON_EXE]" -E -s -m ens… 29 …<CustomAction Id="SetRemovePipCommandLine" Property="UpdatePip" Value='"[PYTHON_EXE]" -E -s -B -m …
|
| /external/freetype/ |
| D | meson.build | 38 python_exe = find_program('python3') variable 40 ft2_so_version = run_command(python_exe, 46 ft2_pkgconfig_version = run_command(python_exe, 63 command: [python_exe, files('builds/meson/parse_modules_cfg.py'), 74 ft_main_modules = run_command(python_exe, 96 ft_aux_modules = run_command(python_exe, 123 base_extensions = run_command(python_exe, 266 process_header_command = [python_exe, 451 command: [python_exe,
|
| /external/openthread/tools/harness-sniffer/ |
| D | OT_Sniffer.py | 79 # python_exe: e.g. C:\Python37\python.exe 80 python_exe = p_where.stdout.readline().strip() 82 if python_exe.endswith(".exe"): 84 sniffer_py = str(os.path.dirname(python_exe)) + '\\Scripts\\sniffer.py' 87 python_exe,
|
| /external/python/cpython3/Lib/test/ |
| D | test_cppext.py | 53 python_exe = 'python' 55 python_exe += '.exe' 57 python = os.path.join(venv_dir, 'Scripts', python_exe) 59 python = os.path.join(venv_dir, 'bin', python_exe)
|
| /external/python/cpython3/Lib/multiprocessing/ |
| D | popen_spawn_win32.py | 58 python_exe = spawn.get_executable() 62 if WINENV and _path_eq(python_exe, sys.executable): 63 cmd[0] = python_exe = sys._base_executable 75 python_exe, cmd,
|
| /external/python/cpython2/PC/VS9.0/ |
| D | kill_python.c | 15 #define PYTHON_EXE (L"python_d.exe") macro 20 #define PYTHON_EXE (L"python.exe") macro 115 if (_wcsnicmp(pe.szExeFile, PYTHON_EXE, PYTHON_EXE_LEN)) in main() 139 if (_wcsnicmp(me.szModule, PYTHON_EXE, PYTHON_EXE_LEN)) in main()
|
| /external/python/cpython2/PC/VS8.0/ |
| D | kill_python.c | 15 #define PYTHON_EXE (L"python_d.exe") macro 20 #define PYTHON_EXE (L"python.exe") macro 115 if (_wcsnicmp(pe.szExeFile, PYTHON_EXE, PYTHON_EXE_LEN)) in main() 139 if (_wcsnicmp(me.szModule, PYTHON_EXE, PYTHON_EXE_LEN)) in main()
|
| /external/python/cpython3/Tools/msi/tcltk/ |
| D | tcltk.wxs | 11 <Property Id="PYTHON_EXE" Secure="yes"> 23 <Condition Message="!(loc.NoPython)">PYTHON_EXE and PYTHONW_EXE</Condition> 58 Target="[PYTHON_EXE]"
|
| /external/python/setuptools/setuptools/tests/ |
| D | test_windows_wrappers.py | 31 python_exe = nt_quote_arg(sys.executable) 70 #!%(python_exe)s 134 #!%(python_exe)s -Oi 173 #!%(python_exe)s
|
| /external/cronet/third_party/protobuf/kokoro/release/python/macos/ |
| D | config.sh | 12 PIP_CMD="sudo $PYTHON_EXE -m pip${pip_args:+ $pip_args}" 20 VIRTUALENV_CMD="$PYTHON_EXE -m virtualenv"
|
| /external/protobuf/kokoro/release/python/macos/ |
| D | config.sh | 12 PIP_CMD="sudo $PYTHON_EXE -m pip${pip_args:+ $pip_args}" 20 VIRTUALENV_CMD="$PYTHON_EXE -m virtualenv"
|
| /external/python/cpython3/Tools/buildbot/ |
| D | remotePythonInfo.bat | 23 set PYTHON_EXE=%prefix%\python%suffix%.exe variable 25 ssh %SSH_SERVER% %PYTHON_EXE% -m test.pythoninfo
|
| /external/clang/utils/perf-training/ |
| D | order-files.lit.cfg | 30 dtrace_wrapper = '%s %s/perf-helper.py dtrace' % (config.python_exe, config.test_source_root) 31 dtrace_wrapper_cc1 = '%s %s/perf-helper.py dtrace --cc1' % (config.python_exe, config.test_source_r…
|
| D | order-files.lit.site.cfg.in | 9 config.python_exe = "@PYTHON_EXECUTABLE@"
|
| D | lit.site.cfg.in | 9 config.python_exe = "@PYTHON_EXECUTABLE@"
|
| D | lit.cfg | 29 cc1_wrapper = '%s %s/perf-helper.py cc1' % (config.python_exe, config.test_source_root)
|
| /external/brotli/python/tests/ |
| D | _test_utils.py | 16 python_exe = sys.executable or 'python' variable 18 BRO_ARGS = [python_exe, bro_path]
|
| /external/python/cpython2/PCbuild/ |
| D | pythonw.vcxproj.filters | 12 <ResourceCompile Include="..\PC\python_exe.rc">
|
| D | python.vcxproj.filters | 17 <ResourceCompile Include="..\PC\python_exe.rc">
|
| D | pythonw.vcxproj | 72 <ResourceCompile Include="..\PC\python_exe.rc" />
|
| /external/python/cpython3/PCbuild/ |
| D | python_uwp.vcxproj.filters | 17 <ResourceCompile Include="..\PC\python_exe.rc">
|
| D | python.vcxproj.filters | 17 <ResourceCompile Include="..\PC\python_exe.rc">
|
| /external/libopus/dnn/torch/lpcnet/ |
| D | make_test_config.py | 64 PYTHON=os.path.abspath(args.python_exe),
|