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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
frameobject.h 55 PyAPI_DATA(PyTypeObject) PyFrame_Type;
57 #define PyFrame_Check(op) ((op)->ob_type == &PyFrame_Type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
frameobject.h 55 PyAPI_DATA(PyTypeObject) PyFrame_Type;
57 #define PyFrame_Check(op) ((op)->ob_type == &PyFrame_Type)
  /external/python/cpython2/Include/
frameobject.h 55 PyAPI_DATA(PyTypeObject) PyFrame_Type;
57 #define PyFrame_Check(op) ((op)->ob_type == &PyFrame_Type)
  /external/python/cpython3/Include/
frameobject.h 58 PyAPI_DATA(PyTypeObject) PyFrame_Type;
60 #define PyFrame_Check(op) (Py_TYPE(op) == &PyFrame_Type)
  /prebuilts/gdb/darwin-x86/include/python2.7/
frameobject.h 55 PyAPI_DATA(PyTypeObject) PyFrame_Type;
57 #define PyFrame_Check(op) ((op)->ob_type == &PyFrame_Type)
  /prebuilts/gdb/linux-x86/include/python2.7/
frameobject.h 55 PyAPI_DATA(PyTypeObject) PyFrame_Type;
57 #define PyFrame_Check(op) ((op)->ob_type == &PyFrame_Type)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
frameobject.h 55 PyAPI_DATA(PyTypeObject) PyFrame_Type;
57 #define PyFrame_Check(op) ((op)->ob_type == &PyFrame_Type)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
frameobject.h 55 PyAPI_DATA(PyTypeObject) PyFrame_Type;
57 #define PyFrame_Check(op) ((op)->ob_type == &PyFrame_Type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
frameobject.c 578 PyTypeObject PyFrame_Type = {
682 f = PyObject_GC_NewVar(PyFrameObject, &PyFrame_Type,
    [all...]
object.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
frameobject.c 576 PyTypeObject PyFrame_Type = {
680 f = PyObject_GC_NewVar(PyFrameObject, &PyFrame_Type,
    [all...]
object.c     [all...]
  /external/python/cpython2/Objects/
frameobject.c 576 PyTypeObject PyFrame_Type = {
680 f = PyObject_GC_NewVar(PyFrameObject, &PyFrame_Type,
object.c     [all...]
  /external/python/cpython3/Objects/
frameobject.c 563 PyTypeObject PyFrame_Type = {
665 f = PyObject_GC_NewVar(PyFrameObject, &PyFrame_Type,
    [all...]
object.c     [all...]

Completed in 872 milliseconds