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

  /external/chromium_org/third_party/cython/src/Cython/Build/
__init__.py 1 from Dependencies import cythonize namespace
Cythonize.py 8 from Cython.Build.Dependencies import cythonize, extended_iglob namespace
81 ext_modules = cythonize(
143 help='set a cythonize option')
Inline.py 17 from Cython.Build.Dependencies import strip_string_literals, cythonize, cached_function namespace
204 build_extension.extensions = cythonize([extension], include_path=cython_include_dirs, quiet=quiet)
Dependencies.py 667 def cythonize(module_list, exclude=[], nthreads=0, aliases=None, quiet=False, force=False, function
819 # cythonize() is often followed by the (non-Python-buffered)
839 name = "cythonize." + module
849 <testcase classname="%(name)s" name="cythonize">
    [all...]
  /external/chromium_org/third_party/cython/src/Tools/
cystdlib.py 18 from Cython.Build import cythonize namespace
104 cythonize(

Completed in 90 milliseconds