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

1 2

  /external/chromium_org/third_party/cython/src/Cython/Includes/libcpp/
map.pxd 9 bint operator==(iterator) nogil
10 bint operator!=(iterator) nogil
15 bint operator==(reverse_iterator) nogil
16 bint operator!=(reverse_iterator) nogil
26 bint operator==(map&, map&) nogil
27 bint operator!=(map&, map&) nogil
28 bint operator<(map&, map&) nogil
29 bint operator>(map&, map&) nogil
30 bint operator<=(map&, map&) nogil
31 bint operator>=(map&, map&) nogi
    [all...]
set.pxd 9 bint operator==(iterator) nogil
10 bint operator!=(iterator) nogil
15 bint operator==(reverse_iterator) nogil
16 bint operator!=(reverse_iterator) nogil
25 bint operator==(set&, set&) nogil
26 bint operator!=(set&, set&) nogil
27 bint operator<(set&, set&) nogil
28 bint operator>(set&, set&) nogil
29 bint operator<=(set&, set&) nogil
30 bint operator>=(set&, set&) nogi
    [all...]
unordered_map.pxd 9 bint operator==(iterator) nogil
10 bint operator!=(iterator) nogil
15 bint operator==(reverse_iterator) nogil
16 bint operator!=(reverse_iterator) nogil
26 bint operator==(unordered_map&, unordered_map&) nogil
27 bint operator!=(unordered_map&, unordered_map&) nogil
28 bint operator<(unordered_map&, unordered_map&) nogil
29 bint operator>(unordered_map&, unordered_map&) nogil
30 bint operator<=(unordered_map&, unordered_map&) nogil
31 bint operator>=(unordered_map&, unordered_map&) nogi
    [all...]
unordered_set.pxd 9 bint operator==(iterator) nogil
10 bint operator!=(iterator) nogil
15 bint operator==(reverse_iterator) nogil
16 bint operator!=(reverse_iterator) nogil
25 bint operator==(unordered_set&, unordered_set&) nogil
26 bint operator!=(unordered_set&, unordered_set&) nogil
27 bint operator<(unordered_set&, unordered_set&) nogil
28 bint operator>(unordered_set&, unordered_set&) nogil
29 bint operator<=(unordered_set&, unordered_set&) nogil
30 bint operator>=(unordered_set&, unordered_set&) nogi
    [all...]
deque.pxd 9 bint operator==(iterator) nogil
10 bint operator!=(iterator) nogil
15 bint operator==(reverse_iterator) nogil
16 bint operator!=(reverse_iterator) nogil
28 bint operator==(deque&, deque&) nogil
29 bint operator!=(deque&, deque&) nogil
30 bint operator<(deque&, deque&) nogil
31 bint operator>(deque&, deque&) nogil
32 bint operator<=(deque&, deque&) nogil
33 bint operator>=(deque&, deque&) nogi
    [all...]
