Home
last modified time | relevance | path

Searched refs:_osx_support (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Lib/test/
H A Dtest__osx_support.py2 Test suite for _osx_support: shared OS X support functions.
13 import _osx_support namespace
42 self.assertIsNone(_osx_support._find_executable(self.prog_name))
48 _osx_support._find_executable(self.prog_name))
60 _osx_support._read_output(self.prog_name))
63 out = _osx_support._find_build_tool('cc')
69 _osx_support._get_system_version()))
80 _osx_support._save_modified_value(config_vars, cv, newvalue)
82 _osx_support._remove_original_values(config_vars)
95 _osx_support
[all...]
H A Dtest_sysconfig.py21 import _osx_support namespace
239 _osx_support._remove_original_values(get_config_vars())
258 _osx_support._remove_original_values(get_config_vars())
273 _osx_support._remove_original_values(get_config_vars())
282 _osx_support._remove_original_values(get_config_vars())
290 _osx_support._remove_original_values(get_config_vars())
297 _osx_support._remove_original_values(get_config_vars())
304 _osx_support._remove_original_values(get_config_vars())
313 _osx_support._remove_original_values(get_config_vars())
/third_party/python/Lib/distutils/tests/
H A Dtest_util.py18 import _osx_support namespace
92 _osx_support._remove_original_values(get_config_vars())
106 _osx_support._remove_original_values(get_config_vars())
115 _osx_support._remove_original_values(get_config_vars())
120 _osx_support._remove_original_values(get_config_vars())
128 _osx_support._remove_original_values(get_config_vars())
135 _osx_support._remove_original_values(get_config_vars())
142 _osx_support._remove_original_values(get_config_vars())
151 _osx_support._remove_original_values(get_config_vars())
/third_party/python/Lib/distutils/
H A Dunixccompiler.py27 import _osx_support namespace
114 compiler_so = _osx_support.compiler_fixup(compiler_so,
202 linker = _osx_support.compiler_fixup(linker, ld_args)
294 sysroot = _osx_support._default_sysroot(sysconfig.get_config_var('CC'))
H A Dsysconfig.py210 import _osx_support namespace
211 _osx_support.customize_compiler(_config_vars)
H A Dutil.py92 import _osx_support, distutils.sysconfig namespace
93 osname, release, machine = _osx_support.get_platform_osx(
/third_party/python/Lib/
H A Dsysconfig.py697 import _osx_support namespace
698 _osx_support.customize_config_vars(_CONFIG_VARS)
791 import _osx_support namespace
792 osname, release, machine = _osx_support.get_platform_osx(
/third_party/python/
H A Dsetup.py15 import _osx_support namespace
209 MACOS_SDK_ROOT = _osx_support._default_sysroot(

Completed in 7 milliseconds