Searched refs:_build_ext (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Distutils/
H A Dbuild_ext.py19 from distutils.command import build_ext as _build_ext namespace
22 extension_name_re = _build_ext.extension_name_re
24 show_compilers = _build_ext.show_compilers
59 class build_ext(_build_ext.build_ext):
63 sep_by = _build_ext.build_ext.sep_by
64 user_options = _build_ext.build_ext.user_options
65 boolean_options = _build_ext.build_ext.boolean_options
66 help_options = _build_ext.build_ext.help_options
118 _build_ext.build_ext.initialize_options(self)
134 return _build_ext
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsetup.py6 from distutils.command.build_ext import build_ext as _build_ext namespace
9 class build_ext(_build_ext):
11 _build_ext.finalize_options(self)
/external/chromium_org/third_party/cython/src/
H A Druntests.py76 from distutils.command.build_ext import build_ext as _build_ext namespace
376 class build_ext(_build_ext):
391 _build_ext.build_extension(self, ext)

Completed in 2413 milliseconds