string.pxd 28 bint empty() nogil
106 bint operator==(string&) nogil
107 bint operator==(char*) nogil
109 bint operator!= (string& rhs ) nogil
110 bint operator!= (char* ) nogil
112 bint operator< (string&) nogil
113 bint operator< (char*) nogil
115 bint operator> (string&) nogil
116 bint operator> (char*) nogil
118 bint operator<= (string&) nogi
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Parsing.pxd 20 cdef p_lambdef(PyrexScanner s, bint allow_conditional=*)
48 cdef p_call_parse_args(PyrexScanner s, bint allow_genexp = *)
65 cdef bint check_for_non_ascii_characters(unicode string)
66 @cython.locals(systr=unicode, is_python3_source=bint, is_raw=bint)
93 cdef p_pass_statement(PyrexScanner s, bint with_newline = *)
99 cdef p_from_import_statement(PyrexScanner s, bint first_statement = *)
100 cdef p_imported_name(PyrexScanner s, bint is_cimport)
101 cdef p_dotted_name(PyrexScanner s, bint as_allowed)
109 cdef dict p_for_bounds(PyrexScanner s, bint allow_testlist = *
    [all...]
Code.pxd 32 cdef public bint in_try_finally
34 cdef public bint can_trace
43 cdef public bint should_declare_error_indicator
44 cdef public bint uses_error_indicator
60 cdef public bint is_long
73 @cython.locals(intern=bint, is_str=bint, is_unicode=bint)
79 ## cdef public bint is_str
80 ## cdef public bint is_unicod
    [all...]
ParseTreeTransforms.pxd 15 cdef bint is_in_statlist
16 cdef bint is_in_expr
52 cdef public bint has_return_value
55 cdef bint needs_closure
59 cdef bint in_lambda
65 cdef bint nogil
66 cdef bint nogil_declarator_only
FlowControl.pxd 22 cpdef bint empty(self)
27 cpdef bint empty(self)
30 cdef public bint is_arg
31 cdef public bint is_deletion
63 cpdef bint is_tracked(self, entry)
64 cpdef bint is_statically_assigned(self, entry)
90 @cython.locals(dirty=bint, block=ControlBlock, parent=ControlBlock,
102 cdef bint in_inplace_assignment
Scanning.pxd 20 cdef public bint compile_time_eval
21 cdef public bint compile_time_expr
22 cdef public bint parse_comments
23 cdef public bint in_python_file
47 cdef bint expect(self, what, message = *) except -2
Visitor.pxd 34 cdef _find_handler(self, match_name, bint has_kwargs)
50 cdef public bint found
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
type.pxd 16 bint PyType_Check(object o)
21 bint PyType_CheckExact(object o)
26 bint PyType_HasFeature(object o, int feature)
30 bint PyType_IS_GC(object o)
34 bint PyType_IsSubtype(type a, type b)
43 bint PyType_Ready(type type) except -1
datetime.pxd 60 bint PyDate_Check(object op)
61 bint PyDate_CheckExact(object op)
63 bint PyDateTime_Check(object op)
64 bint PyDateTime_CheckExact(object op)
66 bint PyTime_Check(object op)
67 bint PyTime_CheckExact(object op)
69 bint PyDelta_Check(object op)
70 bint PyDelta_CheckExact(object op)
72 bint PyTZInfo_Check(object op)
73 bint PyTZInfo_CheckExact(object op
    [all...]
weakref.pxd 5 bint PyWeakref_Check(object ob)
8 bint PyWeakref_CheckRef(object ob)
11 bint PyWeakref_CheckProxy(ob)
complex.pxd 26 bint PyComplex_Check(object p)
30 bint PyComplex_CheckExact(object p)
bool.pxd 16 bint PyBool_Check(object o)
tuple.pxd 9 bint PyTuple_Check(object p)
13 bint PyTuple_CheckExact(object p)
object.pxd 15 bint PyObject_HasAttrString(object o, char *attr_name)
26 bint PyObject_HasAttr(object o, object attr_name)
69 bint PyObject_RichCompareBool(object o1, object o2, int opid) except -1
113 bint PyObject_IsInstance(object inst, object cls) except -1
138 bint PyObject_IsSubclass(object derived, object cls) except -1
149 bint PyCallable_Check(object o)
217 bint PyObject_IsTrue(object o) except -1
222 bint PyObject_Not(object o) except -1
238 bint PyObject_TypeCheck(object o, PyTypeObject *type)
  /external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
__init__.pxd 204 cdef bint little_endian = ((<char*>&endian_detector)[0] != 0)
244 cdef bint hasfields = PyDataType_HASFIELDS(descr)
375 bint PyArray_CHKFLAGS(ndarray m, int flags)
376 bint PyArray_ISCONTIGUOUS(ndarray m)
377 bint PyArray_ISWRITEABLE(ndarray m)
378 bint PyArray_ISALIGNED(ndarray m)
381 bint PyArray_ISONESEGMENT(ndarray)
382 bint PyArray_ISFORTRAN(ndarray)
401 bint PyTypeNum_ISBOOL(int)
402 bint PyTypeNum_ISUNSIGNED(int
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Plex/
Scanners.pxd 23 cdef public bint trace
39 trace=bint, discard=long, data=unicode, buffer=unicode)
  /external/chromium_org/third_party/cython/src/Cython/Utility/
MemoryView.pyx 78 bint dtype_is_object) nogil except *
79 bint slice_is_contig "__pyx_memviewslice_is_contig" (
81 bint slices_overlap "__pyx_slices_overlap" ({{memviewslice_name}} *slice1,
113 cdef bint free_data
114 cdef bint dtype_is_object
117 mode="c", bint allocate_buffer=True):
314 cdef bint dtype_is_object
317 def __cinit__(memoryview self, object obj, int flags, bint dtype_is_object=False):
613 cdef memoryview_cwrapper(object o, int flags, bint dtype_is_object, __Pyx_TypeInfo *typeinfo):
619 cdef inline bint memoryview_check(object o)
    [all...]
CppConvert.pyx 91 bint operator!=(const_iterator)
134 bint operator!=(const_iterator)
219 bint operator!=(iterator)
  /external/chromium_org/third_party/cython/src/Cython/Runtime/
refnanny.pyx 30 cdef regref(self, obj, lineno, bint is_null):
40 cdef bint delref(self, obj, lineno, bint is_null) except -1:
121 cdef bint decref_ok = False
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.pyx 69 return <bint> stack_is_empty(self.stack)

Completed in 238 milliseconds

1 2