| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| D | puremodule.c | 63 call_voidarg_function(VoidArgFunc func, PyObject *self, PyObject *args) in call_voidarg_function() 75 call_stringarg_function(StringArgFunc func, PyObject *self, PyObject *args) in call_stringarg_function() 88 call_stringorint_function(StringArgFunc func, PyObject *self, PyObject *args) in call_stringorint_function() 116 call_printfish_function(PrintfishFunc func, PyObject *self, PyObject *args) in call_printfish_function() 133 call_intasaddr_function(StringArgFunc func, PyObject *self, PyObject *args) in call_intasaddr_function() 147 PyObject *args) in call_stringandint_function() 175 pure_pure_logfile_printf(PyObject* self, PyObject* args) in pure_pure_logfile_printf() 181 pure_pure_printf(PyObject* self, PyObject* args) in pure_pure_printf() 187 pure_pure_printf_with_banner(PyObject* self, PyObject* args) in pure_pure_printf_with_banner() 236 pure_purify_all_inuse(PyObject *self, PyObject *args) in pure_purify_all_inuse() [all …]
|
| D | flmodule.c | 149 generic_set_call_back(genericobject *g, PyObject *args) in generic_set_call_back() 241 generic_set_object_shortcut(genericobject *g, PyObject *args) in generic_set_object_shortcut() 410 call_forms_INf (void (*func)(FL_OBJECT *, float), FL_OBJECT *obj, PyObject *args) in call_forms_INf() 424 call_forms_INfINf (void (*func)(FL_OBJECT *, float, float), FL_OBJECT *obj, PyObject *args) in call_forms_INfINf() 438 call_forms_INi (void (*func)(FL_OBJECT *, int), FL_OBJECT *obj, PyObject *args) in call_forms_INi() 452 call_forms_INc (void (*func)(FL_OBJECT *, int), FL_OBJECT *obj, PyObject *args) in call_forms_INc() 466 call_forms_INstr (void (*func)(FL_OBJECT *, char *), FL_OBJECT *obj, PyObject *args) in call_forms_INstr() 481 call_forms_INiINstr (void (*func)(FL_OBJECT *, int, char *), FL_OBJECT *obj, PyObject *args) in call_forms_INiINstr() 497 call_forms_INiINi (void (*func)(FL_OBJECT *, int, int), FL_OBJECT *obj, PyObject *args) in call_forms_INiINi() 573 set_browser_topline(genericobject *g, PyObject *args) in set_browser_topline() [all …]
|
| D | _codecsmodule.c | 67 PyObject *codec_lookup(PyObject *self, PyObject *args) in codec_lookup() 88 codec_encode(PyObject *self, PyObject *args) in codec_encode() 122 codec_decode(PyObject *self, PyObject *args) in codec_decode() 162 PyObject *args) in escape_decode() 177 PyObject *args) in escape_encode() 208 PyObject *args) in unicode_internal_decode() 234 PyObject *args) in utf_7_decode() 257 PyObject *args) in utf_8_decode() 280 PyObject *args) in utf_16_decode() 303 PyObject *args) in utf_16_le_decode() [all …]
|
| D | xxsubtype.c | 27 spamlist_getstate(spamlistobject *self, PyObject *args) in spamlist_getstate() 35 spamlist_setstate(spamlistobject *self, PyObject *args) in spamlist_setstate() 47 spamlist_specialmeth(PyObject *self, PyObject *args, PyObject *kw) in spamlist_specialmeth() 83 spamlist_init(spamlistobject *self, PyObject *args, PyObject *kwds) in spamlist_init() 152 spamdict_getstate(spamdictobject *self, PyObject *args) in spamdict_getstate() 160 spamdict_setstate(spamdictobject *self, PyObject *args) in spamdict_setstate() 180 spamdict_init(spamdictobject *self, PyObject *args, PyObject *kwds) in spamdict_init() 236 spam_bench(PyObject *self, PyObject *args) in spam_bench()
|
| /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/ |
| D | mm_camera_dbg.h | 66 #define CLOGx(module, level, fmt, args...) \ argument 74 #define CLOGI(module, fmt, args...) \ argument 77 #define CLOGD(module, fmt, args...) \ argument 80 #define CLOGL(module, fmt, args...) \ argument 83 #define CLOGW(module, fmt, args...) \ argument 86 #define CLOGH(module, fmt, args...) \ argument 89 #define CLOGE(module, fmt, args...) \ argument 97 #define LOGD(fmt, args...) CLOGD(CAM_MODULE, fmt, ##args) argument 99 #define LOGL(fmt, args...) CLOGL(CAM_MODULE, fmt, ##args) argument 101 #define LOGW(fmt, args...) CLOGW(CAM_MODULE, fmt, ##args) argument [all …]
|
| /device/google/contexthub/firmware/os/core/ |
| D | osApi.c | 36 static void osExpApiEvtqSubscribe(uintptr_t *retValP, va_list args) in osExpApiEvtqSubscribe() 44 static void osExpApiEvtqUnsubscribe(uintptr_t *retValP, va_list args) in osExpApiEvtqUnsubscribe() 52 static void osExpApiEvtqEnqueue(uintptr_t *retValP, va_list args) in osExpApiEvtqEnqueue() 61 static void osExpApiEvtqEnqueuePrivate(uintptr_t *retValP, va_list args) in osExpApiEvtqEnqueuePrivate() 71 static void osExpApiEvtqRetainEvt(uintptr_t *retValP, va_list args) in osExpApiEvtqRetainEvt() 78 static void osExpApiEvtqFreeRetained(uintptr_t *retValP, va_list args) in osExpApiEvtqFreeRetained() 87 static void osExpApiLogLogv(uintptr_t *retValP, va_list args) in osExpApiLogLogv() 97 static void osExpApiSensorSignal(uintptr_t *retValP, va_list args) in osExpApiSensorSignal() 109 static void osExpApiSensorReg(uintptr_t *retValP, va_list args) in osExpApiSensorReg() 119 static void osExpApiSensorUnreg(uintptr_t *retValP, va_list args) in osExpApiSensorUnreg() [all …]
|
| D | nanohub_chre.c | 62 static void osChreApiGetAppId(uintptr_t *retValP, va_list args) in osChreApiGetAppId() 69 static void osChreApiGetInstanceId(uintptr_t *retValP, va_list args) in osChreApiGetInstanceId() 74 static void osChreApiLogLogv(uintptr_t *retValP, va_list args) in osChreApiLogLogv() 88 static void osChreApiLogLogvOld(uintptr_t *retValP, va_list args) in osChreApiLogLogvOld() 102 static void osChreApiGetTime(uintptr_t *retValP, va_list args) in osChreApiGetTime() 109 static void osChreApiGetHostTimeOffset(uintptr_t *retValP, va_list args) in osChreApiGetHostTimeOffset() 123 static void osChreApiTimerSet(uintptr_t *retValP, va_list args) in osChreApiTimerSet() 134 static void osChreApiTimerCancel(uintptr_t *retValP, va_list args) in osChreApiTimerCancel() 158 static void osChreApiAbort(uintptr_t *retValP, va_list args) in osChreApiAbort() 164 static void osChreApiHeapAlloc(uintptr_t *retValP, va_list args) in osChreApiHeapAlloc() [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
| D | _codecsmodule.c | 67 PyObject *codec_lookup(PyObject *self, PyObject *args) in codec_lookup() 88 codec_encode(PyObject *self, PyObject *args) in codec_encode() 122 codec_decode(PyObject *self, PyObject *args) in codec_decode() 162 PyObject *args) in escape_decode() 177 PyObject *args) in escape_encode() 208 PyObject *args) in unicode_internal_decode() 234 PyObject *args) in utf_7_decode() 257 PyObject *args) in utf_8_decode() 280 PyObject *args) in utf_16_decode() 303 PyObject *args) in utf_16_le_decode() [all …]
|
| D | xxsubtype.c | 27 spamlist_getstate(spamlistobject *self, PyObject *args) in spamlist_getstate() 35 spamlist_setstate(spamlistobject *self, PyObject *args) in spamlist_setstate() 47 spamlist_specialmeth(PyObject *self, PyObject *args, PyObject *kw) in spamlist_specialmeth() 83 spamlist_init(spamlistobject *self, PyObject *args, PyObject *kwds) in spamlist_init() 152 spamdict_getstate(spamdictobject *self, PyObject *args) in spamdict_getstate() 160 spamdict_setstate(spamdictobject *self, PyObject *args) in spamdict_setstate() 180 spamdict_init(spamdictobject *self, PyObject *args, PyObject *kwds) in spamdict_init() 236 spam_bench(PyObject *self, PyObject *args) in spam_bench()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
| D | iobase.c | 88 iobase_seek(PyObject *self, PyObject *args) in iobase_seek() 97 iobase_tell(PyObject *self, PyObject *args) in iobase_tell() 109 iobase_truncate(PyObject *self, PyObject *args) in iobase_truncate() 122 iobase_flush(PyObject *self, PyObject *args) in iobase_flush() 159 _PyIOBase_check_closed(PyObject *self, PyObject *args) in _PyIOBase_check_closed() 176 iobase_close(PyObject *self, PyObject *args) in iobase_close() 307 iobase_seekable(PyObject *self, PyObject *args) in iobase_seekable() 313 _PyIOBase_check_seekable(PyObject *self, PyObject *args) in _PyIOBase_check_seekable() 335 iobase_readable(PyObject *self, PyObject *args) in iobase_readable() 342 _PyIOBase_check_readable(PyObject *self, PyObject *args) in _PyIOBase_check_readable() [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
| D | iobase.c | 88 iobase_seek(PyObject *self, PyObject *args) in iobase_seek() 97 iobase_tell(PyObject *self, PyObject *args) in iobase_tell() 109 iobase_truncate(PyObject *self, PyObject *args) in iobase_truncate() 122 iobase_flush(PyObject *self, PyObject *args) in iobase_flush() 159 _PyIOBase_check_closed(PyObject *self, PyObject *args) in _PyIOBase_check_closed() 176 iobase_close(PyObject *self, PyObject *args) in iobase_close() 307 iobase_seekable(PyObject *self, PyObject *args) in iobase_seekable() 313 _PyIOBase_check_seekable(PyObject *self, PyObject *args) in _PyIOBase_check_seekable() 335 iobase_readable(PyObject *self, PyObject *args) in iobase_readable() 342 _PyIOBase_check_readable(PyObject *self, PyObject *args) in _PyIOBase_check_readable() [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
| D | texi2html.py | 337 def write(self, *args): 552 def do_include(self, args): argument 892 def unknown_cmd(self, cmd, args): argument 899 def do_end(self, args): argument 926 def do_comment(self, args): pass argument 931 def bgn_ifinfo(self, args): pass argument 934 def bgn_iftex(self, args): self.skip = self.skip + 1 argument 937 def bgn_ignore(self, args): self.skip = self.skip + 1 argument 940 def bgn_tex(self, args): self.skip = self.skip + 1 argument 943 def do_set(self, args): argument [all …]
|
| /device/generic/goldfish-opengl/system/egl/ |
| D | ClientAPIExts.cpp | 31 #define API_ENTRY(fname,params,args) \ argument 34 #define API_ENTRY_RET(rtype,fname,params,args) \ argument 47 #define API_ENTRY(fname,params,args) \ argument 50 #define API_ENTRY_RET(rtype,fname,params,args) \ argument 67 #define API_ENTRY(fname,params,args) \ in initClientFuncs() argument 71 #define API_ENTRY_RET(rtype,fname,params,args) \ in initClientFuncs() argument 93 #define API_ENTRY(fname,params,args) \ argument 108 #define API_ENTRY_RET(rtype,fname,params,args) \ argument 130 #define API_ENTRY(fname,params,args) \ argument 132 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
| D | edk2module.c | 248 edk2_1str(PyObject *args, char *format, int (*func)(const char*)) in edk2_1str() 266 edk2_2str(PyObject *args, in edk2_2str() 416 statresult_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in statresult_new() 453 stat_float_times(PyObject* self, PyObject *args) in stat_float_times() 560 edk2_do_stat(PyObject *self, PyObject *args, in edk2_do_stat() 602 edk2_access(PyObject *self, PyObject *args) in edk2_access() 636 edk2_chdir(PyObject *self, PyObject *args) in edk2_chdir() 646 edk2_chmod(PyObject *self, PyObject *args) in edk2_chmod() 671 edk2_fchmod(PyObject *self, PyObject *args) in edk2_fchmod() 692 edk2_lchmod(PyObject *self, PyObject *args) in edk2_lchmod() [all …]
|
| /device/google/cuttlefish_common/tools/ |
| D | upload_to_gce_and_run.py | 11 def upload_artifacts(args): argument 37 def launch_cvd(args): argument 55 def stop_cvd(args): argument
|
| /device/linaro/hikey/gralloc/ |
| D | alloc_device.h | 22 #define AWAR(fmt, args...) __android_log_print(ANDROID_LOG_WARN, "[Gralloc-Warning]", "%s:%d " fmt,… argument 25 #define AINF(fmt, args...) __android_log_print(ANDROID_LOG_INFO, "[Gralloc]", fmt,##args) argument 28 #define AERR(fmt, args...) __android_log_print(ANDROID_LOG_ERROR, "[Gralloc-ERROR]", "%s:%d " fmt,_… argument 31 #define AERR_IF( eq, fmt, args...) if ( (eq) ) AERR( fmt, args ) argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
| D | log.py | 19 def _log(self, level, msg, args): argument 33 def log(self, level, msg, *args): 36 def debug(self, msg, *args): 39 def info(self, msg, *args): 42 def warn(self, msg, *args): 45 def error(self, msg, *args): 48 def fatal(self, msg, *args):
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| D | script_helper.py | 18 def _assert_python(expected_success, *args, **env_vars): 44 def assert_python_ok(*args, **env_vars): 51 def assert_python_failure(*args, **env_vars): 58 def python_exit_code(*args): 65 def spawn_python(*args, **kwargs): 82 def run_python(*args, **kwargs):
|
| D | test_class.py | 71 def track(*args, **kwargs): 80 def __coerce__(self, *args): 84 def __hash__(self, *args): 88 def __str__(self, *args): 92 def __repr__(self, *args): 96 def __int__(self, *args): 100 def __float__(self, *args): 104 def __long__(self, *args): 108 def __oct__(self, *args): 112 def __hex__(self, *args): [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/ |
| D | client.py | 61 def _call(self, name, *args): 64 def _vcall(self, name, args): argument 67 def _send(self, name, *args): 70 def _send_noreply(self, name, *args): 73 def _vsend_noreply(self, name, args): argument 76 def _vsend(self, name, args, wantreply = 1): argument 134 def __init__(self, *args): 156 def __call__(self, *args):
|
| /device/linaro/hikey/gralloc960/ |
| D | gralloc_helper.h | 26 #define AWAR(fmt, args...) \ argument 30 #define AINF(fmt, args...) __android_log_print(ANDROID_LOG_INFO, "[Gralloc]", fmt, ##args) argument 33 #define AERR(fmt, args...) \ argument 37 #define AERR_IF(eq, fmt, args...) \ argument
|
| /device/generic/goldfish/wifi/ipv6proxy/ |
| D | log.cpp | 25 static void vlogf(FILE* stream, const char* fmt, va_list args) { in vlogf() 46 va_list args; in logf() local 53 va_list args; in loge() local 60 va_list args; in logd() local
|
| /device/linaro/hikey/installer/hikey960/ |
| D | mkdtimg | 85 def write_head_info(head_info, args): argument 91 def write_dtb_entry_t(dt_entry, args): argument 101 def write_padding(args, padding): argument 105 def write_dtb(args): argument 129 def clean_gz_file(args): argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
| D | os.py | 336 def execl(file, *args): 343 def execle(file, *args): 351 def execlp(file, *args): 358 def execlpe(file, *args): 367 def execvp(file, args): argument 375 def execvpe(file, args, env): argument 386 def _execvpe(file, args, env=None): argument 466 def pop(self, key, *args): 530 def pop(self, key, *args): 558 def _spawnvef(mode, file, args, env, func): argument [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| D | os.py | 307 def execl(file, *args): 314 def execle(file, *args): 322 def execlp(file, *args): 329 def execlpe(file, *args): 338 def execvp(file, args): argument 346 def execvpe(file, args, env): argument 357 def _execvpe(file, args, env=None): argument 437 def pop(self, key, *args): 501 def pop(self, key, *args): 529 def _spawnvef(mode, file, args, env, func): argument [all …]
|