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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
classobject.h 41 #define PyClass_Check(op) ((op)->ob_type == &PyClass_Type)
pyerrors.h 99 (PyClass_Check((x)) || (PyType_Check((x)) && \
107 (PyClass_Check((x)) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
classobject.h 41 #define PyClass_Check(op) ((op)->ob_type == &PyClass_Type)
pyerrors.h 98 (PyClass_Check((x)) || (PyType_Check((x)) && \
106 (PyClass_Check((x)) \
  /external/python/cpython2/Include/
classobject.h 41 #define PyClass_Check(op) ((op)->ob_type == &PyClass_Type)
pyerrors.h 99 (PyClass_Check((x)) || (PyType_Check((x)) && \
107 (PyClass_Check((x)) \
  /external/tensorflow/tensorflow/python/lib/core/
py_util.cc 29 if (PyClass_Check(py))
  /prebuilts/gdb/darwin-x86/include/python2.7/
classobject.h 41 #define PyClass_Check(op) ((op)->ob_type == &PyClass_Type)
pyerrors.h 98 (PyClass_Check((x)) || (PyType_Check((x)) && \
106 (PyClass_Check((x)) \
  /prebuilts/gdb/linux-x86/include/python2.7/
classobject.h 41 #define PyClass_Check(op) ((op)->ob_type == &PyClass_Type)
pyerrors.h 98 (PyClass_Check((x)) || (PyType_Check((x)) && \
106 (PyClass_Check((x)) \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
classobject.h 41 #define PyClass_Check(op) ((op)->ob_type == &PyClass_Type)
pyerrors.h 98 (PyClass_Check((x)) || (PyType_Check((x)) && \
106 (PyClass_Check((x)) \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
classobject.h 41 #define PyClass_Check(op) ((op)->ob_type == &PyClass_Type)
pyerrors.h 98 (PyClass_Check((x)) || (PyType_Check((x)) && \
106 (PyClass_Check((x)) \
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 4 #define PyClass_Check(obj) PyObject_IsInstance(obj, (PyObject *)&PyType_Type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
abstract.c     [all...]
classobject.c 89 if (!PyClass_Check(base)) {
315 if (!PyClass_Check(x))
501 if (klass == NULL || !PyClass_Check(klass))
520 if (!PyClass_Check(klass)) {
864 if (v == NULL || !PyClass_Check(v)) {
    [all...]
typeobject.c 453 if (!PyClass_Check(ob) && !PyType_Check(ob)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
abstract.c     [all...]
classobject.c 89 if (!PyClass_Check(base)) {
309 if (!PyClass_Check(x))
491 if (klass == NULL || !PyClass_Check(klass))
510 if (!PyClass_Check(klass)) {
840 if (v == NULL || !PyClass_Check(v)) {
    [all...]
typeobject.c 447 if (!PyClass_Check(ob) && !PyType_Check(ob)) {
    [all...]
  /external/python/cpython2/Objects/
abstract.c     [all...]
classobject.c 89 if (!PyClass_Check(base)) {
315 if (!PyClass_Check(x))
501 if (klass == NULL || !PyClass_Check(klass))
520 if (!PyClass_Check(klass)) {
864 if (v == NULL || !PyClass_Check(v)) {
    [all...]
typeobject.c 473 if (!PyClass_Check(ob) && !PyType_Check(ob)) {
    [all...]

Completed in 593 milliseconds

1 2