HomeSort by relevance Sort by last modified time
    Searched refs:use_stubs (Results 1 - 3 of 3) 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':
  /toolchain/binutils/binutils-2.25/bfd/
elf32-avr.c 927 bfd_boolean use_stubs = FALSE;
926 bfd_boolean use_stubs = FALSE; local
    [all...]

Completed in 94 milliseconds