Home
last modified time | relevance | path

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

12345678910>>...127

/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/doclava/test/doclava/
DApiCheckTest.java41 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/add-class.xml" }; in testAddedClass() local
91 String[] args = { "test/api/add-class.xml", "test/api/simple.xml" }; in testRemovedClass() local
99 String[] args = { "test/api/simple.xml", "test/api/changed-super.xml" }; in testChangedSuper() local
107 …String[] args = { "test/api/changed-assignable-return-1.xml", "test/api/changed-assignable-return-… in testChangedAssignableReturn() local
114 String[] args = { "test/api/inserted-super-1.xml", "test/api/inserted-super-2.xml" }; in testInsertedSuper() local
121 String[] args = { "test/api/removed-interface.xml", "test/api/medium.xml" }; in testAddedInterface() 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/chromium-trace/catapult/third_party/pipeline/pipeline/
Dcommon.py42 def run(self, *args):
56 def run(self, *args):
74 def run(self, *args):
86 def run(self, *args):
96 def run(self, *args):
106 def __init__(self, *args):
111 def run(self, *args):
118 def __init__(self, *args):
123 def run(self, *args):
130 def __init__(self, *args):
[all …]
/external/avahi/avahi-sharp/
DAvahiTest.cs46 private static void OnEntryGroupChanged (object o, EntryGroupStateArgs args) in OnEntryGroupChanged()
57 private static void OnDomainAdded (object o, DomainInfoArgs args) in OnDomainAdded()
72 private static void OnCacheExhausted (object o, EventArgs args) in OnCacheExhausted()
77 private static void OnServiceTypeAdded (object o, ServiceTypeInfoArgs args) in OnServiceTypeAdded()
86 private static void OnServiceAdded (object o, ServiceInfoArgs args) in OnServiceAdded()
94 private static void OnServiceResolved (object o, ServiceInfoArgs args) in OnServiceResolved()
110 private static void OnAddressResolverFailed (object o, ErrorCodeArgs args) in OnAddressResolverFailed()
115 private static void OnAddressResolved (object o, HostAddressArgs args) in OnAddressResolved()
126 private static void OnHostNameResolved (object o, HostAddressArgs args) in OnHostNameResolved()
/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/selinux/policycoreutils/sepolicy/sepolicy/
Dgui.py683 def column_clicked(self, treeview, treepath, treecol, *args):
731 def on_help_back_clicked(self, *args):
735 def on_help_forward_clicked(self, *args):
739 def on_help_button(self, *args):
803 def open_combo_menu(self, *args):
813 def hide_combo_menu(self, *args):
817 def set_application_label(self, *args):
820 def resize_wrap(self, *args):
846 def filter_the_data(self, list, iter, *args):
968 def select_type_more(self, *args):
[all …]
/external/elfutils/tests/
Dlow_high_pc.c32 struct args struct
41 static struct args *args; argument
/external/chromium-trace/catapult/third_party/typ/
Drun21 def call(*args, **kwargs):
73 def run_clean(args): argument
77 def run_coverage(args): argument
91 def run_help(args): argument
97 def run_lint(args): argument
101 def run_tests(args): argument
/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/v8/test/mjsunit/es6/
Dspread-call-new-class.js11 constructor(...args) {
18 constructor(...args) {
25 constructor(...args) {
54 constructor(...args) {
61 constructor(...args) {
68 constructor(...args) {
/external/chromium-trace/catapult/tracing/test_data/
Dbig_trace.json1 …:21296,"ts":438877834451,"ph":"B","name":"RenderWidget::OnUpdateRectAck","args":{}},{"cat":"render… object
Dmain_thread_has_unclosed_slices.json1 …330,"tid":12330,"ts":714008209348,"ph":"B","name":"MessageLoop::RunTask","args":{"src_file":"../..… object
Dtall_trace.json3 "args": {}}, object
5 "args": {}}, object
7 "args": {}}, object
9 "args": {}}, object
11 "args": {}}, object
13 "args": {}}, object
16 "args": {}}, object
18 "args": {}}, object
21 "args": {}}, object
23 "args": {}}, object
[all …]
Dflow.json1 …3885,"tid":12,"ts":1496637337834,"ph":"s","name":"MessageLoop::PostTask","args":{},"id":"0xafbf7fb… object
2 …id":11,"ts":1496637340355,"ph":"B","name":"SyncChannel::SendWithTimeout","args":{"class":1,"line":… object
3 {"cat":"task","pid":23885,"tid":11,"ts":1496637340360,"ph":"s","name":"MessageLoop::PostTask","args object
4 …,"pid":23885,"tid":11,"ts":1496637340366,"ph":"E","name":"SyncChannel::SendWithTimeout","args":{}}, object
5 {"cat":"task","pid":23885,"tid":11,"ts":1496637340380,"ph":"f","name":"MessageLoop::PostTask","args object
6 {"cat":"task","pid":23885,"tid":11,"ts":1496637340380,"ph":"B","name":"MessageLoop::RunTask","args"… object
7 {"cat":"task","pid":23885,"tid":11,"ts":1496637340398,"ph":"E","name":"MessageLoop::RunTask","args"… object
8 {"cat":"task","pid":23885,"tid":11,"ts":1496637340400,"ph":"f","name":"MessageLoop::PostTask","args object
9 {"cat":"task","pid":23885,"tid":11,"ts":1496637340400,"ph":"B","name":"MessageLoop::RunTask","args"… object
10 {"cat":"task","pid":23885,"tid":12,"ts":1496637340402,"ph":"f","name":"MessageLoop::PostTask","args object
[all …]
Dx_event_trace.json1 …id":14751,"ts":172187584349,"ph":"X","name":"Scheduler::OnBeginFrameDeadline","args":{},"dur":732}, object
2 …1,"ts":172187584379,"ph":"X","name":"ThreadProxy::ScheduledActionManageTiles","args":{},"dur":610}, object
3 …4689,"tid":14751,"ts":172187584379,"ph":"X","name":"TileManager::ManageTiles","args":{},"dur":610}, object
4 …7584379,"ph":"X","name":"PixelBufferRasterWorkerPool::CheckForCompletedTasks","args":{},"dur":153}, object
5 …":14751,"ts":172187584379,"ph":"X","name":"WorkerPool::CheckForCompletedTasks","args":{},"dur":31}, object
6 …51,"ts":172187584410,"ph":"X","name":"WorkerPool::ProcessCompletedTasks","args":{"completed_task_c… object
7 …4751,"ts":172187584532,"ph":"X","name":"TileManager::GetTilesWithAssignedBins","args":{},"dur":91}, object
8 …:14751,"ts":172187584623,"ph":"X","name":"TileManager::AssignGpuMemoryToTiles","args":{},"dur":61}, object
9 …id":14751,"ts":172187584715,"ph":"X","name":"TileManager::ScheduleTasks","args":{"count":0},"dur":… object
10 …ts":172187584715,"ph":"X","name":"PixelBufferRasterWorkerPool::ScheduleTasks","args":{},"dur":183}, object
[all …]
Dsimple_trace.json4 "name": "counter", "args": {"value": 10}}, object
7 "args": {"name_false": false, "value_true": true}}, object
9 "name": "ProcessWideEvent1", "args": {}}, object
12 "name": "Asub with a name that wont fit", "args": {}}, object
14 "name": "Asub", "args": {}}, object
16 "name": "Asub", "args": {}}, object
18 "name": "Long X type", "args": {}, "sf": 7, "esf": 8}, object
20 "name": "Asub", "args": {}}, object
22 "name": "X1", "args": {}}, object
24 "name": "X same ts and dur as X1", "args": {}}, object
[all …]
Dtraceviewify.json10 "args": {} object
19 "args": {} object
28 "args": {} object
37 "args": {} object
46 "args": {} object
55 "args": {} object
64 "args": {} object
73 "args": {} object
82 "args": {} object
91 "args": {} object
[all …]
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_resolve_ast.c55 struct cil_args_resolve *args = cil_malloc(sizeof(*args)); in gen_resolve_args() local
78 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_name() local
102 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_name_invalid_type_neg() local
141 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_roleallow() local
160 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_roleallow_srcdecl_neg() local
180 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_roleallow_tgtdecl_neg() local
200 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_classmapping_anon() local
222 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NU… in test_cil_resolve_classmapping_anon_inmacro() local
257 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NU… in test_cil_resolve_classmapping_anon_inmacro_neg() local
290 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_classmapping_named() local
[all …]
/external/pdfium/third_party/freetype/src/truetype/
Dttinterp.c2621 FT_Long* args ) in Ins_MPPEM()
2635 FT_Long* args ) in Ins_MPS()
2654 Ins_DUP( FT_Long* args ) in Ins_DUP()
2693 Ins_SWAP( FT_Long* args ) in Ins_SWAP()
2712 FT_Long* args ) in Ins_DEPTH()
2725 Ins_LT( FT_Long* args ) in Ins_LT()
2738 Ins_LTEQ( FT_Long* args ) in Ins_LTEQ()
2751 Ins_GT( FT_Long* args ) in Ins_GT()
2764 Ins_GTEQ( FT_Long* args ) in Ins_GTEQ()
2777 Ins_EQ( FT_Long* args ) in Ins_EQ()
[all …]
/external/freetype/src/truetype/
Dttinterp.c2631 FT_Long* args ) in Ins_MPPEM()
2645 FT_Long* args ) in Ins_MPS()
2664 Ins_DUP( FT_Long* args ) in Ins_DUP()
2703 Ins_SWAP( FT_Long* args ) in Ins_SWAP()
2722 FT_Long* args ) in Ins_DEPTH()
2735 Ins_LT( FT_Long* args ) in Ins_LT()
2748 Ins_LTEQ( FT_Long* args ) in Ins_LTEQ()
2761 Ins_GT( FT_Long* args ) in Ins_GT()
2774 Ins_GTEQ( FT_Long* args ) in Ins_GTEQ()
2787 Ins_EQ( FT_Long* args ) in Ins_EQ()
[all …]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
Dttinterp.c2612 FT_Long* args ) in Ins_MPPEM()
2626 FT_Long* args ) in Ins_MPS()
2645 Ins_DUP( FT_Long* args ) in Ins_DUP()
2684 Ins_SWAP( FT_Long* args ) in Ins_SWAP()
2703 FT_Long* args ) in Ins_DEPTH()
2716 Ins_LT( FT_Long* args ) in Ins_LT()
2729 Ins_LTEQ( FT_Long* args ) in Ins_LTEQ()
2742 Ins_GT( FT_Long* args ) in Ins_GT()
2755 Ins_GTEQ( FT_Long* args ) in Ins_GTEQ()
2768 Ins_EQ( FT_Long* args ) in Ins_EQ()
[all …]
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
Djson.py33 def encode(value, *args, **kwargs):
58 def decode(value, *args, **kwargs):
79 def b64encode(value, *args, **kwargs):
87 def b64decode(value, *args, **kwargs):
95 def quote(value, *args, **kwargs):
103 def unquote(value, *args, **kwargs):
/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>>...127