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

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
setobject.h 74 PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
75 PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
78 PyType_IsSubtype(Py_TYPE(ob), &PySet_Type))
81 PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
object.h 437 PyAPI_FUNC(int) PyType_IsSubtype(PyTypeObject *, PyTypeObject *);
439 (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
setobject.h 74 PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
75 PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
78 PyType_IsSubtype(Py_TYPE(ob), &PySet_Type))
81 PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
object.h 437 PyAPI_FUNC(int) PyType_IsSubtype(PyTypeObject *, PyTypeObject *);
439 (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
    [all...]
  /external/python/cpython2/Include/
setobject.h 74 PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
75 PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
78 PyType_IsSubtype(Py_TYPE(ob), &PySet_Type))
81 PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
object.h 437 PyAPI_FUNC(int) PyType_IsSubtype(PyTypeObject *, PyTypeObject *);
439 (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
setobject.h 74 PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
75 PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
78 PyType_IsSubtype(Py_TYPE(ob), &PySet_Type))
81 PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
object.h 437 PyAPI_FUNC(int) PyType_IsSubtype(PyTypeObject *, PyTypeObject *);
439 (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
setobject.h 74 PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
75 PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
78 PyType_IsSubtype(Py_TYPE(ob), &PySet_Type))
81 PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
object.h 437 PyAPI_FUNC(int) PyType_IsSubtype(PyTypeObject *, PyTypeObject *);
439 (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
setobject.h 74 PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
75 PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
78 PyType_IsSubtype(Py_TYPE(ob), &PySet_Type))
81 PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
object.h 437 PyAPI_FUNC(int) PyType_IsSubtype(PyTypeObject *, PyTypeObject *);
439 (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
setobject.h 74 PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
75 PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
78 PyType_IsSubtype(Py_TYPE(ob), &PySet_Type))
81 PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
object.h 437 PyAPI_FUNC(int) PyType_IsSubtype(PyTypeObject *, PyTypeObject *);
439 (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
row.c 183 if (PyType_IsSubtype(Py_TYPE(_other), &pysqlite_RowType)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 130 !PyType_IsSubtype(type, cls)) {
461 if (PyType_IsSubtype((PyTypeObject*)ob, type)) {
740 if (!PyType_IsSubtype(obj->ob_type, type))
    [all...]
descrobject.c 106 if (!PyType_IsSubtype((PyTypeObject *)type, descr->d_type)) {
280 if (!PyType_IsSubtype((PyTypeObject *)self, descr->d_type)) {
    [all...]
abstract.c 938 if (slotw && PyType_IsSubtype(w->ob_type, v->ob_type)) {
1058 if (slotw && PyType_IsSubtype(w->ob_type, v->ob_type)) {
    [all...]
intobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 130 !PyType_IsSubtype(type, cls)) {
455 if (PyType_IsSubtype((PyTypeObject*)ob, type)) {
732 if (!PyType_IsSubtype(obj->ob_type, type))
    [all...]
abstract.c 938 if (slotw && PyType_IsSubtype(w->ob_type, v->ob_type)) {
1058 if (slotw && PyType_IsSubtype(w->ob_type, v->ob_type)) {
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 151 !PyType_IsSubtype(type, cls)) {
481 if (PyType_IsSubtype((PyTypeObject*)ob, type)) {
760 if (!PyType_IsSubtype(obj->ob_type, type))
    [all...]
descrobject.c 106 if (!PyType_IsSubtype((PyTypeObject *)type, descr->d_type)) {
280 if (!PyType_IsSubtype((PyTypeObject *)self, descr->d_type)) {
    [all...]
abstract.c 938 if (slotw && PyType_IsSubtype(w->ob_type, v->ob_type)) {
1058 if (slotw && PyType_IsSubtype(w->ob_type, v->ob_type)) {
    [all...]
  /external/python/cpython2/Modules/_sqlite/
row.c 202 if (PyType_IsSubtype(Py_TYPE(_other), &pysqlite_RowType)) {

Completed in 690 milliseconds

1 2 3