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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
setup.py 6 from distutils.command.build_ext import build_ext as _build_ext namespace
9 class build_ext(_build_ext):
11 _build_ext.finalize_options(self)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 4 from Pyrex.Distutils.build_ext import build_ext as _build_ext namespace
6 _build_ext = _du_build_ext variable
44 class build_ext(_build_ext):
48 _build_ext.run(self)
75 if _build_ext is not _du_build_ext and not hasattr(_build_ext,'pyrex_sources'):
79 sources = _build_ext.swig_sources(self, sources) or sources
86 filename = _build_ext.get_ext_filename(self,fullname)
98 _build_ext.initialize_options(self)
104 _build_ext.finalize_options(self
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 4 from Pyrex.Distutils.build_ext import build_ext as _build_ext namespace
6 _build_ext = _du_build_ext variable
44 class build_ext(_build_ext):
48 _build_ext.run(self)
75 if _build_ext is not _du_build_ext and not hasattr(_build_ext,'pyrex_sources'):
79 sources = _build_ext.swig_sources(self, sources) or sources
86 filename = _build_ext.get_ext_filename(self,fullname)
98 _build_ext.initialize_options(self)
104 _build_ext.finalize_options(self
    [all...]

Completed in 220 milliseconds