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

  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.pxd 17 cpdef reset(self)
18 cpdef push(self)
19 cpdef pop(self)
cwalker.pyx 27 cpdef reset(self):
60 cpdef push(self):
63 cpdef pop(self):
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
FlowControl.pxd 22 cpdef bint empty(self)
23 cpdef detach(self)
24 cpdef add_child(self, block)
27 cpdef bint empty(self)
61 cpdef newblock(self, ControlBlock parent=*)
62 cpdef nextblock(self, ControlBlock parent=*)
63 cpdef bint is_tracked(self, entry)
64 cpdef bint is_statically_assigned(self, entry)
65 cpdef mark_position(self, node)
66 cpdef mark_assignment(self, lhs, rhs, entry
    [all...]
Scanning.pxd 14 cpdef lookup(self, name)
33 #cpdef commentline(self, text)
34 #cpdef open_bracket_action(self, text)
35 #cpdef close_bracket_action(self, text)
36 #cpdef newline_action(self, text)
37 #cpdef begin_string_action(self, text)
38 #cpdef end_string_action(self, text)
39 #cpdef unclosed_string_action(self, text)
41 cpdef indentation_action(self, text)
42 #cpdef eof_action(self, text
    [all...]
Code.pxd 16 # cpdef format_code(self, code_string, replace_empty_lines=*)
47 cpdef new_label(self, name=*)
48 cpdef tuple get_loop_labels(self)
49 cpdef set_loop_labels(self, labels)
50 cpdef tuple get_all_labels(self)
51 cpdef set_all_labels(self, labels)
52 cpdef start_collecting_temps(self)
53 cpdef stop_collecting_temps(self)
55 cpdef list temps_in_use(self)
74 cpdef get_py_string_const(self, encoding, identifier=*, is_str=*, py3str_cstring=*
    [all...]
Visitor.pxd 7 cpdef visit(self, obj)
12 cpdef visitchildren(self, parent, attrs=*)
15 cpdef visitchildren(self, parent, attrs=*)
16 cpdef recurse_to_children(self, node)
Parsing.pxd 10 cpdef p_module(PyrexScanner s, pxd, full_module_name, ctx=*)
11 cpdef p_code(PyrexScanner s, level= *, ctx=*)
57 cpdef make_slice_node(pos, start, stop = *, step = *)
133 cpdef p_c_base_type(PyrexScanner s, bint self_flag = *, bint nonempty = *, templates = *)
148 cpdef p_c_declarator(PyrexScanner s, ctx = *, bint empty = *, bint is_type = *, bint cmethod_flag = *,
158 cpdef p_c_arg_list(PyrexScanner s, ctx = *, bint in_pyfunc = *, bint cmethod_flag = *,
ParseTreeTransforms.pxd 17 cpdef visit_StatNode(self, node, is_listcontainer=*)
  /external/chromium_org/third_party/cython/src/Cython/Plex/
Actions.pxd 4 cpdef same_as(self, other)
9 cpdef same_as(self, other)
14 cpdef same_as(self, other)
19 cpdef same_as(self, other)
  /external/chromium_org/third_party/cython/src/Cython/Utility/
TestCythonScope.pyx 20 cpdef cpdef_method(self, int value):
31 cpdef cpdef_cname_method(self, int value):

Completed in 1619 milliseconds