Searched refs:PYTHONPATH (Results 1 - 16 of 16) sorted by relevance
/third_party/icu/icu4c/source/test/testdata/ |
H A D | testdata.mak | 37 set PYTHONPATH=$(ICUP)\source\python;%PYTHONPATH%
|
/third_party/icu/ohos_icu4c/build_data/ |
H A D | pkgdata.sh | 67 PYTHONPATH=$icu_source_path/source/python python3 -m icutools.databuilder \
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
H A D | gen-script-docs.sh | 32 export PYTHONPATH=${SPECDIR}/scripts
|
/third_party/mesa3d/.gitlab-ci/common/ |
H A D | init-stage2.sh | 80 export PYTHONPATH=$(python3 -c "import sys;print(\":\".join(sys.path))")
|
/third_party/python/Modules/ |
H A D | getpath.py | 35 # PYTHONPATH -- [in] sysconfig.get_config_var(...) 155 # preprocessor variable PYTHONPATH is used to construct a path. Each 156 # relative path on PYTHONPATH is prefixed with prefix. Then the directory 158 # variable $PYTHONPATH is inserted in front of it all. On POSIX, if we are 706 # Then add any entries compiled into the PYTHONPATH macro. 707 if PYTHONPATH: 708 for p in PYTHONPATH.split(DELIM):
|
H A D | getpath.c | 30 #if !defined(PYTHONPATH) 31 #define PYTHONPATH NULL macro 894 !decode_to_dict(dict, "PYTHONPATH", PYTHONPATH) || in _PyConfig_InitPathConfig()
|
/third_party/python/Lib/test/ |
H A D | test_cmd_line.py | 373 PYTHONPATH=path) 390 rc1, out1, err1 = assert_python_ok('-c', code, PYTHONPATH="") 393 # for empty and unset PYTHONPATH 922 PYTHONPATH=path)
|
H A D | test_cmd_line_script.py | 331 PYTHONPATH=zip_name, cwd=script_dir) 339 PYTHONPATH=zip_name, cwd=script_dir) 702 # We omit PYTHONPATH and user site to align with isolated mode 736 # We omit PYTHONPATH and user site to better align with the
|
H A D | test_getpath.py | 598 PYTHONPATH=None, 828 PYTHONPATH="", variable in MockGetPathTests
|
H A D | test_pydoc.py | 896 result = run_pydoc_fail(modname, PYTHONPATH=TESTFN).decode("ascii")
|
H A D | test_compileall.py | 512 'PYTHONPATH': self.directory, 1096 "-O", "-c", "import module", __isolated=False, PYTHONPATH=self.path
|
H A D | test_embed.py | 266 env = dict(os.environ, PYTHONPATH=os.pathsep.join(sys.path)) 282 env['PYTHONPATH'] = os.pathsep.join(sys.path) 1269 # Test Py_SetPythonHome(home) with PYTHONPATH env var 1305 env = {'TESTHOME': home, 'PYTHONPATH': paths_str} 1346 env = {'TESTHOME': home, 'PYTHONPATH': paths_str} 1374 env = {'PYTHONPATH': paths_str} 1533 "PYTHONPATH": os.path.pathsep.join(c[0] for c in CASES)}
|
/third_party/icu/icu4c/source/data/ |
H A D | makedata.mak | 304 set PYTHONPATH=$(ICUP)\source\python;%PYTHONPATH%
|
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | makedata.mak | 285 set PYTHONPATH=$(ICUP)\source\python;%PYTHONPATH%
|
/third_party/node/ |
H A D | Makefile | 268 -(cd out && PYTHONPATH=../gcovr $(PYTHON) -m gcovr \ 1550 PYTHONPATH=tools/pip $(PYTHON) -m yamllint .; \
|
/third_party/python/Lib/test/test_warnings/ |
H A D | __init__.py | 1295 assert_python_ok('-c', 'pass', PYTHONPATH=cwd) 1298 assert_python_ok('-c', 'pass', '-W', 'always', PYTHONPATH=cwd)
|
Completed in 33 milliseconds