| /external/regex-re2/re2/ |
| D | variadic_function.h | 21 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/ |
| 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/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/ |
| 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/chromium-trace/catapult/third_party/pipeline/pipeline/ |
| D | common.py | 42 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/ |
| D | AvahiTest.cs | 46 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/ |
| 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/selinux/policycoreutils/sepolicy/sepolicy/ |
| D | gui.py | 683 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/chromium-trace/catapult/third_party/typ/ |
| D | run | 21 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/elfutils/tests/ |
| D | low_high_pc.c | 32 struct args struct 41 static struct args *args; argument
|
| /external/v8/test/mjsunit/es6/ |
| D | spread-call-new-class.js | 9 constructor(...args) { 16 constructor(...args) { 23 constructor(...args) { 52 constructor(...args) { 59 constructor(...args) { 66 constructor(...args) {
|
| /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 …]
|
| /external/v8/tools/ |
| D | callstats.py | 49 def start_replay_server(args, sites): argument 127 def run_site(site, domain, args, timeout=None): argument 214 def read_sites_file(args): argument 237 def do_run(args): argument 313 def read_stats(path, domain, args): argument 365 def print_stats(S, args): argument 422 def do_stats(args): argument 447 def create_total_page_stats(domains, args): argument 472 def do_json(args): argument 507 def do_help(parser, subparsers, args): argument
|
| /external/chromium-trace/catapult/tracing/test_data/ |
| D | big_trace.json | 1 …:21296,"ts":438877834451,"ph":"B","name":"RenderWidget::OnUpdateRectAck","args":{}},{"cat":"render… object
|
| D | main_thread_has_unclosed_slices.json | 1 …330,"tid":12330,"ts":714008209348,"ph":"B","name":"MessageLoop::RunTask","args":{"src_file":"../..… object
|
| D | tall_trace.json | 3 "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 …]
|
| D | v8_runtime_call_stats.json | 1 {"traceEvents":[{"pid":35190,"tid":0,"ts":0,"ph":"M","cat":"__metadata","name":"num_cpus","args":{"… object 2 {"pid":35190,"tid":2,"ts":0,"ph":"M","cat":"__metadata","name":"process_sort_index","args":{"sort_i… object 3 {"pid":35190,"tid":2,"ts":0,"ph":"M","cat":"__metadata","name":"process_name","args":{"name":"Rende… object 4 {"pid":35190,"tid":1,"ts":0,"ph":"M","cat":"__metadata","name":"thread_sort_index","args":{"sort_in… object 5 {"pid":35190,"tid":1,"ts":0,"ph":"M","cat":"__metadata","name":"thread_name","args":{"name":"CrRend… object 6 {"pid":35190,"tid":2,"ts":0,"ph":"M","cat":"__metadata","name":"thread_name","args":{"name":"Chrome… object 7 {"pid":35200,"tid":35244,"ts":0,"ph":"M","cat":"__metadata","name":"process_sort_index","args":{"so… object 8 {"pid":35200,"tid":35244,"ts":0,"ph":"M","cat":"__metadata","name":"process_name","args":{"name":"G… object 9 {"pid":35200,"tid":35200,"ts":0,"ph":"M","cat":"__metadata","name":"thread_name","args":{"name":"Cr… object 10 {"pid":35200,"tid":35244,"ts":0,"ph":"M","cat":"__metadata","name":"thread_name","args":{"name":"Ch… object [all …]
|
| D | flow.json | 1 …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 …]
|
| D | simple_trace.json | 4 "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 …]
|
| D | x_event_trace.json | 1 …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 …]
|
| /external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/ |
| D | json.py | 33 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/selinux/libsepol/cil/test/unit/ |
| D | test_cil_resolve_ast.c | 55 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/ |
| D | ttinterp.c | 2621 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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
| D | ttinterp.c | 2612 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/freetype/src/truetype/ |
| D | ttinterp.c | 2571 FT_Long* args ) in Ins_MPPEM() 2585 FT_Long* args ) in Ins_MPS() 2611 Ins_DUP( FT_Long* args ) in Ins_DUP() 2650 Ins_SWAP( FT_Long* args ) in Ins_SWAP() 2669 FT_Long* args ) in Ins_DEPTH() 2682 Ins_LT( FT_Long* args ) in Ins_LT() 2695 Ins_LTEQ( FT_Long* args ) in Ins_LTEQ() 2708 Ins_GT( FT_Long* args ) in Ins_GT() 2721 Ins_GTEQ( FT_Long* args ) in Ins_GTEQ() 2734 Ins_EQ( FT_Long* args ) in Ins_EQ() [all …]
|