Searched refs:pxd (Results 1 – 15 of 15) sorted by relevance
/external/chromium_org/third_party/cython/src/ |
D | MANIFEST.in | 10 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
|
D | CHANGES.rst | 44 * 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/ |
D | BUILD.gn | 19 "mojo/c_core.pxd", 20 "mojo/c_environment.pxd",
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | Main.py | 184 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)
|
D | Pipeline.py | 34 tree = context.parse(source_desc, scope, pxd = 0, full_module_name = full_module_name) 43 tree = context.parse(source_desc, scope, pxd=True,
|
D | Parsing.pxd | 10 cpdef p_module(PyrexScanner s, pxd, full_module_name, ctx=*) argument
|
D | ModuleNode.py | 121 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)]
|
D | Parsing.py | 3171 def p_module(s, pxd, full_module_name, ctx=Ctx): argument 3181 if pxd:
|
/external/chromium_org/third_party/cython/src/pyximport/ |
D | README | 37 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__.pxd | 3 # 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.
|
D | array.pxd | 2 array.pxd
|
/external/chromium_org/third_party/cython/src/Cython/Build/ |
D | Dependencies.py | 476 pxd = self.context.find_pxd_file(relative, None) 477 if pxd: 478 return pxd
|
/external/chromium_org/mojo/ |
D | mojo.gyp | 544 '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__.pxd | 191 # 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/ |
D | kate.diff | 54 …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 -->
|