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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
frameobject.h 57 #define PyFrame_Check(op) ((op)->ob_type == &PyFrame_Type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
frameobject.h 57 #define PyFrame_Check(op) ((op)->ob_type == &PyFrame_Type)
  /external/python/cpython2/Include/
frameobject.h 57 #define PyFrame_Check(op) ((op)->ob_type == &PyFrame_Type)
  /external/python/cpython3/Include/
frameobject.h 60 #define PyFrame_Check(op) (Py_TYPE(op) == &PyFrame_Type)
  /prebuilts/gdb/darwin-x86/include/python2.7/
frameobject.h 57 #define PyFrame_Check(op) ((op)->ob_type == &PyFrame_Type)
  /prebuilts/gdb/linux-x86/include/python2.7/
frameobject.h 57 #define PyFrame_Check(op) ((op)->ob_type == &PyFrame_Type)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
frameobject.h 57 #define PyFrame_Check(op) ((op)->ob_type == &PyFrame_Type)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
frameobject.h 57 #define PyFrame_Check(op) ((op)->ob_type == &PyFrame_Type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
traceback.c 88 frame == NULL || !PyFrame_Check(frame)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
traceback.c 88 frame == NULL || !PyFrame_Check(frame)) {
  /external/python/cpython2/Python/
traceback.c 88 frame == NULL || !PyFrame_Check(frame)) {
  /external/python/cpython3/Python/
traceback.c 115 frame == NULL || !PyFrame_Check(frame)) {
701 if (!PyFrame_Check(frame))

Completed in 201 milliseconds