HomeSort by relevance Sort by last modified time
    Searched refs:cython (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/cython/src/Tools/site_scons/site_tools/
cython.py 2 Tool to run Cython files (.pyx) into .c and .cpp.
5 - Add support for dynamically selecting in-process Cython
11 - CYTHON - The path to the "cython" command line tool.
12 - CYTHONFLAGS - Flags to pass to the "cython" command line tool.
25 # from Cython.Compiler.Main import compile as cython_compile
32 cython = env['BUILDERS']['Cython']
34 cython = SCons.Builder.Builder(
39 env['BUILDERS']['Cython'] = cytho
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Visitor.pxd 1 cimport cython namespace
31 @cython.final
33 @cython.final
35 @cython.final
37 @cython.final
39 @cython.final
FlowControl.pxd 1 cimport cython namespace
3 from Cython.Compiler.Visitor cimport CythonTransform, TreeVisitor
48 @cython.final
71 @cython.locals(block=ControlBlock, parent=ControlBlock, unreachable=set)
74 @cython.locals(bit=object, assmts=AssignmentList,
78 @cython.locals(assmts=AssignmentList, assmt=NameAssignment)
81 @cython.locals(block=ControlBlock, parent=ControlBlock)
90 @cython.locals(dirty=bint, block=ControlBlock, parent=ControlBlock,
94 @cython.final
Scanning.pxd 1 import cython namespace
3 from Cython.Plex.Scanners cimport Scanner
40 @cython.locals(current_level=cython.long, new_level=cython.long)
Code.pxd 2 cimport cython namespace
46 @cython.locals(n=size_t)
73 @cython.locals(intern=bint, is_str=bint, is_unicode=bint)
ParseTreeTransforms.pxd 2 cimport cython namespace
4 from Cython.Compiler.Visitor cimport (
28 @cython.locals(starred_targets=Py_ssize_t, lhs_size=Py_ssize_t, rhs_size=Py_ssize_t)
Parsing.pxd 3 cimport cython namespace
4 from Cython.Compiler.Scanning cimport PyrexScanner
59 @cython.locals(value=unicode)
66 @cython.locals(systr=unicode, is_python3_source=bint, is_raw=bint)
Visitor.py 0 # cython: infer_types=True
8 from Cython.Compiler import TypeSlots
9 from Cython.Compiler import Builtin
10 from Cython.Compiler import Nodes
11 from Cython.Compiler import ExprNodes
12 from Cython.Compiler import Errors
13 from Cython.Compiler import DebugFlags
15 import cython namespace
20 Base class for writing visitors for a Cython tree, contains utilities for
141 @cython.fina
    [all...]
Parsing.py 0 # cython: auto_cpdef=True, infer_types=True, language_level=3, py2_import=True
7 import cython namespace
8 cython.declare(Nodes=object, ExprNodes=object, EncodedString=object,
18 from Cython.Compiler.Scanning import PyrexScanner, FileSourceDescriptor
26 from Cython import Utils
240 comparison_ops = cython.declare(set, set([
    [all...]
Scanning.py 0 # cython: infer_types=True, language_level=3, py2_import=True
3 # Cython Scanner
9 import cython namespace
10 cython.declare(EncodedString=object, any_string_prefix=unicode, IDENT=unicode,
13 from Cython import Utils
14 from Cython.Plex.Scanners import Scanner
15 from Cython.Plex.Errors import UnrecognizedInput
Code.py 0 # cython: language_level = 2
6 import cython namespace
7 cython.declare(os=object, re=object, operator=object,
27 from Cython import Utils
29 from Cython.StringIOTree import StringIOTree
70 # http://trac.cython.org/cython_trac/ticket/475
96 -cython files backslashes should be used instead. 5 to 30 comment
210 Cython/Utility) and name util_code_name. If from_file is not given,
455 from Cython.Tempita import sub
746 cython.declare(possible_unicode_identifier=object, possible_bytes_identifier=object
    [all...]
FlowControl.py 1 import cython namespace
2 cython.declare(PyrexTypes=object, ExprNodes=object, Nodes=object,
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Plex/
Scanners.pxd 1 import cython namespace
3 from Cython.Plex.Actions cimport Action
29 @cython.locals(input_state=long)
31 @cython.locals(action=Action)
36 @cython.locals(cur_pos=long, cur_line=long, cur_line_start=long,
Scanners.py 10 import cython namespace
11 cython.declare(BOL=object, EOL=object, EOF=object, NOT_FOUND=object)
  /external/chromium_org/third_party/cython/src/
Makefile 2 REPO = git://github.com/cython/cython.git
29 @rm -f Cython/Compiler/*.c
30 @rm -f Cython/Plex/*.c
31 @rm -f Cython/Runtime/refnanny.c
runtests.py 82 # TODO: Figure out why this hackery (see http://thread.gmane.org/gmane.comp.python.cython.devel/8280/).
288 os.path.join('Cython', 'Debugger', 'Tests', 'test_libcython_in_gdb.py'),
289 os.path.join('Cython', 'Debugger', 'Tests', 'test_libpython_in_gdb.py'),
290 os.path.join('Cython', 'Debugger', 'libcython.py'),
291 os.path.join('Cython', 'Debugger', 'libpython.py'),
340 if tag not in ('mode', 'tag', 'ticket', 'cython', 'distutils'):
589 from Cython.Compiler import Options
606 from Cython.Compiler import Options
723 from Cython.Compiler.Main import CompilationOptions
724 from Cython.Compiler.Main import compile as cython_compil
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Utility/
CppConvert.pyx 21 #cimport cython
82 cimport cython namespace
102 o.append(X_to_py(cython.operator.dereference(iter)))
103 cython.operator.preincrement(iter)
125 cimport cython namespace
145 o.add(X_to_py(cython.operator.dereference(iter)))
146 cython.operator.preincrement(iter)
207 cimport cython namespace
229 key_value = &cython.operator.dereference(iter)
231 cython.operator.preincrement(iter
    [all...]
MemoryView.pyx 3 # This utility provides cython.array and cython.view.memoryview
5 import cython namespace
95 ### cython.array class
127 raise ValueError("Empty shape tuple for cython.array")
130 raise ValueError("itemsize <= 0 for cython.array")
249 ### Memoryview constants and cython.view.memoryview class
293 with cython.cdivision(True):
436 """Only used if instantiated manually by the user, or if Cython doesn't
452 """Only used if instantiated manually by the user, or if Cython doesn'
    [all...]
  /external/chromium_org/mojo/python/system/mojo/
embedder.pyx 11 cdef extern from "third_party/cython/python_export.h":
  /external/chromium_org/third_party/cython/src/Tools/
cython-mode.el 0 ;;; cython-mode.el --- Major mode for editing Cython files
16 (add-to-list 'auto-mode-alist '("\\.pyx\\'" . cython-mode))
18 (add-to-list 'auto-mode-alist '("\\.pxd\\'" . cython-mode))
20 (add-to-list 'auto-mode-alist '("\\.pxi\\'" . cython-mode))
23 (defvar cython-buffer nil
24 "Variable pointing to the cython buffer which was compiled.")
26 (defun cython-compile ()
27 "Compile the file via Cython."
32 (set (make-local-variable 'cython-buffer) cy-buffer
67 (defgroup cython nil "Major mode for editing and compiling Cython files" function
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Build/Tests/
TestInline.py 2 from Cython.Shadow import inline
3 from Cython.Build.Inline import safe_type
4 from Cython.TestUtils import CythonTest
31 cimport cython
32 return cython.typeof(a), cython.typeof(b)
44 import cython as cy
  /external/chromium_org/third_party/cython/src/Cython/Runtime/
refnanny.pyx 5 cimport cython namespace
16 @cython.final
  /external/chromium_org/mojo/public/python/mojo/
c_core.pxd 16 cdef extern from "third_party/cython/python_export.h":
  /external/chromium_org/third_party/cython/src/Cython/Build/
Dependencies.py 1 import cython namespace
2 from Cython import __version__
49 from Cython import Utils
50 from Cython.Utils import cached_function, cached_method, path_exists, find_root_package_dir
51 from Cython.Compiler.Main import Context, CompilationOptions, default_options
150 @cython.locals(start=long, end=long)
241 @cython.locals(start=long, q=long, single_q=long, double_q=long, hash_mark=long,
490 if module[:7] == 'cython.' or module == 'cython':
612 # ignore non-cython module
    [all...]
Inline.py 12 import Cython
13 from Cython.Compiler.Main import Context, CompilationOptions, default_options
15 from Cython.Compiler.ParseTreeTransforms import CythonTransform, SkipDeclarations, AnalyseDeclarationsTransform
16 from Cython.Compiler.TreeFragment import parse_from_strings
17 from Cython.Build.Dependencies import strip_string_literals, cythonize, cached_function
18 from Cython.Compiler import Pipeline
19 from Cython.Utils import get_cython_cache_dir
20 import cython as cython_module
45 from Cython.Compiler.ParseTreeTransforms import AnalyseDeclarationsTransform
146 cimports.append('\ncimport cython as %s' % name
    [all...]

Completed in 311 milliseconds

1 2