/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/ |
D | SafeCallbackable.h | 22 std::function<void()> makeSafeCallback(T *obj, std::function<void(T *)> f) { in makeSafeCallback() 34 T *obj, void (T::*f)(const Params&...), const Params&... params) { in makeSafeCallback() 44 T *obj, void (T::*f)(Params...), const Params&... params) { in makeSafeCallback()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | structseq.c | 32 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 …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | structseq.c | 32 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 …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | pickle.py | 220 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/generic/goldfish/MultiDisplayProvider/jni/ |
D | com_android_emulator_multidisplay.cpp | 93 static jobject nativeCreateSurface(JNIEnv *env, jobject obj, jint id, jint width, jint height) in nativeCreateSurface() 108 static jint nativeOpen(JNIEnv* env, jobject obj) { in nativeOpen() 122 static bool nativeReadPipe(JNIEnv* env, jobject obj, jintArray arr) { in nativeReadPipe() 153 static bool nativeReleaseListener(JNIEnv* env, jobject obj, jint id) { in nativeReleaseListener() 162 static bool nativeResizeListener(JNIEnv* env, jobject obj, jint id, jint w, jint h) { in nativeResizeListener()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_memoryview.py | 279 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
|
D | test_pyclbr.py | 36 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/ |
D | json_object_iterator.c | 67 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()
|
D | json_util.c | 70 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()
|
D | json_object.h | 346 # 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/google/crosshatch/json-c/ |
D | json_object_iterator.c | 67 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()
|
D | json_object.h | 346 # 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/google/coral/json-c/ |
D | json_object_iterator.c | 67 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()
|
D | json_object.h | 346 # 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
|
D | json_util.c | 70 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/redbull/json-c/ |
D | json_object_iterator.c | 67 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()
|
D | json_util.c | 70 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/sunfish/json-c/ |
D | json_object_iterator.c | 67 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()
|
D | json_object.h | 346 # 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/ |
D | foo_entry.cpp | 55 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/ |
D | foo_wrapper_entry.cpp | 54 void fooSetComplexStruct(const FooStruct* obj) in fooSetComplexStruct() 60 void fooGetComplexStruct(FooStruct* obj) in fooGetComplexStruct()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | abstract.h | 534 #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/Include/ |
D | abstract.h | 534 #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/ |
D | microprotocols.c | 76 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/ |
D | lobject.h | 177 #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 …]
|