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

  /external/chromium_org/third_party/cython/src/Cython/Utility/
ModuleSetupCode.c 61 #define PyIndex_Check __Pyx_PyIndex_Check
67 #define __Pyx_PyIndex_Check PyIndex_Check
MemoryView.pyx 9 int PyIndex_Check "__Pyx_PyIndex_Check" (object)
644 if not isinstance(item, slice) and not PyIndex_Check(item):
704 if PyIndex_Check(index):
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
number.pxd 249 bint PyIndex_Check "__Pyx_PyIndex_Check" (object)
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 58 #define PyIndex_Check __Pyx_PyIndex_Check
64 #define __Pyx_PyIndex_Check PyIndex_Check
    [all...]
qavltree.c 58 #define PyIndex_Check __Pyx_PyIndex_Check
64 #define __Pyx_PyIndex_Check PyIndex_Check
    [all...]
qbintree.c 58 #define PyIndex_Check __Pyx_PyIndex_Check
64 #define __Pyx_PyIndex_Check PyIndex_Check
    [all...]
qrbtree.c 58 #define PyIndex_Check __Pyx_PyIndex_Check
64 #define __Pyx_PyIndex_Check PyIndex_Check
    [all...]

Completed in 35 milliseconds