/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | setobject.h | 69 #define PyFrozenSet_CheckExact(ob) (Py_TYPE(ob) == &PyFrozenSet_Type) argument 70 #define PyAnySet_CheckExact(ob) \ argument 72 #define PyAnySet_Check(ob) \ argument 76 #define PySet_Check(ob) \ argument 79 #define PyFrozenSet_Check(ob) \ argument
|
D | object.h | 114 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt) argument 115 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) argument 116 #define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size) argument 438 #define PyObject_TypeCheck(ob, tp) \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | setobject.h | 69 #define PyFrozenSet_CheckExact(ob) (Py_TYPE(ob) == &PyFrozenSet_Type) argument 70 #define PyAnySet_CheckExact(ob) \ argument 72 #define PyAnySet_Check(ob) \ argument 76 #define PySet_Check(ob) \ argument 79 #define PyFrozenSet_Check(ob) \ argument
|
D | object.h | 114 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt) argument 115 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) argument 116 #define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size) argument 438 #define PyObject_TypeCheck(ob, tp) \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
D | sqlitecompat.h | 60 #define Py_TYPE(ob) ((ob)->ob_type) argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | weakrefobject.c | 23 init_weakref(PyWeakReference *self, PyObject *ob, PyObject *callback) in init_weakref() 32 new_weakref(PyObject *ob, PyObject *callback) in new_weakref() 271 PyObject *ob, *callback = NULL; in weakref___new__() local 743 PyWeakref_NewRef(PyObject *ob, PyObject *callback) in PyWeakref_NewRef() 802 PyWeakref_NewProxy(PyObject *ob, PyObject *callback) in PyWeakref_NewProxy()
|
D | bufferobject.c | 235 PyObject *ob; in buffer_new() local 375 PyObject *ob; in buffer_concat() local 424 PyObject *ob; in buffer_repeat() local
|
D | structseq.c | 147 PyObject *ob; in structseq_new() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | weakrefobject.c | 23 init_weakref(PyWeakReference *self, PyObject *ob, PyObject *callback) in init_weakref() 32 new_weakref(PyObject *ob, PyObject *callback) in new_weakref() 282 PyObject *ob, *callback = NULL; in weakref___new__() local 754 PyWeakref_NewRef(PyObject *ob, PyObject *callback) in PyWeakref_NewRef() 813 PyWeakref_NewProxy(PyObject *ob, PyObject *callback) in PyWeakref_NewProxy()
|
D | bufferobject.c | 235 PyObject *ob; in buffer_new() local 385 PyObject *ob; in buffer_concat() local 434 PyObject *ob; in buffer_repeat() local
|
D | structseq.c | 147 PyObject *ob; in structseq_new() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | weakref.py | 223 def __new__(type, ob, callback, key): argument 228 def __init__(self, ob, callback, key): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | weakref.py | 262 def __new__(type, ob, callback, key): argument 267 def __init__(self, ob, callback, key): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/ |
D | marshal.c | 154 w_PyLong(const PyLongObject *ob, WFILE *p) in w_PyLong() 235 PyLongObject *ob = (PyLongObject *)v; in w_object() local 577 PyLongObject *ob; in r_PyLong() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | marshal.c | 154 w_PyLong(const PyLongObject *ob, WFILE *p) in w_PyLong() 235 PyLongObject *ob = (PyLongObject *)v; in w_object() local 577 PyLongObject *ob; in r_PyLong() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/ |
D | marshal.c | 175 w_PyLong(const PyLongObject *ob, WFILE *p) in w_PyLong() 261 PyLongObject *ob = (PyLongObject *)v; in w_object() local 582 PyLongObject *ob; in r_PyLong() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_weakref.py | 713 def __init__(self, ob, callback=None, value=42): argument 759 def __new__(type, ob, callback, slot1, slot2): argument 761 def __init__(self, ob, callback, slot1, slot2): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | cPickle.c | 801 put(Picklerobject *self, PyObject *ob) in put() 811 put2(Picklerobject *self, PyObject *ob) in put2() 2384 save_reduce(Picklerobject *self, PyObject *args, PyObject *fn, PyObject *ob) in save_reduce() 2987 PyObject *ob; in Pickler_dump() local 4666 PyObject *callable = 0, *arg_tup = 0, *ob = 0; in load_reduce() local 5679 PyObject *ob, *file, *res = NULL; in cpm_dump() local 5708 PyObject *ob, *file = 0, *res = NULL; in cpm_dumps() local 5737 cpm_load(PyObject *self, PyObject *ob) in cpm_load() 5758 PyObject *ob, *file = 0, *res = NULL; in cpm_loads() local
|
D | operator.c | 79 op_sequenceIncludes(PyObject *seq, PyObject* ob) in op_sequenceIncludes()
|
D | _json.c | 4 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | cPickle.c | 770 put(Picklerobject *self, PyObject *ob) in put() 780 put2(Picklerobject *self, PyObject *ob) in put2() 2352 save_reduce(Picklerobject *self, PyObject *args, PyObject *fn, PyObject *ob) in save_reduce() 2955 PyObject *ob; in Pickler_dump() local 4631 PyObject *callable = 0, *arg_tup = 0, *ob = 0; in load_reduce() local 5644 PyObject *ob, *file, *res = NULL; in cpm_dump() local 5673 PyObject *ob, *file = 0, *res = NULL; in cpm_dumps() local 5702 cpm_load(PyObject *self, PyObject *ob) in cpm_load() 5723 PyObject *ob, *file = 0, *res = NULL; in cpm_loads() local
|
D | _testcapimodule.c | 1764 test_structmembers *ob; in test_structmembers_new() local 1807 test_structmembers_free(PyObject *ob) in test_structmembers_free()
|
D | operator.c | 79 op_sequenceIncludes(PyObject *seq, PyObject* ob) in op_sequenceIncludes()
|
D | _elementtree.c | 99 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt) argument 100 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) argument
|
D | _json.c | 4 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) argument
|