HomeSort by relevance Sort by last modified time
    Searched defs:PyObject_HEAD (Results 1 - 20 of 20) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
struct.py 5 PyObject_HEAD = "PyObject_HEAD"
structparse.py 5 PyObject_HEAD = "PyObject_HEAD"
  /external/python/cpython2/Tools/framer/framer/
struct.py 5 PyObject_HEAD = "PyObject_HEAD"
structparse.py 5 PyObject_HEAD = "PyObject_HEAD"
  /external/protobuf/python/google/protobuf/pyext/
extension_dict.h 61 PyObject_HEAD;
repeated_composite_container.h 74 PyObject_HEAD;
repeated_scalar_container.h 62 PyObject_HEAD;
map_container.h 63 PyObject_HEAD;
message.h 68 PyObject_HEAD;
map_container.cc 76 PyObject_HEAD;
    [all...]
  /external/tensorflow/tensorflow/python/eager/
pywrap_tensor.cc 170 PyObject_HEAD;
  /external/tensorflow/tensorflow/python/lib/core/
bfloat16.cc 80 PyObject_HEAD; // Python object header
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 45 with the reference count and type fields; the macro PyObject_HEAD should be
77 /* PyObject_HEAD defines the initial segment of every PyObject. */
78 #define PyObject_HEAD \
97 PyObject_HEAD \
107 PyObject_HEAD
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 45 with the reference count and type fields; the macro PyObject_HEAD should be
77 /* PyObject_HEAD defines the initial segment of every PyObject. */
78 #define PyObject_HEAD \
97 PyObject_HEAD \
107 PyObject_HEAD
    [all...]
  /external/python/cpython2/Include/
object.h 45 with the reference count and type fields; the macro PyObject_HEAD should be
77 /* PyObject_HEAD defines the initial segment of every PyObject. */
78 #define PyObject_HEAD \
97 PyObject_HEAD \
107 PyObject_HEAD
    [all...]
  /external/python/cpython3/Include/
object.h 45 with the reference count and type fields; the macro PyObject_HEAD should be
82 /* PyObject_HEAD defines the initial segment of every PyObject. */
83 #define PyObject_HEAD PyObject ob_base;
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 45 with the reference count and type fields; the macro PyObject_HEAD should be
77 /* PyObject_HEAD defines the initial segment of every PyObject. */
78 #define PyObject_HEAD \
97 PyObject_HEAD \
107 PyObject_HEAD
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 45 with the reference count and type fields; the macro PyObject_HEAD should be
77 /* PyObject_HEAD defines the initial segment of every PyObject. */
78 #define PyObject_HEAD \
97 PyObject_HEAD \
107 PyObject_HEAD
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 45 with the reference count and type fields; the macro PyObject_HEAD should be
77 /* PyObject_HEAD defines the initial segment of every PyObject. */
78 #define PyObject_HEAD \
97 PyObject_HEAD \
107 PyObject_HEAD
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 45 with the reference count and type fields; the macro PyObject_HEAD should be
77 /* PyObject_HEAD defines the initial segment of every PyObject. */
78 #define PyObject_HEAD \
97 PyObject_HEAD \
107 PyObject_HEAD
    [all...]

Completed in 167 milliseconds