/external/python/cpython2/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 | glmodule.c | 63 gl_qread(PyObject *self, PyObject *args) in gl_qread() 92 gl_varray(PyObject *self, PyObject *args) in gl_varray() 171 gl_nvarray(PyObject *self, PyObject *args) in gl_nvarray() 178 gl_vnarray(PyObject *self, PyObject *args) in gl_vnarray() 187 gen_nvarray(PyObject *args, int inorm) in gen_nvarray() 236 gl_nurbssurface(PyObject *self, PyObject *args) in gl_nurbssurface() 322 gl_nurbscurve(PyObject *self, PyObject *args) in gl_nurbscurve() 382 gl_pwlcurve(PyObject *self, PyObject *args) in gl_pwlcurve() 426 pick_select(PyObject *args, void (*func)()) in pick_select() 483 static PyObject *gl_pick(PyObject *self, PyObject *args) in gl_pick() [all …]
|
D | flmodule.c | 145 generic_set_call_back(genericobject *g, PyObject *args) in generic_set_call_back() 237 generic_set_object_shortcut(genericobject *g, PyObject *args) in generic_set_object_shortcut() 406 call_forms_INf (void (*func)(FL_OBJECT *, float), FL_OBJECT *obj, PyObject *args) in call_forms_INf() 420 call_forms_INfINf (void (*func)(FL_OBJECT *, float, float), FL_OBJECT *obj, PyObject *args) in call_forms_INfINf() 434 call_forms_INi (void (*func)(FL_OBJECT *, int), FL_OBJECT *obj, PyObject *args) in call_forms_INi() 448 call_forms_INc (void (*func)(FL_OBJECT *, int), FL_OBJECT *obj, PyObject *args) in call_forms_INc() 462 call_forms_INstr (void (*func)(FL_OBJECT *, char *), FL_OBJECT *obj, PyObject *args) in call_forms_INstr() 477 call_forms_INiINstr (void (*func)(FL_OBJECT *, int, char *), FL_OBJECT *obj, PyObject *args) in call_forms_INiINstr() 493 call_forms_INiINi (void (*func)(FL_OBJECT *, int, int), FL_OBJECT *obj, PyObject *args) in call_forms_INiINi() 569 set_browser_topline(genericobject *g, PyObject *args) in set_browser_topline() [all …]
|
D | almodule.c | 47 va_list args; in ErrorHandler() local 246 SetConfig(alcobject *self, PyObject *args, int (*func)(ALconfig, int)) in SetConfig() 261 GetConfig(alcobject *self, PyObject *args, int (*func)(ALconfig)) in GetConfig() 278 alc_SetWidth(alcobject *self, PyObject *args) in alc_SetWidth() 288 alc_GetWidth(alcobject *self, PyObject *args) in alc_GetWidth() 299 alc_SetSampFmt(alcobject *self, PyObject *args) in alc_SetSampFmt() 310 alc_GetSampFmt(alcobject *self, PyObject *args) in alc_GetSampFmt() 320 alc_SetChannels(alcobject *self, PyObject *args) in alc_SetChannels() 330 alc_GetChannels(alcobject *self, PyObject *args) in alc_GetChannels() 340 alc_SetFloatMax(alcobject *self, PyObject *args) in alc_SetFloatMax() [all …]
|
D | svmodule.c | 41 svc_conversion(captureobject *self, PyObject *args, void (*function)(), float factor) in svc_conversion() 73 svc_YUVtoYUV422DC(captureobject *self, PyObject *args) in svc_YUVtoYUV422DC() 83 svc_YUVtoYUV422DC_quarter(captureobject *self, PyObject *args) in svc_YUVtoYUV422DC_quarter() 94 svc_YUVtoYUV422DC_sixteenth(captureobject *self, PyObject *args) in svc_YUVtoYUV422DC_sixteenth() 105 svc_YUVtoRGB(captureobject *self, PyObject *args) in svc_YUVtoRGB() 119 svc_RGB8toRGB32(captureobject *self, PyObject *args) in svc_RGB8toRGB32() 129 svc_InterleaveFields(captureobject *self, PyObject *args) in svc_InterleaveFields() 139 svc_GetFields(captureobject *self, PyObject *args) in svc_GetFields() 169 svc_UnlockCaptureData(captureobject *self, PyObject *args) in svc_UnlockCaptureData() 192 svc_lrectwrite(captureobject *self, PyObject *args) in svc_lrectwrite() [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 | cdmodule.c | 18 CD_allowremoval(cdplayerobject *self, PyObject *args) in CD_allowremoval() 30 CD_preventremoval(cdplayerobject *self, PyObject *args) in CD_preventremoval() 42 CD_bestreadsize(cdplayerobject *self, PyObject *args) in CD_bestreadsize() 51 CD_close(cdplayerobject *self, PyObject *args) in CD_close() 67 CD_eject(cdplayerobject *self, PyObject *args) in CD_eject() 88 CD_getstatus(cdplayerobject *self, PyObject *args) in CD_getstatus() 109 CD_gettrackinfo(cdplayerobject *self, PyObject *args) in CD_gettrackinfo() 133 CD_msftoblock(cdplayerobject *self, PyObject *args) in CD_msftoblock() 145 CD_play(cdplayerobject *self, PyObject *args) in CD_play() 167 CD_playabs(cdplayerobject *self, PyObject *args) in CD_playabs() [all …]
|
/external/oj-libjdwp/src/share/back/ |
D | log_messages.h | 43 #define _LOG(flavor,args) \ argument 49 #define LOG_JVM(args) \ argument 51 #define LOG_JNI(args) \ argument 53 #define LOG_JVMTI(args) \ argument 55 #define LOG_MISC(args) \ argument 57 #define LOG_STEP(args) \ argument 59 #define LOG_LOC(args) \ argument 61 #define LOG_CB(args) \ argument 63 #define LOG_ERROR(args) \ argument 75 #define LOG_JVM(args) LOG_NULL argument [all …]
|
/external/python/cpython2/Lib/bsddb/ |
D | dbobj.py | 39 def __init__(self, *args, **kwargs): 42 def close(self, *args, **kwargs): 44 def open(self, *args, **kwargs): 46 def remove(self, *args, **kwargs): 48 def set_shm_key(self, *args, **kwargs): 50 def set_cachesize(self, *args, **kwargs): 52 def set_data_dir(self, *args, **kwargs): 54 def set_flags(self, *args, **kwargs): 56 def set_lg_bsize(self, *args, **kwargs): 58 def set_lg_dir(self, *args, **kwargs): [all …]
|
/external/doclava/test/doclava/ |
D | ApiCheckTest.java | 41 String[] args = { "test/api/medium.xml", "test/api/medium.xml" }; in testEquivalentApi() local 48 String[] args = { "test/api/return-type-changed-1.xml", "test/api/return-type-changed-2.xml" }; in testMethodReturnTypeChanged() local 56 String[] args = { "test/api/parameter-changed-1.xml", "test/api/parameter-changed-2.xml" }; in testMethodParameterChanged() local 70 String[] args = { "test/api/parameter-changed-1.xml", "test/api/parameter-changed-3.xml" }; in testConstructorParameterChanged() local 83 String[] args = { "test/api/simple.xml", "test/api/added-class.xml" }; in testAddedClass() local 91 String[] args = { "test/api/added-class.xml", "test/api/simple.xml" }; in testRemovedClass() local 99 String[] args = { "test/api/added-deprecated-class.xml", "test/api/simple.xml" }; in testRemovedDeprecatedClass() local 107 String[] args = { "test/api/simple.xml", "test/api/changed-super.xml" }; in testChangedSuper() local 115 String[] args = { in testChangedAssignableReturn() local 126 String[] args = { "test/api/inserted-super-1.xml", "test/api/inserted-super-2.xml" }; in testInsertedSuper() local [all …]
|
/external/kmod/testsuite/ |
D | test-modprobe.c | 31 const char *const args[] = { in modprobe_show_depends() local 53 const char *const args[] = { in modprobe_show_depends2() local 76 const char *const args[] = { in modprobe_show_alias_to_none() local 101 const char *const args[] = { in modprobe_builtin() local 120 const char *const args[] = { in modprobe_builtin_lookup_only() local 142 const char *const args[] = { in modprobe_softdep_loop() local 164 const char *const args[] = { in modprobe_install_cmd_loop() local 190 const char *const args[] = { in modprobe_param_kcmdline() local 214 const char *const args[] = { in modprobe_param_kcmdline2() local 238 const char *const args[] = { in modprobe_param_kcmdline3() local [all …]
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtccommon.h | 35 #define WEBRTC_STUB(method, args) \ argument 38 #define WEBRTC_STUB_CONST(method, args) \ argument 41 #define WEBRTC_BOOL_STUB(method, args) \ argument 44 #define WEBRTC_BOOL_STUB_CONST(method, args) \ argument 47 #define WEBRTC_VOID_STUB(method, args) \ argument 50 #define WEBRTC_FUNC(method, args) int method args override argument 52 #define WEBRTC_FUNC_CONST(method, args) int method args const override argument 54 #define WEBRTC_BOOL_FUNC(method, args) bool method args override argument 56 #define WEBRTC_VOID_FUNC(method, args) void method args override argument
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | mpx-debug.h | 8 #define dprintf_level(level, args...) do { if(level <= DEBUG_LEVEL) printf(args); } while(0) argument 9 #define dprintf1(args...) dprintf_level(1, args) argument 10 #define dprintf2(args...) dprintf_level(2, args) argument 11 #define dprintf3(args...) dprintf_level(3, args) argument 12 #define dprintf4(args...) dprintf_level(4, args) argument 13 #define dprintf5(args...) dprintf_level(5, args) argument
|
/external/squashfs-tools/squashfs-tools/ |
D | error.h | 34 #define TRACE(s, args...) \ argument 39 #define TRACE(s, args...) argument 42 #define INFO(s, args...) \ argument 48 #define ERROR(s, args...) \ argument 53 #define ERROR_START(s, args...) \ argument 59 #define ERROR_EXIT(s, args...) \ argument 76 #define BAD_ERROR(s, args...) \ argument 82 #define EXIT_UNSQUASH(s, args...) BAD_ERROR(s, ##args) argument
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | ext-blocks.cpp | 5 int f0(Args ...args) { in f0() 14 int f1(Args ...args) { in f1() 24 int f2(Args ...args) { in f2() 33 int f3(Args ...args) { in f3() 42 int PR9953(Args ...args) { in PR9953()
|
/external/elfutils/tests/ |
D | low_high_pc.c | 32 struct args struct 41 static struct args *args; argument
|
/external/autotest/venv/lucifer/cmd/ |
D | job_reporter.py | 36 def main(args): argument 50 def _parse_args_and_configure_logging(args): argument 84 def _main(args): argument 97 def _run_autotest_job(args): argument 110 def _make_handler(args): argument 124 def _run_lucifer_job(event_handler, args): argument
|
/external/v8/tools/ |
D | callstats.py | 49 def start_replay_server(args, sites, discard_output=True): argument 142 def get_chrome_replay_flags(args, arg_delimiter=""): argument 158 def run_site(site, domain, args, timeout=None): argument 224 def read_sites_file(args): argument 247 def read_sites(args): argument 253 def do_run(args): argument 293 def do_run_replay_server(args): argument 345 def read_stats(path, domain, args): argument 420 def print_stats(S, args): argument 477 def do_stats(args): argument [all …]
|
/external/python/cpython2/Modules/_io/ |
D | iobase.c | 90 iobase_seek(PyObject *self, PyObject *args) in iobase_seek() 99 iobase_tell(PyObject *self, PyObject *args) in iobase_tell() 111 iobase_truncate(PyObject *self, PyObject *args) in iobase_truncate() 124 iobase_flush(PyObject *self, PyObject *args) in iobase_flush() 161 _PyIOBase_check_closed(PyObject *self, PyObject *args) in _PyIOBase_check_closed() 178 iobase_close(PyObject *self, PyObject *args) in iobase_close() 309 iobase_seekable(PyObject *self, PyObject *args) in iobase_seekable() 315 _PyIOBase_check_seekable(PyObject *self, PyObject *args) in _PyIOBase_check_seekable() 337 iobase_readable(PyObject *self, PyObject *args) in iobase_readable() 344 _PyIOBase_check_readable(PyObject *self, PyObject *args) in _PyIOBase_check_readable() [all …]
|
/external/python/cpython2/PC/ |
D | msvcrtmodule.c | 34 msvcrt_heapmin(PyObject *self, PyObject *args) in msvcrt_heapmin() 54 msvcrt_locking(PyObject *self, PyObject *args) in msvcrt_locking() 87 msvcrt_setmode(PyObject *self, PyObject *args) in msvcrt_setmode() 110 msvcrt_open_osfhandle(PyObject *self, PyObject *args) in msvcrt_open_osfhandle() 136 msvcrt_get_osfhandle(PyObject *self, PyObject *args) in msvcrt_get_osfhandle() 166 msvcrt_kbhit(PyObject *self, PyObject *args) in msvcrt_kbhit() 183 msvcrt_getch(PyObject *self, PyObject *args) in msvcrt_getch() 210 msvcrt_getwch(PyObject *self, PyObject *args) in msvcrt_getwch() 232 msvcrt_getche(PyObject *self, PyObject *args) in msvcrt_getche() 255 msvcrt_getwche(PyObject *self, PyObject *args) in msvcrt_getwche() [all …]
|
/external/python/cpython3/Tools/scripts/ |
D | texi2html.py | 338 def write(self, *args): 553 def do_include(self, args): argument 893 def unknown_cmd(self, cmd, args): argument 900 def do_end(self, args): argument 927 def do_comment(self, args): pass argument 932 def bgn_ifinfo(self, args): pass argument 935 def bgn_iftex(self, args): self.skip = self.skip + 1 argument 938 def bgn_ignore(self, args): self.skip = self.skip + 1 argument 941 def bgn_tex(self, args): self.skip = self.skip + 1 argument 944 def do_set(self, args): argument [all …]
|
/external/python/cpython2/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 …]
|
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/env/ |
D | Logger.java | 128 private String toMessage(final String format, final Object... args) { in toMessage() 132 public void v(final String format, final Object... args) { in v() 138 public void v(final Throwable t, final String format, final Object... args) { in v() 144 public void d(final String format, final Object... args) { in d() 150 public void d(final Throwable t, final String format, final Object... args) { in d() 156 public void i(final String format, final Object... args) { in i() 162 public void i(final Throwable t, final String format, final Object... args) { in i() 168 public void w(final String format, final Object... args) { in w() 174 public void w(final Throwable t, final String format, final Object... args) { in w() 180 public void e(final String format, final Object... args) { in e() [all …]
|
/external/libmojo/mojo/public/cpp/bindings/lib/ |
D | serialization_forward.h | 45 size_t PrepareToSerialize(InputUserType&& input, Args&&... args) { in PrepareToSerialize() 57 void Serialize(InputUserType&& input, Args&&... args) { in Serialize() 69 bool Deserialize(DataType&& input, InputUserType* output, Args&&... args) { in Deserialize() 80 size_t PrepareToSerialize(InputUserType&& input, Args&&... args) { in PrepareToSerialize() 92 void Serialize(InputUserType&& input, in Serialize() 109 bool Deserialize(DataType&& input, InputUserType* output, Args&&... args) { in Deserialize()
|
/external/e2fsprogs/intl/ |
D | printf.c | 80 libintl_vfprintf (FILE *stream, const char *format, va_list args) in libintl_vfprintf() 103 va_list args; in libintl_fprintf() local 114 libintl_vprintf (const char *format, va_list args) in libintl_vprintf() 123 va_list args; in libintl_printf() local 134 libintl_vsprintf (char *resultbuf, const char *format, va_list args) in libintl_vsprintf() 156 va_list args; in libintl_sprintf() local 177 libintl_vsnprintf (char *resultbuf, size_t length, const char *format, va_list args) in libintl_vsnprintf() 206 va_list args; in libintl_snprintf() local 221 libintl_vasprintf (char **resultp, const char *format, va_list args) in libintl_vasprintf() 235 va_list args; in libintl_asprintf() local [all …]
|