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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
cobject.c 7 /* Declarations for objects of type PyCObject */
22 PyCObject *self;
28 self = PyObject_NEW(PyCObject, &PyCObject_Type);
42 PyCObject *self;
54 self = PyObject_NEW(PyCObject, &PyCObject_Type);
73 return ((PyCObject *)self)->cobject;
88 return ((PyCObject *)self)->desc;
117 PyCObject* cself = (PyCObject*)self;
129 PyCObject_dealloc(PyCObject *self)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
cobject.c 7 /* Declarations for objects of type PyCObject */
22 PyCObject *self;
28 self = PyObject_NEW(PyCObject, &PyCObject_Type);
42 PyCObject *self;
54 self = PyObject_NEW(PyCObject, &PyCObject_Type);
73 return ((PyCObject *)self)->cobject;
88 return ((PyCObject *)self)->desc;
117 PyCObject* cself = (PyCObject*)self;
129 PyCObject_dealloc(PyCObject *self)
    [all...]
  /external/python/cpython2/Objects/
cobject.c 7 /* Declarations for objects of type PyCObject */
22 PyCObject *self;
28 self = PyObject_NEW(PyCObject, &PyCObject_Type);
42 PyCObject *self;
54 self = PyObject_NEW(PyCObject, &PyCObject_Type);
73 return ((PyCObject *)self)->cobject;
88 return ((PyCObject *)self)->desc;
117 PyCObject* cself = (PyCObject*)self;
129 PyCObject_dealloc(PyCObject *self
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
cobject.h 47 /* Create a PyCObject from a pointer to a C object and an optional
49 will be called with the first argument if and when the PyCObject is
57 /* Create a PyCObject from a pointer to a C object, a description object,
60 the PyCObject is destroyed.
65 /* Retrieve a pointer to a C object from a PyCObject. */
68 /* Retrieve a pointer to a description object from a PyCObject. */
71 /* Import a pointer to a C object from a module using a PyCObject. */
83 } PyCObject;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
cobject.h 47 /* Create a PyCObject from a pointer to a C object and an optional
49 will be called with the first argument if and when the PyCObject is
57 /* Create a PyCObject from a pointer to a C object, a description object,
60 the PyCObject is destroyed.
65 /* Retrieve a pointer to a C object from a PyCObject. */
68 /* Retrieve a pointer to a description object from a PyCObject. */
71 /* Import a pointer to a C object from a module using a PyCObject. */
83 } PyCObject;
  /external/python/cpython2/Doc/includes/
capsulethunk.h 10 ? (((PyCObject *)capsule)->field) \
16 ? (((PyCObject *)capsule)->field = value), 1 \
116 PyCObject *cobject = (PyCObject *)object;
  /external/python/cpython2/Include/
cobject.h 47 /* Create a PyCObject from a pointer to a C object and an optional
49 will be called with the first argument if and when the PyCObject is
57 /* Create a PyCObject from a pointer to a C object, a description object,
60 the PyCObject is destroyed.
65 /* Retrieve a pointer to a C object from a PyCObject. */
68 /* Retrieve a pointer to a description object from a PyCObject. */
71 /* Import a pointer to a C object from a module using a PyCObject. */
83 } PyCObject;
  /external/python/cpython3/Doc/includes/
capsulethunk.h 10 ? (((PyCObject *)capsule)->field) \
16 ? (((PyCObject *)capsule)->field = value), 1 \
116 PyCObject *cobject = (PyCObject *)object;
  /prebuilts/gdb/darwin-x86/include/python2.7/
cobject.h 47 /* Create a PyCObject from a pointer to a C object and an optional
49 will be called with the first argument if and when the PyCObject is
57 /* Create a PyCObject from a pointer to a C object, a description object,
60 the PyCObject is destroyed.
65 /* Retrieve a pointer to a C object from a PyCObject. */
68 /* Retrieve a pointer to a description object from a PyCObject. */
71 /* Import a pointer to a C object from a module using a PyCObject. */
83 } PyCObject;
  /prebuilts/gdb/linux-x86/include/python2.7/
cobject.h 47 /* Create a PyCObject from a pointer to a C object and an optional
49 will be called with the first argument if and when the PyCObject is
57 /* Create a PyCObject from a pointer to a C object, a description object,
60 the PyCObject is destroyed.
65 /* Retrieve a pointer to a C object from a PyCObject. */
68 /* Retrieve a pointer to a description object from a PyCObject. */
71 /* Import a pointer to a C object from a module using a PyCObject. */
83 } PyCObject;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cobject.h 47 /* Create a PyCObject from a pointer to a C object and an optional
49 will be called with the first argument if and when the PyCObject is
57 /* Create a PyCObject from a pointer to a C object, a description object,
60 the PyCObject is destroyed.
65 /* Retrieve a pointer to a C object from a PyCObject. */
68 /* Retrieve a pointer to a description object from a PyCObject. */
71 /* Import a pointer to a C object from a module using a PyCObject. */
83 } PyCObject;
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
cobject.h 47 /* Create a PyCObject from a pointer to a C object and an optional
49 will be called with the first argument if and when the PyCObject is
57 /* Create a PyCObject from a pointer to a C object, a description object,
60 the PyCObject is destroyed.
65 /* Retrieve a pointer to a C object from a PyCObject. */
68 /* Retrieve a pointer to a description object from a PyCObject. */
71 /* Import a pointer to a C object from a module using a PyCObject. */
83 } PyCObject;

Completed in 383 milliseconds