Home
last modified time | relevance | path

Searched refs:missing_compiler_executable (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/python/setuptools/setuptools/_distutils/tests/
Dtest_build_clib.py8 from .py35compat import missing_compiler_executable
122 ccmd = missing_compiler_executable()
Dtest_config_cmd.py7 from .py35compat import missing_compiler_executable
44 cmd = missing_compiler_executable(['preprocessor'])
Dpy35compat.py36 missing_compiler_executable = vars(test.support).setdefault( variable
Dtest_build_ext.py57 cmd = support.missing_compiler_executable()
333 cmd = support.missing_compiler_executable()
Dtest_install.py215 cmd = test_support.missing_compiler_executable()
/aosp_15_r20/external/python/cpython3/Lib/distutils/tests/
Dtest_config_cmd.py7 run_unittest, missing_compiler_executable, requires_subprocess
49 cmd = missing_compiler_executable(['preprocessor'])
Dtest_build_clib.py8 run_unittest, missing_compiler_executable, requires_subprocess
133 ccmd = missing_compiler_executable()
Dtest_build_ext.py60 cmd = support.missing_compiler_executable()
338 cmd = support.missing_compiler_executable()
Dtest_install.py213 cmd = test_support.missing_compiler_executable()
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/tests/
H A Dtest_config_cmd.py7 run_unittest, missing_compiler_executable, requires_subprocess
49 cmd = missing_compiler_executable(['preprocessor'])
H A Dtest_build_clib.py8 run_unittest, missing_compiler_executable, requires_subprocess
133 ccmd = missing_compiler_executable()
H A Dtest_build_ext.py60 cmd = support.missing_compiler_executable()
338 cmd = support.missing_compiler_executable()
H A Dtest_install.py213 cmd = test_support.missing_compiler_executable()
/aosp_15_r20/external/python/cpython3/Lib/test/test_peg_generator/
Dtest_c_parser.py94 cmd = support.missing_compiler_executable()
/aosp_15_r20/external/python/cpython3/Lib/test/support/
D__init__.py1825 def missing_compiler_executable(cmd_names=[]): function
/aosp_15_r20/external/python/cpython3/Doc/library/
Dtest.rst889 .. function:: missing_compiler_executable(cmd_names=[])
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst2897 Adjust test.support.missing_compiler_executable check so that a nominal