Home
last modified time | relevance | path

Searched full:python_path (Results 1 – 25 of 44) sorted by relevance

12

/external/google-fruit/.github/workflows/
Dtest-on-windows.yml23 …s-2022, msvc_version_year: 2022, msvc_version: 17, multi_config: true, python_path: "C:\\Python39"…
24 …s-2022, msvc_version_year: 2022, msvc_version: 17, multi_config: true, python_path: "C:\\Python39"…
25 …-2022, msvc_version_year: 2022, msvc_version: 17, multi_config: false, python_path: "C:\\Python39"…
26 …-2022, msvc_version_year: 2022, msvc_version: 17, multi_config: false, python_path: "C:\\Python39"…
27 …-2022, msvc_version_year: 2022, msvc_version: 17, multi_config: false, python_path: "C:\\Python39"…
28 …-2022, msvc_version_year: 2022, msvc_version: 17, multi_config: false, python_path: "C:\\Python39"…
29 …-2019, msvc_version_year: 2019, msvc_version: 16, multi_config: false, python_path: "C:\\Python36"…
30 …-2019, msvc_version_year: 2019, msvc_version: 16, multi_config: false, python_path: "C:\\Python36"…
31 …-2019, msvc_version_year: 2019, msvc_version: 16, multi_config: false, python_path: "C:\\Python36"…
32 …-2019, msvc_version_year: 2019, msvc_version: 16, multi_config: false, python_path: "C:\\Python36"…
[all …]
/external/python/apitools/samples/
Dregenerate_samples.py40 python_path = os.environ.get('PYTHONPATH')
41 if python_path:
42 python_path = os.pathsep.join([insert_python_dir, python_path])
44 python_path = insert_python_dir
45 os.environ['PYTHONPATH'] = python_path
/external/grpc-grpc/tools/distrib/python/
Ddocgen.py46 PYTHON_PATH = os.path.join(VIRTUALENV_DIR, "bin", "python") variable
50 PYTHON_PATH = os.path.join(VIRTUALENV_DIR, "bin", "python") variable
56 [PYTHON_PATH, "-m", "pip", "install", "--upgrade", "pip==19.3.1"],
57 [PYTHON_PATH, "-m", "pip", "install", "-r", REQUIREMENTS_PATH],
58 [PYTHON_PATH, "-m", "pip", "install", "--upgrade", "Sphinx"],
59 [PYTHON_PATH, SETUP_PATH, "doc"],
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/
Ddocgen.py46 PYTHON_PATH = os.path.join(VIRTUALENV_DIR, 'bin', 'python') variable
50 PYTHON_PATH = os.path.join(VIRTUALENV_DIR, 'bin', 'python') variable
56 [PYTHON_PATH, '-m', 'pip', 'install', '--upgrade', 'pip==19.3.1'],
57 [PYTHON_PATH, '-m', 'pip', 'install', '-r', REQUIREMENTS_PATH],
58 [PYTHON_PATH, '-m', 'pip', 'install', '--upgrade', 'Sphinx'],
59 [PYTHON_PATH, SETUP_PATH, 'doc'],
/external/python/dateutil/
Dappveyor.yml26 …- if %PLATFORM% == "X64" (set PYTHON_PATH=C:\Python%PYTHON_VERSION%-x64) ELSE (set PYTHON_PATH=C:\…
29 - set PATH=%PYTHON_PATH%;c:\Program Files\PostgreSQL\9.3\bin\;%PATH%
30 - set PYTHON=%PYTHON_PATH%/python.exe
/external/pigweed/pw_env_setup/py/pw_env_setup/entry_points/
Darm_gdb.py49 python_path = arm_install_prefix / 'python/lib/python3.8'
54 if python_home.is_file() and python_path.is_dir():
56 env['PYTHONPATH'] = str(python_path)
/external/cronet/build/toolchain/win/
Dtoolchain.gni181 "\"$python_path\" $_tool_wrapper_path link-wrapper $env False "
212 coverage_wrapper = "\"$python_path\" " + coverage_wrapper + " "
262 …command = "\"$python_path\" $_tool_wrapper_path rc-wrapper $env rc.exe /nologo $sys_include_flags{…
316 ml = "\"$python_path\" $ml_py $ml"
323 …command = "\"$python_path\" $_tool_wrapper_path asm-wrapper $env $ml {{include_dirs}} {{asmflags}}…
325 …command = "\"$python_path\" $_tool_wrapper_path asm-wrapper $env $ml {{defines}} {{include_dirs}} …
354 …command = "\"$python_path\" \"$rustc_wrapper\" --target-windows --rustc=$rustc --depfile=$depfile …
376 …command = "\"$python_path\" \"$rustc_wrapper\" --target-windows --rustc=$rustc --depfile=$depfile …
399 …command = "\"$python_path\" \"$rustc_wrapper\" --target-windows --rustc=$rustc --depfile=$depfile …
431 …command = "\"$python_path\" \"$rustc_wrapper\" --target-windows --rustc=$rustc --depfile=$depfile …
[all …]
/external/angle/build/toolchain/win/
Dtoolchain.gni169 "\"$python_path\" $_tool_wrapper_path link-wrapper $env False "
200 coverage_wrapper = "\"$python_path\" " + coverage_wrapper + " "
250 …command = "\"$python_path\" $_tool_wrapper_path rc-wrapper $env rc.exe /nologo $sys_include_flags{…
304 ml = "\"$python_path\" $ml_py $ml"
311 …command = "\"$python_path\" $_tool_wrapper_path asm-wrapper $env $ml {{include_dirs}} {{asmflags}}…
313 …command = "\"$python_path\" $_tool_wrapper_path asm-wrapper $env $ml {{defines}} {{include_dirs}} …
346 …command = "\"$python_path\" \"$rustc_wrapper\" --target-windows --rustc=$rustc --depfile=$depfile …
372 …command = "\"$python_path\" \"$rustc_wrapper\" --target-windows --rustc=$rustc --depfile=$depfile …
395 …command = "\"$python_path\" \"$rustc_wrapper\" --target-windows --rustc=$rustc --depfile=$depfile …
427 …command = "\"$python_path\" \"$rustc_wrapper\" --target-windows --rustc=$rustc --depfile=$depfile …
[all …]
/external/mesa3d/python-build/
Dmeson_android.py571 python_path = ''
575 python_path += ':'
576 python_path += '`dirname %s`' % _location_wrapper(':%s' % dep.target_name())
577 return python_path
596 python_path = 'PYTHONPATH='
602 python_path += '`dirname $(location %s)`' % python_script
605 python_path += ':' + _get_python_path(deps)
606 args.insert(0, python_path)
/external/angle/build/toolchain/apple/
Dtoolchain.gni202 cc = "$python_path $_coverage_wrapper ${cc}"
203 cxx = "$python_path $_coverage_wrapper ${cxx}"
278 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --…
304 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --…
331 …command = "$linker_driver_env \"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfil…
360 …command = "$linker_driver_env \"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfil…
389 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --…
449 …command = "rm -f {{output}} && TOOL_VERSION=${tool_versions.filter_libtool} $python_path $script $…
752 "$_env_vars $python_path $_tool --module-name {{module_name}} " +
777 "$_env_vars $python_path $_tool " +
/external/cronet/build/toolchain/
Dgcc_toolchain.gni242 "\"$python_path\" " +
290 "\"$python_path\" ${_coverage_wrapper} " + compiler_prefix
426 … command = "cmd /s /c \"\"$python_path\" $tool_wrapper_path delete-file {{output}} && $command\""
497 …command = "\"$python_path\" \"$solink_wrapper\" --readelf=\"$readelf\" --nm=\"$nm\" $strip_switch$…
657 …command = "\"$python_path\" \"$link_wrapper\" --output=\"$outfile\"$strip_switch$map_switch$dwp_sw…
728 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --…
750 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --…
766 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --…
783 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --…
800 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --…
/external/cronet/net/test/
Dpython_utils.cc21 void SetPythonPathInEnvironment(const std::vector<base::FilePath>& python_path, in SetPythonPathInEnvironment() argument
24 for (const auto& path : python_path) { in SetPythonPathInEnvironment()
Dpython_utils.h18 void SetPythonPathInEnvironment(const std::vector<base::FilePath>& python_path,
/external/cronet/build/toolchain/apple/
Dtoolchain.gni213 cc = "$python_path $_coverage_wrapper ${cc}"
214 cxx = "$python_path $_coverage_wrapper ${cxx}"
285 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --…
307 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --…
334 …command = "$linker_driver_env \"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfil…
363 …command = "$linker_driver_env \"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfil…
392 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --…
452 …command = "rm -f {{output}} && TOOL_VERSION=${tool_versions.filter_libtool} $python_path $script $…
754 "$_env_vars $python_path $_tool -module-name {{module_name}} " +
780 "$_env_vars $python_path $_tool " +
/external/pigweed/pw_build/py/pw_build/
Dcreate_gn_venv.py79 python_path = pathlib.Path(sys.executable).resolve()
80 rel_python_path = os.path.relpath(python_path, start=out_dir_path)
/external/cronet/net/test/spawned_test_server/
Dlocal_test_server.cc103 absl::optional<std::vector<base::FilePath>> python_path = GetPythonPath(); in StartInBackground() local
104 if (!python_path) { in StartInBackground()
109 if (!LaunchPython(testserver_path, *python_path)) { in StartInBackground()
Dlocal_test_server.h74 // is the path to the test server script. |python_path| is the list of
78 const std::vector<base::FilePath>& python_path);
Dlocal_test_server_win.cc56 const std::vector<base::FilePath>& python_path) { in LaunchPython() argument
97 SetPythonPathInEnvironment(python_path, &launch_options.environment); in LaunchPython()
Dlocal_test_server_posix.cc97 const std::vector<base::FilePath>& python_path) { in LaunchPython() argument
127 SetPythonPathInEnvironment(python_path, &options.environment); in LaunchPython()
/external/angle/build/toolchain/
Dgcc_toolchain.gni265 "\"$python_path\" ${_coverage_wrapper} " + compiler_prefix
401 … command = "cmd /s /c \"\"$python_path\" $tool_wrapper_path delete-file {{output}} && $command\""
472 …command = "\"$python_path\" \"$solink_wrapper\" --readelf=\"$readelf\" --nm=\"$nm\" $strip_switch$…
636 …command = "\"$python_path\" \"$link_wrapper\" --output=\"$outfile\"$strip_switch$map_switch$dwp_sw…
711 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --…
736 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --…
752 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --…
769 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --…
786 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --…
/external/bazelbuild-rules_python/proposals/
D2019-02-12-design-for-a-python-toolchain.md17 …ism of explicitly specifying a global runtime via `--python_top` or `--python_path`; those flags a…
33 * removing `--python_top` and `--python_path`
83 Since `--python_top` is no longer read, it is deprecated. Since `--python_path` was only read when …
194python_path`. In addition, when `--incompatible_use_python_toolchains` is enabled it is an error t…
/external/perfetto/bazel/
Drules.bzl328 python_path = PERFETTO_CONFIG.root + "python"
330 python_path = PERFETTO_CONFIG.root + "/python"
335 python_path + ":trace_processor_table_generator",
344 python_path + ":trace_processor_table_generator",
/external/google-fruit/extras/scripts/
Dpostsubmit-helper.sh257 # In recent versions of Bazel (as of May 2020), --python_path is ignored unless
259 …# Ignoring --python_path is ok in Ubuntu 20.04 since 3.8 is the default Python there, but causes p…
261 BAZEL_FLAGS=("--python_path=$(which python3.8)" "--noincompatible_use_python_toolchains")
/external/angle/build/toolchain/zos/
DBUILD.gn95 command = "$python_path \"$solink_wrapper\" --output=\"$sofile\" -- $link_command"
156 command = "$python_path \"$link_wrapper\" --output=\"$outfile\" -- $link_command"
/external/cronet/build/toolchain/zos/
DBUILD.gn95 command = "$python_path \"$solink_wrapper\" --output=\"$sofile\" -- $link_command"
156 command = "$python_path \"$link_wrapper\" --output=\"$outfile\" -- $link_command"

12