Home
last modified time | relevance | path

Searched refs:build_ext (Results 1 – 25 of 33) sorted by relevance

12

/third_party/python/Lib/distutils/tests/
Dtest_build_ext.py7 from distutils.command.build_ext import build_ext
36 from distutils.command import build_ext
37 build_ext.USER_BASE = site.USER_BASE
50 from distutils.command import build_ext
51 build_ext.USER_BASE = self.old_user_base
56 def build_ext(self, *args, **kwargs): member in BuildExtTestCase
57 return build_ext(*args, **kwargs)
69 cmd = self.build_ext(dist)
120 cmd = self.build_ext(dist)
142 cmd = self.build_ext(dist)
[all …]
Dtest_install.py13 from distutils.command.build_ext import build_ext
221 buildextcmd = build_ext(dist)
/third_party/grpc/src/python/grpcio/
Dsupport.py74 def diagnose_compile_error(build_ext, error): argument
77 _expect_compile(build_ext.compiler, c_check, message)
79 source for source in build_ext.get_source_files()
95 def diagnose_attribute_error(build_ext, error): argument
108 def diagnose_build_ext_error(build_ext, error, formatted): argument
118 diagnostic(build_ext, error)
Dcommands.py30 from setuptools.command import build_ext
205 class BuildExt(build_ext.build_ext):
267 build_ext.build_ext.build_extensions(self)
/third_party/benchmark/
Dsetup.py10 from setuptools.command import build_ext
56 class BuildBazelExtension(build_ext.build_ext):
62 build_ext.build_ext.run(self)
121 cmdclass=dict(build_ext=BuildBazelExtension),
/third_party/skia/third_party/externals/brotli/
Dsetup.py17 from distutils.command.build_ext import build_ext
50 class BuildExt(build_ext):
53 filenames = build_ext.get_source_files(self)
/third_party/PyYAML/
Dsetup.py73 from setuptools.command.build_ext import build_ext as _build_ext
84 from Cython.Distutils import build_ext as _build_ext
174 class build_ext(_build_ext): class
279 'build_ext': build_ext,
/third_party/grpc/tools/run_tests/artifacts/
Dbuild_artifact_python.bat26 @rem Allow build_ext to build C/C++ files in parallel
37 python setup.py build_ext -c %EXT_COMPILER% || goto :error
40 python setup.py build_ext -c %EXT_COMPILER% || goto :error
/third_party/python/Doc/distutils/
Dconfigfile.rst62 $ python setup.py --help build_ext
64 Options for 'build_ext' command:
88 python setup.py build_ext --inplace
90 But this requires that you always specify the :command:`build_ext` command
97 [build_ext]
101 explicitly specify :command:`build_ext`. If you include :file:`setup.cfg` in
/third_party/python/Tools/peg_generator/pegen/
Dbuild.py50 from distutils.command.build_ext import build_ext # type: ignore
86 cmd = build_ext(dist)
/third_party/python/Lib/distutils/command/
Dinstall_lib.py214 build_ext = self.get_finalized_command('build_ext')
215 inputs.extend(build_ext.get_outputs())
Dsdist.py311 build_ext = self.get_finalized_command('build_ext')
312 self.filelist.extend(build_ext.get_source_files())
Dbuild_ext.py33 class build_ext(Command): class
/third_party/skia/third_party/externals/brotli/python/
DMakefile36 @cd .. && $(PYTHON) setup.py build_ext --inplace
/third_party/python/Lib/test/
Dtest_sundry.py36 import distutils.command.build_ext
Dpstats.pck56 …qs*�>(���u9���/home/gbr/devel/python/Lib/distutils/command/build_ext.pyi)���u ���build_ext(���i…
85 …̔���>0(���u9���/home/gbr/devel/python/Lib/distutils/command/build_ext.pyi)���u ���build_ext(���i…
117 …T�qs*�>g?�̔���>0(���u9���/home/gbr/devel/python/Lib/distutils/command/build_ext.pyi���u���<mod…
/third_party/flutter/skia/third_party/externals/libwebp/swig/
DREADME43 $ python setup.py build_ext
/third_party/skia/third_party/externals/libwebp/swig/
DREADME43 $ python setup.py build_ext
/third_party/grpc/tools/run_tests/helper_scripts/
Dbuild_python.sh163 ($VENV_PYTHON setup.py build_ext -c "$TOOLCHAIN" || true)
/third_party/grpc/tools/distrib/python/grpcio_tools/
Dsetup.py30 from setuptools.command import build_ext
/third_party/python/
Dsetup.py48 from distutils.command.build_ext import build_ext
369 class PyBuildExt(build_ext):
372 build_ext.__init__(self, dist)
493 build_ext.build_extensions(self)
590 build_ext.build_extension(self, ext)
/third_party/grpc/src/python/grpcio_tests/
Dcommands.py26 from setuptools.command import build_ext
/third_party/node/deps/nghttp2/lib/
DMakefile.msvc174 python setup.py build_ext -i -f bdist_wininst
/third_party/nghttp2/lib/
DMakefile.msvc175 python setup.py build_ext -i -f bdist_wininst
/third_party/selinux/libselinux/src/
DMakefile142 CFLAGS="$(CFLAGS) $(SWIG_CFLAGS)" $(PYTHON) setup.py build_ext

12