OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:use_stubs
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py
21
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':
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py
21
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':
Completed in 174 milliseconds