HomeSort by relevance Sort by last modified time
    Searched refs:extra_compile_args (Results 1 - 8 of 8) sorted by null

  /external/linux-tools-perf/util/
setup.py 14 extra_compile_args = cflags, variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
extension.py 62 extra_compile_args : [string]
72 interpretation as for 'extra_compile_args'.
98 extra_compile_args=None,
120 self.extra_compile_args = extra_compile_args or []
208 ext.extra_compile_args.append(word)
220 append_next_word = ext.extra_compile_args
226 append_next_word = ext.extra_compile_args
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
extension.py 62 extra_compile_args : [string]
72 interpretation as for 'extra_compile_args'.
98 extra_compile_args=None,
120 self.extra_compile_args = extra_compile_args or []
208 ext.extra_compile_args.append(word)
220 append_next_word = ext.extra_compile_args
226 append_next_word = ext.extra_compile_args
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
setup.py 73 extra_compile_args=cppflags,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 238 # 'extra_objects', 'extra_compile_args', 'extra_link_args')
501 extra_compile_args=['-DTARGET=%s'%(target,)],
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 238 # 'extra_objects', 'extra_compile_args', 'extra_link_args')
501 extra_compile_args=['-DTARGET=%s'%(target,)],
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 392 'extra_objects', 'extra_compile_args',
482 # - 'extra_compile_args' in Extension object
489 extra_args = ext.extra_compile_args or []
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 392 'extra_objects', 'extra_compile_args',
482 # - 'extra_compile_args' in Extension object
489 extra_args = ext.extra_compile_args or []
    [all...]

Completed in 324 milliseconds