/third_party/python/Lib/distutils/tests/ |
D | test_build_ext.py | 7 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 …]
|
D | test_install.py | 13 from distutils.command.build_ext import build_ext 221 buildextcmd = build_ext(dist)
|
/third_party/grpc/src/python/grpcio/ |
D | support.py | 74 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)
|
D | commands.py | 30 from setuptools.command import build_ext 205 class BuildExt(build_ext.build_ext): 267 build_ext.build_ext.build_extensions(self)
|
/third_party/benchmark/ |
D | setup.py | 10 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/ |
D | setup.py | 17 from distutils.command.build_ext import build_ext 50 class BuildExt(build_ext): 53 filenames = build_ext.get_source_files(self)
|
/third_party/PyYAML/ |
D | setup.py | 73 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/ |
D | build_artifact_python.bat | 26 @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/ |
D | configfile.rst | 62 $ 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/ |
D | build.py | 50 from distutils.command.build_ext import build_ext # type: ignore 86 cmd = build_ext(dist)
|
/third_party/python/Lib/distutils/command/ |
D | install_lib.py | 214 build_ext = self.get_finalized_command('build_ext') 215 inputs.extend(build_ext.get_outputs())
|
D | sdist.py | 311 build_ext = self.get_finalized_command('build_ext') 312 self.filelist.extend(build_ext.get_source_files())
|
D | build_ext.py | 33 class build_ext(Command): class
|
/third_party/skia/third_party/externals/brotli/python/ |
D | Makefile | 36 @cd .. && $(PYTHON) setup.py build_ext --inplace
|
/third_party/python/Lib/test/ |
D | test_sundry.py | 36 import distutils.command.build_ext
|
D | pstats.pck | 56 …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.pyiu<mod…
|
/third_party/flutter/skia/third_party/externals/libwebp/swig/ |
D | README | 43 $ python setup.py build_ext
|
/third_party/skia/third_party/externals/libwebp/swig/ |
D | README | 43 $ python setup.py build_ext
|
/third_party/grpc/tools/run_tests/helper_scripts/ |
D | build_python.sh | 163 ($VENV_PYTHON setup.py build_ext -c "$TOOLCHAIN" || true)
|
/third_party/grpc/tools/distrib/python/grpcio_tools/ |
D | setup.py | 30 from setuptools.command import build_ext
|
/third_party/python/ |
D | setup.py | 48 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/ |
D | commands.py | 26 from setuptools.command import build_ext
|
/third_party/node/deps/nghttp2/lib/ |
D | Makefile.msvc | 174 python setup.py build_ext -i -f bdist_wininst
|
/third_party/nghttp2/lib/ |
D | Makefile.msvc | 175 python setup.py build_ext -i -f bdist_wininst
|
/third_party/selinux/libselinux/src/ |
D | Makefile | 142 CFLAGS="$(CFLAGS) $(SWIG_CFLAGS)" $(PYTHON) setup.py build_ext
|