Home
last modified time | relevance | path

Searched refs:use_stubs (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dsetuptools_build_ext.py21 use_stubs = False variable
25 use_stubs = True variable
30 use_stubs = True variable
91 elif use_stubs and ext._links_to_dynamic:
118 ext._needs_stub = ltd and use_stubs and not isinstance(ext,Library)
123 if ltd and use_stubs and os.curdir not in ext.runtime_library_dirs:
249 if use_stubs or os.name=='nt':
/external/python/setuptools/setuptools/command/
Dbuild_ext.py50 use_stubs = False variable
54 use_stubs = True variable
58 use_stubs = have_rtld = hasattr(dl, 'RTLD_NOW') variable
121 elif use_stubs and ext._links_to_dynamic:
151 ns = ltd and use_stubs and not isinstance(ext, Library)
158 if ltd and use_stubs and os.curdir not in ext.runtime_library_dirs:
282 if use_stubs or os.name == 'nt':