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

  /external/chromium_org/third_party/cython/src/Cython/Distutils/
extension.py 28 extra_compile_args=None,
62 extra_compile_args=extra_compile_args,
81 extra_compile_args=extra_compile_args,
  /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
core.py 58 'extra_objects', 'extra_compile_args', 'extra_link_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
core.py 58 'extra_objects', 'extra_compile_args', 'extra_link_args',
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
setup.py 36 extra_compile_args = cflags, variable
  /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/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...]
  /external/chromium_org/third_party/cython/src/Cython/Build/
Inline.py 201 extra_compile_args = cflags) variable
Dependencies.py 143 'extra_compile_args': transitive_list,
    [all...]
  /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,)],
  /external/chromium_org/third_party/cython/src/
runtests.py 144 ext.extra_compile_args.extend(compile_flags.split())
388 ext.extra_compile_args.append('/openmp')
770 extra_compile_args = ext_compile_flags,
    [all...]

Completed in 351 milliseconds