Searched refs:distutils (Results 1 - 25 of 48) sorted by path

12

/external/antlr/antlr-3.4/runtime/Python/
H A Dez_setup.py118 from distutils import log
H A Dsetup.py8 from distutils.errors import *
9 from distutils.command.clean import clean as _clean
10 from distutils.cmd import Command
12 from distutils import log
14 from distutils.core import setup
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dtestbase.py12 from distutils.errors import *
/external/chromium-trace/trace-viewer/third_party/closure_linter/
H A Dsetup.py20 from distutils.core import setup
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/
H A Dsetup.py37 from distutils.core import setup
58 # See the source of distutils.version, distutils.versionpredicate and
59 # distutils.dist to understand how to name version numbers.
/external/chromium_org/chrome/test/ispy/
H A Dispy_api.py8 from distutils.version import LooseVersion
/external/chromium_org/mojo/public/python/mojo/
H A Dc_core.pxd5 # distutils: language = c++
H A Dc_environment.pxd5 # distutils: language = c++
H A Dsystem.pyx5 # distutils language = c++
/external/chromium_org/mojo/python/system/mojo/
H A Dembedder.pyx5 # distutils: language = c++
/external/chromium_org/third_party/closure_linter/
H A Dsetup.py20 from distutils.core import setup
/external/chromium_org/third_party/cython/
H A Dpython_flags.py9 from distutils import sysconfig
10 from distutils.command import build_ext
11 from distutils.dist import Distribution
12 from distutils.extension import Extension
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DBuildExecutable.py14 from distutils import sysconfig
H A DCythonize.py7 from distutils.core import setup
152 help='build extension modules using distutils')
154 help='build extension modules in place using distutils (implies -b)')
H A DDependencies.py47 from distutils.extension import Extension
56 # stupid Py2 distutils enforces str type in list of sources
175 if line[:10] == 'distutils:':
670 Compile a set of source modules into C/C++ files and return a list of distutils
675 through the normal distutils options.
H A DInline.py9 from distutils.core import Distribution, Extension
10 from distutils.command.build_ext import build_ext
97 # Ensure the build respects distutils configuration by parsing
/external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
H A DTestLibCython.py11 #import distutils.core
12 #from distutils import sysconfig
13 from distutils import ccompiler
166 # distutils.core.setup(
/external/chromium_org/third_party/cython/src/Cython/Distutils/
H A Dbuild_ext.py13 from distutils.core import Command
14 from distutils.errors import DistutilsPlatformError
15 from distutils.sysconfig import customize_compiler, get_python_version
16 from distutils.dep_util import newer, newer_group
17 from distutils import log
18 from distutils.dir_util import mkpath
19 from distutils.command import build_ext as _build_ext
20 from distutils import sysconfig
H A Dextension.py9 import distutils.extension as _Extension namespace
/external/chromium_org/third_party/cython/src/Tools/
H A Dcystdlib.py17 from distutils.core import setup
/external/chromium_org/third_party/cython/src/Tools/site_scons/site_tools/
H A Dpyext.py120 # distutils or not.
144 # Set env variables to sensible values when not using distutils
173 If use_distutils == True, use distutils configuration. Otherwise, use
179 # eval (same python for scons and distutils) or by executing them through
189 from distutils import sysconfig
191 # We set the python path even when not using distutils, because we rarely
192 # want to change this, even if not using distutils
232 # it would work without distutils
233 from distutils import sysconfig
/external/chromium_org/third_party/cython/src/pyximport/
H A Dpyxbuild.py2 the installed distutils infrastructure. Call:
9 from distutils.dist import Distribution
10 from distutils.errors import DistutilsArgError, DistutilsError, CCompilerError
11 from distutils.extension import Extension
12 from distutils.util import grok_environment_error
107 # Python distutils get_outputs()[ returns a wrong so_path
H A Dpyximport.py17 A custom distutils.core.Extension instance and setup() args
23 from distutils.extension import Extension
78 # invoke the whole distutils infrastructure even if the module is
81 # the question is how to get distutils to tell me the name of the .so
97 # distutils is stupid in Py2 and requires exactly 'str'
100 from distutils.extension import Extension
136 # by default let distutils decide whether to rebuild on its own
158 # the pyx file, 'touch' the pyx file so that distutils will
161 from distutils.dep_util import newer
324 'distutils
[all...]
/external/chromium_org/third_party/cython/src/pyximport/test/
H A Dtest_reload.py7 from distutils import sysconfig
13 print pyxbuild.distutils.sysconfig == sysconfig
/external/chromium_org/third_party/cython/src/
H A Druntests.py74 from distutils.dist import Distribution
75 from distutils.core import Extension
76 from distutils.command.build_ext import build_ext as _build_ext
77 from distutils import sysconfig
123 from numpy.distutils.misc_util import get_info
340 if tag not in ('mode', 'tag', 'ticket', 'cython', 'distutils'):
778 if 'distutils' in self.tags:
807 # copied from distutils.command.build_ext (missing in Py2.[45])
1332 from distutils import sysconfig
1448 from distutils
1454 import distutils.log as dlog namespace
[all...]

Completed in 446 milliseconds

12