Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 620) sorted by relevance

12345678910>>...25

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dpuremodule.c63 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 …]
Dflmodule.c149 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.c67 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 …]
Dxxsubtype.c27 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/
Dmm_camera_dbg.h66 #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/lge/bullhead/camera/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_dbg.h47 #define CDBG(fmt, args...) do{}while(0) argument
48 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args) argument
56 #define CDBG(fmt, args...) ALOGE(fmt, ##args) argument
59 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args) argument
60 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) argument
65 #define CDBG_HIGH(fmt, args...) ALOGE(fmt, ##args) argument
66 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args) argument
68 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args) argument
69 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args) argument
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_dbg.h47 #define CDBG(fmt, args...) do{}while(0) argument
48 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args) argument
56 #define CDBG(fmt, args...) ALOGE(fmt, ##args) argument
59 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args) argument
60 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) argument
65 #define CDBG_HIGH(fmt, args...) ALOGE(fmt, ##args) argument
66 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args) argument
68 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args) argument
69 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args) argument
/device/google/contexthub/firmware/os/core/
DosApi.c35 static void osExpApiEvtqSubscribe(uintptr_t *retValP, va_list args) in osExpApiEvtqSubscribe()
43 static void osExpApiEvtqUnsubscribe(uintptr_t *retValP, va_list args) in osExpApiEvtqUnsubscribe()
51 static void osExpApiEvtqEnqueue(uintptr_t *retValP, va_list args) in osExpApiEvtqEnqueue()
60 static void osExpApiEvtqEnqueuePrivate(uintptr_t *retValP, va_list args) in osExpApiEvtqEnqueuePrivate()
70 static void osExpApiEvtqRetainEvt(uintptr_t *retValP, va_list args) in osExpApiEvtqRetainEvt()
77 static void osExpApiEvtqFreeRetained(uintptr_t *retValP, va_list args) in osExpApiEvtqFreeRetained()
86 static void osExpApiLogLogv(uintptr_t *retValP, va_list args) in osExpApiLogLogv()
96 static void osExpApiSensorSignal(uintptr_t *retValP, va_list args) in osExpApiSensorSignal()
108 static void osExpApiSensorReg(uintptr_t *retValP, va_list args) in osExpApiSensorReg()
118 static void osExpApiSensorUnreg(uintptr_t *retValP, va_list args) in osExpApiSensorUnreg()
[all …]
Dnanohub_chre.c61 static void osChreApiGetAppId(uintptr_t *retValP, va_list args) in osChreApiGetAppId()
68 static void osChreApiGetInstanceId(uintptr_t *retValP, va_list args) in osChreApiGetInstanceId()
73 static void osChreApiLogLogv(uintptr_t *retValP, va_list args) in osChreApiLogLogv()
87 static void osChreApiLogLogvOld(uintptr_t *retValP, va_list args) in osChreApiLogLogvOld()
101 static void osChreApiGetTime(uintptr_t *retValP, va_list args) in osChreApiGetTime()
115 static void osChreApiTimerSet(uintptr_t *retValP, va_list args) in osChreApiTimerSet()
126 static void osChreApiTimerCancel(uintptr_t *retValP, va_list args) in osChreApiTimerCancel()
140 static void osChreApiAbort(uintptr_t *retValP, va_list args) in osChreApiAbort()
146 static void osChreApiHeapAlloc(uintptr_t *retValP, va_list args) in osChreApiHeapAlloc()
152 static void osChreApiHeapFree(uintptr_t *retValP, va_list args) in osChreApiHeapFree()
[all …]
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg_dbg.h54 #define CDBG(fmt, args...) do{}while(0) argument
62 #define CDBG(fmt, args...) ALOGD_IF(gMmJpegIntfLogLevel >= 2, fmt, ##args) argument
65 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args) argument
66 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) argument
71 #define CDBG_HIGH(fmt, args...) ALOGD_IF(gMmJpegIntfLogLevel >= 1, fmt, ##args) argument
72 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args) argument
74 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args) argument
75 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args) argument
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg_dbg.h54 #define CDBG(fmt, args...) do{}while(0) argument
62 #define CDBG(fmt, args...) ALOGD_IF(gMmJpegIntfLogLevel >= 2, fmt, ##args) argument
65 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args) argument
66 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) argument
71 #define CDBG_HIGH(fmt, args...) ALOGD_IF(gMmJpegIntfLogLevel >= 1, fmt, ##args) argument
72 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args) argument
74 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args) argument
75 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args) argument
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_dbg.h52 #define CDBG(fmt, args...) do{}while(0) argument
53 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args) argument
61 #define CDBG(fmt, args...) ALOGD_IF(gMmCameraIntfLogLevel >= 2, fmt, ##args) argument
64 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args) argument
65 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) argument
70 #define CDBG_HIGH(fmt, args...) ALOGD_IF(gMmCameraIntfLogLevel >= 1, fmt, ##args) argument
71 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args) argument
73 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args) argument
74 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args) argument
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_dbg.h52 #define CDBG(fmt, args...) do{}while(0) argument
53 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args) argument
61 #define CDBG(fmt, args...) ALOGD_IF(gMmCameraIntfLogLevel >= 2, fmt, ##args) argument
64 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args) argument
65 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) argument
70 #define CDBG_HIGH(fmt, args...) ALOGD_IF(gMmCameraIntfLogLevel >= 1, fmt, ##args) argument
71 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args) argument
73 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args) argument
74 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_codecsmodule.c67 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 …]
Dxxsubtype.c27 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/
Diobase.c88 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/
Diobase.c88 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/
Dtexi2html.py337 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/
DClientAPIExts.cpp31 #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
107 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
129 #define API_ENTRY(fname,params,args) \ argument
131 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
/device/google/dragon/recovery/updater/
Dupdate_log.h23 #define ALOGD(format, args...) printf("D %s: " format, LOG_TAG, ## args) argument
24 #define ALOGI(format, args...) printf("I %s: " format, LOG_TAG, ## args) argument
25 #define ALOGW(format, args...) printf("W %s: " format, LOG_TAG, ## args) argument
26 #define ALOGE(format, args...) printf("E %s: " format, LOG_TAG, ## args) argument
/device/linaro/hikey/gralloc/
Dalloc_device.h22 #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/hikey/gralloc960/
Dalloc_device.h22 #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.10/PyMod-2.7.10/Modules/
Dedk2module.c248 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/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dlog.py19 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/
Dscript_helper.py18 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):

12345678910>>...25