Home
last modified time | relevance | path

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

12345678910>>...144

/external/regex-re2/re2/
Dvariadic_function.h21 const Arg* const args[] = { &a0 }; in operator() local
26 const Arg* const args[] = { &a0, &a1 }; in operator() local
32 const Arg* const args[] = { &a0, &a1, &a2 }; in operator() local
38 const Arg* const args[] = { &a0, &a1, &a2, &a3 }; in operator() local
44 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4 }; in operator() local
50 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5 }; in operator() local
57 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6 }; in operator() local
64 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7 }; in operator() local
71 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8 }; in operator() local
78 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8, in operator() local
[all …]
/external/python/cpython2/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 …]
Dglmodule.c63 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 …]
Dflmodule.c145 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 …]
Dalmodule.c47 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 …]
Dsvmodule.c41 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.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 …]
Dcdmodule.c18 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/python/cpython2/Lib/bsddb/
Ddbobj.py39 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/
DApiCheckTest.java46 String[] args = { "test/api/medium.xml", "test/api/medium.xml" }; in testEquivalentApi() local
54 String[] args = { "test/api/return-type-changed-1.xml", "test/api/return-type-changed-2.xml" }; in testMethodReturnTypeChanged() local
63 String[] args = { "test/api/parameter-changed-1.xml", "test/api/parameter-changed-2.xml" }; in testMethodParameterChanged() local
78 String[] args = { "test/api/parameter-changed-1.xml", "test/api/parameter-changed-3.xml" }; in testConstructorParameterChanged() local
92 String[] args = { "test/api/simple.xml", "test/api/added-class.xml" }; in testAddedClass() local
101 String[] args = { "test/api/added-class.xml", "test/api/simple.xml" }; in testRemovedClass() local
110 String[] args = { "test/api/added-deprecated-class.xml", "test/api/simple.xml" }; in testRemovedDeprecatedClass() local
119 String[] args = { "test/api/simple.xml", "test/api/changed-super.xml" }; in testChangedSuper() local
128 String[] args = { in testChangedAssignableReturn() local
140 String[] args = { "test/api/inserted-super-1.xml", "test/api/inserted-super-2.xml" }; in testInsertedSuper() local
[all …]
/external/kmod/testsuite/
Dtest-modprobe.c31 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/
Dfakewebrtccommon.h35 #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/fmtlib/support/
Dmanage.py22 def call(self, method, args, **kwargs): argument
25 def add(self, *args):
28 def checkout(self, *args):
31 def clean(self, *args):
34 def clone(self, *args):
37 def commit(self, *args):
40 def pull(self, *args):
43 def push(self, *args):
46 def reset(self, *args):
49 def update(self, *args):
[all …]
/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-debug.h7 #define dprintf_level(level, args...) do { if(level <= DEBUG_LEVEL) printf(args); } while(0) argument
8 #define dprintf1(args...) dprintf_level(1, args) argument
9 #define dprintf2(args...) dprintf_level(2, args) argument
10 #define dprintf3(args...) dprintf_level(3, args) argument
11 #define dprintf4(args...) dprintf_level(4, args) argument
12 #define dprintf5(args...) dprintf_level(5, args) argument
/external/squashfs-tools/squashfs-tools/
Derror.h34 #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/
Dext-blocks.cpp5 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/
Dlow_high_pc.c32 struct args struct
41 static struct args *args; argument
/external/v8/tools/
Dcallstats.py49 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/
Diobase.c90 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/
Dmsvcrtmodule.c34 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/cpython2/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 …]
/external/libmojo/mojo/public/cpp/bindings/lib/
Dserialization_forward.h44 size_t PrepareToSerialize(InputUserType&& input, Args&&... args) { in PrepareToSerialize()
56 void Serialize(InputUserType&& input, Args&&... args) { in Serialize()
68 bool Deserialize(DataType&& input, InputUserType* output, Args&&... args) { in Deserialize()
79 size_t PrepareToSerialize(InputUserType&& input, Args&&... args) { in PrepareToSerialize()
91 void Serialize(InputUserType&& input, in Serialize()
108 bool Deserialize(DataType&& input, InputUserType* output, Args&&... args) { in Deserialize()
/external/e2fsprogs/intl/
Dprintf.c80 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 …]
/external/selinux/python/sepolicy/sepolicy/
Dgui.py690 def column_clicked(self, treeview, treepath, treecol, *args):
738 def on_help_back_clicked(self, *args):
742 def on_help_forward_clicked(self, *args):
746 def on_help_button(self, *args):
810 def open_combo_menu(self, *args):
820 def hide_combo_menu(self, *args):
824 def set_application_label(self, *args):
827 def resize_wrap(self, *args):
852 def filter_the_data(self, list, iter, *args):
974 def select_type_more(self, *args):
[all …]
/external/autotest/client/tests/cgroup/
Dcgroup_client.py14 def test_smoke(args): argument
24 def test_memfill(args): argument
54 def test_cpu(args): argument
66 def test_devices(args): argument

12345678910>>...144