Home
last modified time | relevance | path

Searched defs:ob (Results 1 – 25 of 32) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dsetobject.h69 #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
Dobject.h114 #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/
Dsetobject.h69 #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
Dobject.h114 #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/
Dsqlitecompat.h60 #define Py_TYPE(ob) ((ob)->ob_type) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dweakrefobject.c23 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()
Dbufferobject.c235 PyObject *ob; in buffer_new() local
375 PyObject *ob; in buffer_concat() local
424 PyObject *ob; in buffer_repeat() local
Dstructseq.c147 PyObject *ob; in structseq_new() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dweakrefobject.c23 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()
Dbufferobject.c235 PyObject *ob; in buffer_new() local
385 PyObject *ob; in buffer_concat() local
434 PyObject *ob; in buffer_repeat() local
Dstructseq.c147 PyObject *ob; in structseq_new() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dweakref.py223 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/
Dweakref.py262 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/
Dmarshal.c154 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/
Dmarshal.c154 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/
Dmarshal.c175 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/
Dtest_weakref.py713 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/
DcPickle.c801 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
Doperator.c79 op_sequenceIncludes(PyObject *seq, PyObject* ob) in op_sequenceIncludes()
D_json.c4 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c770 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.c1764 test_structmembers *ob; in test_structmembers_new() local
1807 test_structmembers_free(PyObject *ob) in test_structmembers_free()
Doperator.c79 op_sequenceIncludes(PyObject *seq, PyObject* ob) in op_sequenceIncludes()
D_elementtree.c99 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt) argument
100 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) argument
D_json.c4 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) argument

12