Home
last modified time | relevance | path

Searched refs:pxd (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/cython/src/
DMANIFEST.in10 recursive-include Cython *.pyx *.pxd
21 recursive-include Cython/Debugger/Tests *.pyx *.pxd *.c *.h
22 recursive-include Cython/Utility *.pyx *.pxd *.c *.h *.cpp
24 recursive-include tests *.pyx *.pxd *.pxi *.py *.h *.BROKEN bugs.txt
DCHANGES.rst44 * Docstrings on extension type attributes in .pxd files were rejected.
386 * The declarations of ``frexp()`` and ``ldexp()`` in ``math.pxd`` were incorrect.
560 * numpy.pxd compiles in Python 3 mode.
608 * search sys.path for pxd files
662 * Several updates and additions to the shipped standard library .pxd files.
777 * More shipped standard library declarations. The python_* and stdlib/stdio .pxd files have been de…
885 * More complete numpy.pxd
/external/chromium_org/mojo/public/python/
DBUILD.gn19 "mojo/c_core.pxd",
20 "mojo/c_environment.pxd",
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DMain.py184 pxd = self.search_include_directories(qualified_name, ".pxd", pos, sys_path=True)
185 if pxd is None: # XXX Keep this until Includes/Deprecated is removed
193 pxd = self.search_include_directories(qualified_name, ".pxd", pos)
196 if pxd:
204 if pxd is None and Options.cimport_from_pyx:
206 return pxd
287 def parse(self, source_desc, scope, pxd, full_module_name): argument
300 tree = Parsing.p_module(s, pxd, full_module_name)
DPipeline.py34 tree = context.parse(source_desc, scope, pxd = 0, full_module_name = full_module_name)
43 tree = context.parse(source_desc, scope, pxd=True,
DParsing.pxd10 cpdef p_module(PyrexScanner s, pxd, full_module_name, ctx=*) argument
DModuleNode.py121 def h_entries(entries, api=0, pxd=0): argument
125 (pxd and entry.defined_in_pxd))]
195 def api_entries(entries, pxd=0): argument
197 if entry.api or (pxd and entry.defined_in_pxd)]
DParsing.py3171 def p_module(s, pxd, full_module_name, ctx=Ctx): argument
3181 if pxd:
/external/chromium_org/third_party/cython/src/pyximport/
DREADME37 multiple files, (likely ".h" and ".pxd" files). If your Pyrex module is
41 "*.pxd" or "include/*.h"). Each filename or glob must be on a separate
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
D__init__.pxd3 # These are the Cython pxd files for (most of) the Python/C API.
27 # in your .pyx file or into a cimported .pxd file. You just have to
28 # use the one from the right (pxd-)namespace then.
Darray.pxd2 array.pxd
/external/chromium_org/third_party/cython/src/Cython/Build/
DDependencies.py476 pxd = self.context.find_pxd_file(relative, None)
477 if pxd:
478 return pxd
/external/chromium_org/mojo/
Dmojo.gyp544 'public/python/mojo/c_core.pxd',
545 'public/python/mojo/c_environment.pxd',
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
D__init__.pxd191 # Note: This syntax (function definition in pxd files) is an
276 raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t)
799 raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd")
844 raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t)
/external/chromium_org/third_party/cython/src/Tools/
Dkate.diff54 …ersion="1.1" kateversion="2.4" section="Sources" extensions="*.pyx;*.pxi;*.pxd" mimetype="applicat…
950 + <!-- highlight types in numpy.pxd after cimport numpy -->
1031 + <!-- highlight types in numpy.pxd after cimport numpy -->