Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 25 of 196) sorted by relevance

12345678

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstructseq.c32 PyStructSequence *obj; in PyStructSequence_New() local
43 structseq_dealloc(PyStructSequence *obj) in structseq_dealloc()
55 structseq_length(PyStructSequence *obj) in structseq_length()
61 structseq_item(PyStructSequence *obj, Py_ssize_t i) in structseq_item()
72 structseq_slice(PyStructSequence *obj, Py_ssize_t low, Py_ssize_t high) in structseq_slice()
228 make_tuple(PyStructSequence *obj) in make_tuple()
234 structseq_repr(PyStructSequence *obj) in structseq_repr()
316 structseq_concat(PyStructSequence *obj, PyObject *b) in structseq_concat()
326 structseq_repeat(PyStructSequence *obj, Py_ssize_t n) in structseq_repeat()
336 structseq_contains(PyStructSequence *obj, PyObject *o) in structseq_contains()
[all …]
Dcellobject.c6 PyCell_New(PyObject *obj) in PyCell_New()
32 PyCell_Set(PyObject *op, PyObject *obj) in PyCell_Set()
Ddescrobject.c60 descr_check(PyDescrObject *descr, PyObject *obj, PyObject **pres) in descr_check()
81 classmethod_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in classmethod_get()
119 method_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in method_get()
129 member_get(PyMemberDescrObject *descr, PyObject *obj, PyObject *type) in member_get()
139 getset_get(PyGetSetDescrObject *descr, PyObject *obj, PyObject *type) in getset_get()
155 wrapperdescr_get(PyWrapperDescrObject *descr, PyObject *obj, PyObject *type) in wrapperdescr_get()
165 descr_setcheck(PyDescrObject *descr, PyObject *obj, PyObject *value, in descr_setcheck()
183 member_set(PyMemberDescrObject *descr, PyObject *obj, PyObject *value) in member_set()
193 getset_set(PyGetSetDescrObject *descr, PyObject *obj, PyObject *value) in getset_set()
1222 property_descr_get(PyObject *self, PyObject *obj, PyObject *type) in property_descr_get()
[all …]
Dobject.c1277 _PyObject_GetDictPtr(PyObject *obj) in _PyObject_GetDictPtr()
1304 PyObject_SelfIter(PyObject *obj) in PyObject_SelfIter()
1327 _PyObject_GenericGetAttrWithDict(PyObject *obj, PyObject *name, PyObject *dict) in _PyObject_GenericGetAttrWithDict()
1459 PyObject_GenericGetAttr(PyObject *obj, PyObject *name) in PyObject_GenericGetAttr()
1465 _PyObject_GenericSetAttrWithDict(PyObject *obj, PyObject *name, in _PyObject_GenericSetAttrWithDict()
1557 PyObject_GenericSetAttr(PyObject *obj, PyObject *name, PyObject *value) in PyObject_GenericSetAttr()
1747 merge_list_attr(PyObject* dict, PyObject* obj, const char *attrname) in merge_list_attr()
1817 _specialized_dir_type(PyObject *obj) in _specialized_dir_type()
1831 _specialized_dir_module(PyObject *obj) in _specialized_dir_module()
1856 _generic_dir(PyObject *obj) in _generic_dir()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstructseq.c32 PyStructSequence *obj; in PyStructSequence_New() local
43 structseq_dealloc(PyStructSequence *obj) in structseq_dealloc()
55 structseq_length(PyStructSequence *obj) in structseq_length()
61 structseq_item(PyStructSequence *obj, Py_ssize_t i) in structseq_item()
72 structseq_slice(PyStructSequence *obj, Py_ssize_t low, Py_ssize_t high) in structseq_slice()
227 make_tuple(PyStructSequence *obj) in make_tuple()
233 structseq_repr(PyStructSequence *obj) in structseq_repr()
315 structseq_concat(PyStructSequence *obj, PyObject *b) in structseq_concat()
325 structseq_repeat(PyStructSequence *obj, Py_ssize_t n) in structseq_repeat()
335 structseq_contains(PyStructSequence *obj, PyObject *o) in structseq_contains()
[all …]
Dcellobject.c6 PyCell_New(PyObject *obj) in PyCell_New()
32 PyCell_Set(PyObject *op, PyObject *obj) in PyCell_Set()
Ddescrobject.c60 descr_check(PyDescrObject *descr, PyObject *obj, PyObject **pres) in descr_check()
81 classmethod_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in classmethod_get()
119 method_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in method_get()
129 member_get(PyMemberDescrObject *descr, PyObject *obj, PyObject *type) in member_get()
139 getset_get(PyGetSetDescrObject *descr, PyObject *obj, PyObject *type) in getset_get()
155 wrapperdescr_get(PyWrapperDescrObject *descr, PyObject *obj, PyObject *type) in wrapperdescr_get()
165 descr_setcheck(PyDescrObject *descr, PyObject *obj, PyObject *value, in descr_setcheck()
183 member_set(PyMemberDescrObject *descr, PyObject *obj, PyObject *value) in member_set()
193 getset_set(PyGetSetDescrObject *descr, PyObject *obj, PyObject *value) in getset_set()
1171 property_descr_get(PyObject *self, PyObject *obj, PyObject *type) in property_descr_get()
[all …]
Dobject.c1270 _PyObject_GetDictPtr(PyObject *obj) in _PyObject_GetDictPtr()
1297 PyObject_SelfIter(PyObject *obj) in PyObject_SelfIter()
1320 _PyObject_GenericGetAttrWithDict(PyObject *obj, PyObject *name, PyObject *dict) in _PyObject_GenericGetAttrWithDict()
1452 PyObject_GenericGetAttr(PyObject *obj, PyObject *name) in PyObject_GenericGetAttr()
1458 _PyObject_GenericSetAttrWithDict(PyObject *obj, PyObject *name, in _PyObject_GenericSetAttrWithDict()
1550 PyObject_GenericSetAttr(PyObject *obj, PyObject *name, PyObject *value) in PyObject_GenericSetAttr()
1740 merge_list_attr(PyObject* dict, PyObject* obj, const char *attrname) in merge_list_attr()
1810 _specialized_dir_type(PyObject *obj) in _specialized_dir_type()
1824 _specialized_dir_module(PyObject *obj) in _specialized_dir_module()
1849 _generic_dir(PyObject *obj) in _generic_dir()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpickle.py220 def dump(self, obj): argument
227 def memoize(self, obj): argument
269 def save(self, obj): argument
333 def persistent_id(self, obj): argument
346 listitems=None, dictitems=None, obj=None): argument
426 def save_none(self, obj): argument
430 def save_bool(self, obj): argument
437 def save_int(self, obj, pack=struct.pack): argument
461 def save_long(self, obj, pack=struct.pack): argument
473 def save_float(self, obj, pack=struct.pack): argument
[all …]
/device/google/wahoo/wifi_offload/
Dhidl_return_util.h29 Return<void> validateAndCall(ObjT* obj, WorkFuncT&& work, in validateAndCall()
39 Return<void> validateAndCall(ObjT* obj, WorkFuncT&& work, in validateAndCall()
53 validateAndCall(ObjT* obj, WorkFuncT&& work, in validateAndCall()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_memoryview.py279 def _view(self, obj): argument
282 def _check_contents(self, tp, obj, contents): argument
288 def _view(self, obj): argument
292 def _check_contents(self, tp, obj, contents): argument
305 def _view(self, obj): argument
309 def _check_contents(self, tp, obj, contents): argument
Dtest_pyclbr.py36 def assertHasattr(self, obj, attr, ignore): argument
44 def assertHaskey(self, obj, key, ignore): argument
69 def ismethod(oclass, obj, name): argument
/device/google/bonito/json-c/
Djson_object_iterator.c67 json_object_iter_begin(struct json_object* obj) in json_object_iter_begin()
87 json_object_iter_end(const struct json_object* obj) in json_object_iter_end()
Djson_object.h346 # define json_object_object_foreach(obj,key,val) \ argument
359 # define json_object_object_foreach(obj,key,val) \ argument
378 #define json_object_object_foreachC(obj,iter) \ argument
Djson_util.c70 struct json_object *obj; in json_object_from_file() local
101 int json_object_to_file_ext(const char *filename, struct json_object *obj, int flags) in json_object_to_file_ext()
143 int json_object_to_file(const char *filename, struct json_object *obj) in json_object_to_file()
/device/google/crosshatch/json-c/
Djson_object_iterator.c67 json_object_iter_begin(struct json_object* obj) in json_object_iter_begin()
87 json_object_iter_end(const struct json_object* obj) in json_object_iter_end()
Djson_util.c70 struct json_object *obj; in json_object_from_file() local
101 int json_object_to_file_ext(const char *filename, struct json_object *obj, int flags) in json_object_to_file_ext()
143 int json_object_to_file(const char *filename, struct json_object *obj) in json_object_to_file()
Djson_object.h346 # define json_object_object_foreach(obj,key,val) \ argument
359 # define json_object_object_foreach(obj,key,val) \ argument
378 #define json_object_object_foreachC(obj,iter) \ argument
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/encoder/
Dfoo_entry.cpp55 void fooSetComplexStruct(const FooStruct* obj) in fooSetComplexStruct()
61 void fooGetComplexStruct(FooStruct* obj) in fooGetComplexStruct()
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/wrapper/
Dfoo_wrapper_entry.cpp54 void fooSetComplexStruct(const FooStruct* obj) in fooSetComplexStruct()
60 void fooGetComplexStruct(FooStruct* obj) in fooGetComplexStruct()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dabstract.h534 #define PyObject_CheckBuffer(obj) \ argument
637 #define PyIter_Check(obj) \ argument
848 #define PyIndex_Check(obj) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dabstract.h534 #define PyObject_CheckBuffer(obj) \ argument
637 #define PyIter_Check(obj) \ argument
848 #define PyIndex_Check(obj) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dmicroprotocols.c76 pysqlite_microprotocols_adapt(PyObject *obj, PyObject *proto, PyObject *alt) in pysqlite_microprotocols_adapt()
137 PyObject *obj, *alt = NULL; in pysqlite_adapt() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlobject.h177 #define righttt(obj) (ttype(obj) == gcvalue(obj)->gch.tt) argument
179 #define checkliveness(g,obj) \ argument
187 #define setnvalue(obj,x) \ argument
190 #define setnilvalue(obj) settt_(obj, LUA_TNIL) argument
192 #define setfvalue(obj,x) \ argument
195 #define setpvalue(obj,x) \ argument
198 #define setbvalue(obj,x) \ argument
201 #define setgcovalue(L,obj,x) \ argument
205 #define setsvalue(L,obj,x) \ argument
211 #define setuvalue(L,obj,x) \ argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
DComplex.py71 def IsComplex(obj): argument
74 def ToComplex(obj): argument
86 def Re(obj): argument
91 def Im(obj): argument

12345678