/external/clang/test/CodeGen/ |
D | debug-info-257-args.c | 7 void fn1(int, int, int, int, int, int, int, int, int, int, int, int, int, int, in fn1() argument
|
/external/clang/test/Parser/ |
D | method-prototype-1.m | 3 - (void) bycopy : (int) woodo, ... ; argument 4 - (void) break : (int) woodo, ... ; argument 5 - (void) enum : (int) woodo, ... ; argument 6 - (void) struct : (int) woodo, ... ; argument 7 - (void) union : (int) woodo, ... ; argument 8 - (void) if : (int) woodo, int i, char chh, ... ; argument 9 - (void) else : (int) woodo, ... ; argument 10 - (void) while : (int) woodo, ... ; argument 11 - (void) do : (int) woodo, ... ; argument 12 - (void) for : (int) woodo, ... ; argument [all …]
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | soc_interface.cc | 26 bool soc_interface_AllocateInOutNodeBuffers(int /*input_count*/, in soc_interface_AllocateInOutNodeBuffers() argument 27 int* /*input_sizes*/, in soc_interface_AllocateInOutNodeBuffers() argument 32 bool soc_interface_FillInputNodeWithPort(int /*port*/, int /*x*/, int /*y*/, in soc_interface_FillInputNodeWithPort() argument 38 bool soc_interface_FillInputNodeFloat(int /*x*/, int /*y*/, int /*z*/, in soc_interface_FillInputNodeFloat() argument 43 bool soc_interface_ReadOutputNodeWithPort(int /*port*/, uint8_t** /*buf*/, in soc_interface_ReadOutputNodeWithPort() argument 52 bool soc_interface_setupDummyGraph(int /*version*/) { return false; } in soc_interface_setupDummyGraph() argument 53 bool soc_interface_AllocateNodeInputAndNodeOutputArray( in soc_interface_AllocateNodeInputAndNodeOutputArray() argument 58 void* soc_interface_SetOneNodeInputs(int /*input_count*/, in soc_interface_SetOneNodeInputs() argument 63 void* soc_interface_SetOneNodeOutputs(int /*output_count*/, int* /*max_size*/) { in soc_interface_SetOneNodeOutputs() argument 66 bool soc_interface_AppendConstNode(const char* const /*name*/, int /*node_id*/, in soc_interface_AppendConstNode() argument [all …]
|
/external/clang/test/Index/ |
D | complete-super.m | 7 - (void)add:(int)x to:(int)y; argument 8 + (void)select:(Bool)condition first:(int)x second:(int)y; argument 14 - (void)add:(int)x to:(int)y; argument 15 + (void)select:(Bool)condition first:(int)x second:(int)y; argument 19 - (void)add:(int)a to:(int)b { argument 23 + (void)select:(Bool)condition first:(int)a second:(int)b { argument 30 - (void)multiply:(int)x by:(int)y; argument 37 - (void)multiply:(int)a by:(int)b { argument
|
D | complete-at-exprstmt.m | 4 - (int)myMethod:(int)arg; argument 8 - (int)myMethod:(int)arg { argument 14 + (int)add:(int)x to:(int)y; argument 15 + (int)add:(int)x to:(int)y plus:(int)z; argument
|
D | complete-property-getset.m | 7 - (int)getter2_not:(int)x; argument 9 - (void)setter1:(int)x; argument 10 + (void)setter2_not_inst:(int)x; argument 11 + (void)setter2_many_args:(int)x second:(int)y; argument 12 - (void)setter3:(int)y; argument 18 - (void)setter4:(int)x; argument
|
D | complete-method-decls.m | 6 - (id)initWithInt:(int)x; argument 7 - (id)initWithTwoInts:(inout int)x second:(int)y; 22 - (id)initWithInt:(int)x; argument 25 - (int)setValue:(int)x; argument 29 - (id)categoryFunction:(int)x; argument 36 - (void)setValue:(int)x { } argument 37 - (id)initWithTwoInts:(int)x second:(int)y { return self; } argument 42 - (id)categoryFunction:(int)x { return self; } argument 46 - (int)first:(int)x second:(float)y third:(double)z; argument 47 - (id)first:(int)xx second2:(float)y2 third:(double)z; argument [all …]
|
D | complete-objc-message.m | 6 - protocolInstanceMethod : (int)value; argument 11 + (int)classMethod1:a withKeyword:(int)b; argument 86 - (int)Method:(int)i; argument 88 - (int)Method:(float)f Arg1:(int)i1 Arg2:(int)i2; argument 89 - (int)Method:(float)f Arg1:(int)i1 OtherArg:(id)obj; argument 90 - (int)Method:(float)f SomeArg:(int)i1 OtherArg:(id)obj; argument 91 - (int)OtherMethod:(float)f Arg1:(int)i1 Arg2:(int)i2; argument 99 - (int)Method:(int)i, ...; argument 107 + (int)Method:(int)i; argument 109 + (int)Method:(float)f Arg1:(int)i1 Arg2:(int)i2; argument [all …]
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | UrlComponentEncodingTester.java | 51 map.put((int) '\b', Encoding.PERCENT); // Backspace in map.put() argument 52 map.put((int) '\t', Encoding.SKIP); // Horizontal Tab in map.put() argument 53 map.put((int) '\n', Encoding.SKIP); // Line feed in map.put() argument 55 map.put((int) '\f', Encoding.SKIP); // Form feed in map.put() argument 56 map.put((int) '\r', Encoding.SKIP); // Carriage return in map.put() argument 75 map.put((int) ' ', Encoding.PERCENT); in map.put() argument 76 map.put((int) '!', Encoding.IDENTITY); in map.put() argument 77 map.put((int) '"', Encoding.PERCENT); in map.put() argument 78 map.put((int) '#', Encoding.PERCENT); in map.put() argument 79 map.put((int) '$', Encoding.IDENTITY); in map.put() argument [all …]
|
/external/clang/test/CodeGenObjCXX/ |
D | mangle.mm | 37 - (void) process: (int)r3 :(int)r4 :(int)r5 :(int)r6 :(int)r7 :(int)r8 :(int)r9 :(int)r10 :(int &)i; argument 41 - (void) process: (int)r3 :(int)r4 :(int)r5 :(int)r6 :(int)r7 :(int)r8 :(int)r9 :(int)r10 :(int &)i… argument
|
/external/clang/test/SemaObjC/ |
D | ivar-ref-misuse.m | 7 + (void)setFoo:(int)foo; argument 8 + (void)setSprite:(int)sprite; argument 9 - (void)setFoo:(int)foo; argument 10 - (void)setSprite:(int)sprite; argument 17 + (void)setFoo:(int)foo { argument 23 + (void)setSprite:(int)sprite { argument 30 - (void)setFoo:(int)foo { argument 34 - (void)setSprite:(int)sprite { argument
|
D | method-undefined-warn-1.m | 5 - (void) meth : (int) arg1; argument 8 + (void) cls_meth1 : (int) arg1; // expected-note {{method 'cls_meth1:' declared here}} argument 15 - (void) meth : (int) arg2{} argument 16 - (void) cls_meth1 : (int) arg2{} argument 21 - (void) meth : (int) arg1; argument 24 + (void) cls_meth1 : (int) arg1; // expected-note {{method 'cls_meth1:' declared here}} argument 31 - (void) meth : (int) arg2{} argument 32 - (void) cls_meth1 : (int) arg2{} argument 37 - (void) meth : (int) arg1; argument 38 - (void) cls_meth1 : (int) arg1; argument [all …]
|
D | method-typecheck-1.m | 4 - (void) setMoo: (int) x; // expected-note {{previous definition is here}} argument 5 - (int) setMoo1: (int) x; // expected-note {{previous definition is here}} argument 6 - (int) setOk : (int) x : (double) d; argument 11 - (char) setMoo1: (int) x { return 0; } // expected-warning {{conflicting return type in implement… argument 12 - (int) setOk : (int) x : (double) d { return 0; } argument 18 + (void) cMoo: (int) x; // expected-note 2 {{previous definition is here}} argument 28 - (void) setCat: (int) x; // expected-note 2 {{previous definition is here}} argument 29 + (void) cCat: (int) x; // expected-note {{previous definition is here}} argument 35 + (int) cCat: (int) x { return 0; } // expected-warning {{conflicting return type in implementatio… argument
|
D | provisional-ivar-lookup.m | 18 - (void)setFoo:(int)value { argument 22 - (void)setFoo1:(int)value { argument 26 - (void)setFoo2:(int)value { argument 30 - (void)setFoo3:(int)value { argument 38 - (void)setPROP:(int)value { argument
|
D | property-user-setter.m | 7 -(void) setY: (int) y0; argument 11 -(void) setX: (int) a0; argument 18 -(void) setY: (int) y0{} argument 37 - (void)setIdentifier:(int)ident {} argument 39 - (id)initWithIdentifier:(int)Arg { argument 54 - (void)setRprop:(int)ident {} argument 56 - (id)initWithIdentifier:(int)Arg { argument 73 - (void) setSetterOnly:(int)value; argument 77 - (void) setSetterOnly:(int)value { argument 85 - (void)setFoo:(int)value; argument
|
D | objc-container-subscripting-3.m | 5 - (int)objectAtIndexedSubscript:(int)index; // expected-note {{method 'objectAtIndexedSubscript:' d… argument 6 - (void)setObject:(int)object atIndexedSubscript:(int)index; // expected-note {{parameter of type '… argument 11 - (void)setObject:(int)object forKeyedSubscript:(id)key; // expected-note {{parameter of type 'int'… argument
|
/external/clang/test/CodeGenObjC/ |
D | dot-syntax-1.m | 18 -(void) setX: (int) arg; argument 26 -(void) _setX: (int) arg { argument 36 -(void) setX: (int) arg { argument 45 -(void) setX: (int) arg; argument 57 -(void) setX: (int) arg { argument 67 -(void) _setX: (int) arg { argument 76 -(void) _setX: (int) arg; argument 88 -(void) _setX: (int) arg { argument 98 -(void) setX: (int) arg { argument 107 -(void) setX: (int) arg; argument [all …]
|
/external/clang/test/SemaTemplate/ |
D | instantiation-default-1.cpp | 16 void test_Def1(Def1<int, const int> *d1, Def1<const int, const int> *d2, in test_Def1() 17 Def1<int&, int&> *d3) { in test_Def1() 31 void test_Def2(Def2<int, int const*> *d2) { in test_Def2() 51 void test_Def3(Def3<int, int&> *d3a, Def3<int&, int&> *d3b) { in test_Def3() 63 void test_Def4(Def4<int, int[]> *d4a) { in test_Def4() 77 void test_Def5(Def5<int, const int[12]> *d5a, Def5<int, const int[13]> *d5b) { in test_Def5() 94 bool test_Def6(Def6<int, float, float> *d6a, in test_Def6() 97 bool(*)(int*, float(*)(double, double))> *d6c) { in test_Def6()
|
/external/eigen/bench/btl/generic_bench/init/ |
D | init_function.hh | 33 double pseudo_random(int /*index*/) in pseudo_random() argument 38 double pseudo_random(int /*index_i*/, int /*index_j*/) in pseudo_random() argument 44 double null_function(int /*index*/) in null_function() argument 49 double null_function(int /*index_i*/, int /*index_j*/) in null_function() argument
|
/external/clang/test/Analysis/ |
D | DynamicTypePropagation.m | 16 - (void) myFunction:(int*)p myParam:(int) n; argument 20 - (void) myFunction:(int*)p myParam:(int) n; argument 31 - (void) myFunction:(int*)p myParam:(int) n { argument 37 - (void) myFunction:(int*)p myParam:(int) n { argument
|
D | bug_hash_test.m | 14 - (void)method:(int)arg param:(int)arg2; argument 18 - (void)method:(int)arg param:(int)arg2 { argument
|
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/ |
D | swap.pass.cpp | 47 int operator()(int, int) const { return -2; } in operator ()() argument 48 int operator()(int, int, int) const { return -3; } in operator ()() argument 56 int g(int) { return 0; } in g() argument 57 int h(int) { return 1; } in h() argument 58 int g2(int, int) { return 2; } in g2() argument 59 int g3(int, int, int) { return 3; } in g3() argument
|
/external/boringssl/src/util/ |
D | make_errors.go | 184 func (a assignmentsSlice) Less(i, j int) bool { 188 func (a assignmentsSlice) Swap(i, j int) { 192 func outputAssignments(w io.Writer, assignments map[string]int) { 230 func writeHeaderFile(w io.Writer, headerFile io.Reader, lib string, reasons map[string]int) error { 273 func outputStrings(w io.Writer, lib string, assignments map[string]int) { 288 func assignNewValues(assignments map[string]int, reserved int) { 324 func handleDeclareMacro(line, join, macroName string, m map[string]int) { 344 func addReasons(reasons map[string]int, filename, prefix string) error {
|
/external/compiler-rt/lib/tsan/dd/ |
D | dd_interceptors.cc | 43 INTERCEPTOR(int, pthread_mutex_destroy, pthread_mutex_t *m) { in INTERCEPTOR() argument 49 INTERCEPTOR(int, pthread_mutex_lock, pthread_mutex_t *m) { in INTERCEPTOR() argument 57 INTERCEPTOR(int, pthread_mutex_trylock, pthread_mutex_t *m) { in INTERCEPTOR() argument 65 INTERCEPTOR(int, pthread_mutex_unlock, pthread_mutex_t *m) { in INTERCEPTOR() argument 71 INTERCEPTOR(int, pthread_spin_destroy, pthread_spinlock_t *m) { in INTERCEPTOR() argument 78 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *m) { in INTERCEPTOR() argument 86 INTERCEPTOR(int, pthread_spin_trylock, pthread_spinlock_t *m) { in INTERCEPTOR() argument 94 INTERCEPTOR(int, pthread_spin_unlock, pthread_spinlock_t *m) { in INTERCEPTOR() argument 100 INTERCEPTOR(int, pthread_rwlock_destroy, pthread_rwlock_t *m) { in INTERCEPTOR() argument 106 INTERCEPTOR(int, pthread_rwlock_rdlock, pthread_rwlock_t *m) { in INTERCEPTOR() argument [all …]
|
/external/mesa3d/src/amd/addrlib/inc/chip/r800/ |
D | si_gb_reg.h | 47 unsigned int : 1; member 49 unsigned int : 1; member 51 unsigned int : 1; member 53 unsigned int : 2; member 55 unsigned int : 1; member 57 unsigned int : 1; member 59 unsigned int : 2; member 62 unsigned int : 1; member 68 unsigned int : 1; member 71 unsigned int : 2; member [all …]
|