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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
setup.py 37 extra_objects = [libtraceevent, liblk], variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
extension.py 58 extra_objects : [string]
97 extra_objects=None,
119 self.extra_objects = extra_objects or []
233 # append a .o file to extra_objects only if it
236 ext.extra_objects.append(word)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
extension.py 58 extra_objects : [string]
97 extra_objects=None,
119 self.extra_objects = extra_objects or []
233 # append a .o file to extra_objects only if it
236 ext.extra_objects.append(word)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 392 'extra_objects', 'extra_compile_args',
517 if ext.extra_objects:
518 objects.extend(ext.extra_objects)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 392 'extra_objects', 'extra_compile_args',
517 if ext.extra_objects:
518 objects.extend(ext.extra_objects)
    [all...]

Completed in 278 milliseconds