| /external/python/apitools/samples/ |
| D | regenerate_samples.py | 40 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/cronet/net/test/ |
| D | python_utils.cc | 21 void SetPythonPathInEnvironment(const std::vector<base::FilePath>& python_path, in SetPythonPathInEnvironment() argument 24 for (const auto& path : python_path) { in SetPythonPathInEnvironment()
|
| D | python_utils.h | 18 void SetPythonPathInEnvironment(const std::vector<base::FilePath>& python_path,
|
| /external/cronet/net/test/spawned_test_server/ |
| D | local_test_server.cc | 103 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()
|
| D | local_test_server_win.cc | 56 const std::vector<base::FilePath>& python_path) { in LaunchPython() argument 97 SetPythonPathInEnvironment(python_path, &launch_options.environment); in LaunchPython()
|
| D | local_test_server_posix.cc | 97 const std::vector<base::FilePath>& python_path) { in LaunchPython() argument 127 SetPythonPathInEnvironment(python_path, &options.environment); in LaunchPython()
|
| D | local_test_server.h | 78 const std::vector<base::FilePath>& python_path);
|
| /external/cronet/build/toolchain/win/ |
| D | toolchain.gni | 157 "\"$python_path\" $_tool_wrapper_path link-wrapper $env False " 188 coverage_wrapper = "\"$python_path\" " + coverage_wrapper + " " 238 …command = "\"$python_path\" $_tool_wrapper_path rc-wrapper $env rc.exe /nologo $sys_include_flags{… 292 ml = "\"$python_path\" $ml_py $ml" 297 …command = "\"$python_path\" $_tool_wrapper_path asm-wrapper $env $ml {{defines}} {{include_dirs}} … 302 …command = "\"$python_path\" $_tool_wrapper_path asm-wrapper $env $ml {{include_dirs}} {{asmflags}}… 327 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --… 351 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile -- $rustc_windows… 373 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --… 404 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --… [all …]
|
| /external/angle/build/toolchain/win/ |
| D | toolchain.gni | 181 "\"$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" 321 …command = "\"$python_path\" $_tool_wrapper_path asm-wrapper $env $ml {{defines}} {{include_dirs}} … 326 …command = "\"$python_path\" $_tool_wrapper_path asm-wrapper $env $ml {{include_dirs}} {{asmflags}}… 352 …command = "\"$python_path\" \"$rustc_wrapper\" --target-windows --rustc=$rustc --depfile=$depfile … 374 …command = "\"$python_path\" \"$rustc_wrapper\" --target-windows --rustc=$rustc --depfile=$depfile … 397 …command = "\"$python_path\" \"$rustc_wrapper\" --target-windows --rustc=$rustc --depfile=$depfile … 429 …command = "\"$python_path\" \"$rustc_wrapper\" --target-windows --rustc=$rustc --depfile=$depfile … [all …]
|
| /external/pandora/bt-test-interfaces/python/_build/ |
| D | protoc-gen-custom_grpc | 68 python_path = file.name.replace('.proto', '').replace('/', '.') 69 module_path = python_path[:python_path.rindex('.')] 70 module_name = python_path[python_path.rindex('.')+1:] + '_pb2'
|
| /external/tensorflow/tensorflow/tools/ci_build/presubmit/ubuntu_16/cpu_py39_full/ |
| D | build.sh | 43 --python_path="/usr/bin/python3.9" \
|
| /external/perfetto/bazel/ |
| D | rules.bzl | 316 python_path = PERFETTO_CONFIG.root + "python" 318 python_path = PERFETTO_CONFIG.root + "/python" 323 python_path + ":trace_processor_table_generator", 332 python_path + ":trace_processor_table_generator",
|
| /external/cronet/build/toolchain/ |
| D | gcc_toolchain.gni | 243 "\"$python_path\" " + 295 "\"$python_path\" ${_coverage_wrapper} " + compiler_prefix 427 … command = "cmd /s /c \"\"$python_path\" $tool_wrapper_path delete-file {{output}} && $command\"" 498 …command = "\"$python_path\" \"$solink_wrapper\" --readelf=\"$readelf\" --nm=\"$nm\" $strip_switch$… 658 …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 --… 752 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile -- -Clinker=\"${i… 768 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --… 785 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --… 802 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --…
|
| D | toolchain.gni | 87 "\"$python_path\" $_tool_wrapper_path recursive-mirror {{source}} {{output}}"
|
| /external/cronet/build/toolchain/apple/ |
| D | toolchain.gni | 214 cc = "$python_path $_coverage_wrapper ${cc}" 215 cxx = "$python_path $_coverage_wrapper ${cxx}" 284 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --… 308 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile -- -Clinker=\"$_c… 335 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --… 364 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --… 393 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --… 453 …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/angle/build/toolchain/ |
| D | gcc_toolchain.gni | 239 "\"$python_path\" " + 287 "\"$python_path\" ${_coverage_wrapper} " + compiler_prefix 422 … command = "cmd /s /c \"\"$python_path\" $tool_wrapper_path delete-file {{output}} && $command\"" 493 …command = "\"$python_path\" \"$solink_wrapper\" --readelf=\"$readelf\" --nm=\"$nm\" $strip_switch$… 653 …command = "\"$python_path\" \"$link_wrapper\" --output=\"$outfile\"$strip_switch$map_switch$dwp_sw… 724 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --… 746 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --… 762 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --… 779 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --… 796 …command = "\"$python_path\" \"$rustc_wrapper\" --rustc=$rustc --depfile=$depfile --rsp=$rspfile --…
|
| D | toolchain.gni | 103 copy_command = "\"$python_path\" $_tool_wrapper_path recursive-mirror {{source}} {{output}}"
|
| /external/angle/build/toolchain/apple/ |
| D | toolchain.gni | 213 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}} " + 779 "$_env_vars $python_path $_tool " +
|
| /external/cronet/build/toolchain/zos/ |
| D | BUILD.gn | 95 command = "$python_path \"$solink_wrapper\" --output=\"$sofile\" -- $link_command" 156 command = "$python_path \"$link_wrapper\" --output=\"$outfile\" -- $link_command"
|
| /external/angle/build/toolchain/zos/ |
| D | BUILD.gn | 95 command = "$python_path \"$solink_wrapper\" --output=\"$sofile\" -- $link_command" 156 command = "$python_path \"$link_wrapper\" --output=\"$outfile\" -- $link_command"
|
| /external/rust/crates/grpcio-sys/grpc/tools/remote_build/ |
| D | windows.bazelrc | 17 build --python_path=C:\\Python27\\python.exe
|
| /external/pigweed/pw_ide/py/pw_ide/ |
| D | activate.py | 471 python_path = Path(sys.executable).relative_to(os.getcwd())
|
| /external/tensorflow/ |
| D | .bazelrc | 533 build:rbe_linux_py3_base --python_path="/usr/local/bin/python3.9" 555 build:rbe_win_py37 --python_path=C:\\Python37\\python.exe 561 build:rbe_win_py38 --python_path=C:\\Python38\\python.exe 567 build:rbe_win_py39 --python_path=C:\\Python39\\python.exe 573 build:rbe_win_py310 --python_path=C:\\Python310\\python.exe
|
| /external/python/setuptools/setuptools/tests/ |
| D | test_easy_install.py | 381 python_path = os.path.pathsep.join(sys.path) 382 with mock.patch.dict(os.environ, PYTHONPATH=python_path):
|
| /external/cronet/build/toolchain/nacl/ |
| D | BUILD.gn | 251 …ld = "${python_path} ${link_irt} --tls-edit=${tls_edit} --link-cmd=${cxx} --readelf-cmd=${readelf}"
|