/external/clang/test/CodeGenObjC/ |
D | dot-syntax-1.m | 18 -(void) setX: (int) arg; 36 -(void) setX: (int) arg { 45 -(void) setX: (int) arg; 57 -(void) setX: (int) arg { 58 printf("-[ Top1 setX: %d ]\n", arg); 98 -(void) setX: (int) arg { 99 printf("-[ Bot2 setX: %d ]\n", arg); 107 -(void) setX: (int) arg; 119 -(void) setX: (int) arg { 120 printf("-[ Top3 setX: %d ]\n", arg); [all …]
|
D | dot-syntax.m | 30 -(void) setX: (int) arg { 32 printf("-[A setX: %d]\n", myX);
|
D | implicit-property.m | 8 -(void) setX:(int)arg;
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | dot-syntax-1.m | 18 -(void) setX: (int) arg; 36 -(void) setX: (int) arg { 45 -(void) setX: (int) arg; 57 -(void) setX: (int) arg { 58 printf("-[ Top1 setX: %d ]\n", arg); 98 -(void) setX: (int) arg { 99 printf("-[ Bot2 setX: %d ]\n", arg); 107 -(void) setX: (int) arg; 119 -(void) setX: (int) arg { 120 printf("-[ Top3 setX: %d ]\n", arg); [all …]
|
D | dot-syntax.m | 30 -(void) setX: (int) arg { 32 printf("-[A setX: %d]\n", myX);
|
D | implicit-property.m | 8 -(void) setX:(int)arg;
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/ |
D | InvokeDynamicTest.java | 34 real.setX(5); in directlyOn() 38 Shadow.directlyOn(real, Real.class).setX(42); in directlyOn() 47 real.setX(42); in rebindShadow1() 55 real.setX(42); in rebindShadow2() 63 public void setX(int x) { in setX() method in InvokeDynamicTest.Real 72 public void setX(int x) { in setX() method in InvokeDynamicTest.RealCopy 83 protected void setX(int x) { in setX() method in InvokeDynamicTest.RealShadow 94 protected void setX(int x) { in setX() method in InvokeDynamicTest.RealShadow1 104 protected void setX(int x) { in setX() method in InvokeDynamicTest.RealShadow2
|
/external/clang/test/SemaObjC/ |
D | qualified-protocol-method-conflicts.m | 5 -(void) setX: (int) arg0; // expected-note {{previous declaration is here}} 10 -(void) setX: (float) arg0; // expected-note 2 {{previous declaration is here}} 18 -(void) setX: (int) arg0 { } // expected-warning {{conflicting parameter types in declaration of 's… 26 -(void) setX: (float) arg0 { } // expected-warning {{conflicting parameter types in declaration of … 37 -(void) setX: (int) arg0 { } // expected-warning {{conflicting parameter types in declaration of 's…
|
D | property-deprecated-warning.m | 152 - (void)setX:(int)x __attribute__ ((deprecated)); // expected-note 2 {{'setX:' has been explicitly … 157 - (void)setX:(int)x { 166 [foo setX:5678]; // expected-warning {{'setX:' is deprecated}} 168 // expected-warning {{property access is using 'setX:' method which is deprecated}}
|
D | method-lookup-3.m | 25 -(void) setX: (INTERFERE_TYPE) arg; 43 [ a0 setX: a1];
|
/external/llvm-project/clang/test/SemaObjC/ |
D | qualified-protocol-method-conflicts.m | 5 -(void) setX: (int) arg0; // expected-note {{previous declaration is here}} 10 -(void) setX: (float) arg0; // expected-note 2 {{previous declaration is here}} 18 -(void) setX: (int) arg0 { } // expected-warning {{conflicting parameter types in declaration of 's… 26 -(void) setX: (float) arg0 { } // expected-warning {{conflicting parameter types in declaration of … 37 -(void) setX: (int) arg0 { } // expected-warning {{conflicting parameter types in declaration of 's…
|
D | property-deprecated-warning.m | 153 - (void)setX:(int)x __attribute__ ((deprecated)); // expected-note 2 {{'setX:' has been explicitly … 158 - (void)setX:(int)x { 167 [foo setX:5678]; // expected-warning {{'setX:' is deprecated}} 169 // expected-warning {{property access is using 'setX:' method which is deprecated}}
|
D | method-lookup-3.m | 25 -(void) setX: (INTERFERE_TYPE) arg; 43 [ a0 setX: a1];
|
/external/clang/test/Analysis/ |
D | derived-to-base.cpp | 44 void setX() { x = 42; } in setX() function in VirtualBaseClasses::C 53 d.setX(); in test() 57 dv.setX(); in test() 61 dv2.setX(); in test() 79 void setX() { x = 42; } in setX() function in VirtualBaseClasses::CI 86 d.setX(); in testIntermediate()
|
/external/llvm-project/clang/test/Analysis/ |
D | derived-to-base.cpp | 44 void setX() { x = 42; } in setX() function in VirtualBaseClasses::C 53 d.setX(); in test() 57 dv.setX(); in test() 61 dv2.setX(); in test() 79 void setX() { x = 42; } in setX() function in VirtualBaseClasses::CI 86 d.setX(); in testIntermediate()
|
/external/skqp/experimental/svg/model/ |
D | SkSVGUse.cpp | 24 void SkSVGUse::setX(const SkSVGLength& x) { in setX() function in SkSVGUse 41 this->setX(*x); in onSetAttribute()
|
D | SkSVGRect.cpp | 16 void SkSVGRect::setX(const SkSVGLength& x) { in setX() function in SkSVGRect 44 this->setX(*x); in onSetAttribute()
|
D | SkSVGSVG.cpp | 47 void SkSVGSVG::setX(const SkSVGLength& x) { in setX() function in SkSVGSVG 71 this->setX(*x); in onSetAttribute()
|
D | SkSVGPattern.cpp | 17 void SkSVGPattern::setX(const SkSVGLength& x) { in setX() function in SkSVGPattern 45 this->setX(*x); in onSetAttribute()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/ |
D | TestBasicAnnotations.java | 47 @JsonProperty public void setX(int value) { _x = value; } in setX() method in TestBasicAnnotations.SizeClassSetter2 70 public void setX(int value) { _x = value; } in setX() method in TestBasicAnnotations.BaseBean 94 public void setX(int v) { value = v; } in setX() method in TestBasicAnnotations.AnnoBean
|
D | TestStatics.java | 18 public static void setX(int value) { throw new Error("Should NOT call static method"); } in setX() method in TestStatics.Bean
|
/external/skia/modules/svg/src/ |
D | SkSVGFeLightSource.cpp | 32 this->setX(SkSVGAttributeParser::parse<SkSVGNumberType>("x", n, v)) || in parseAndSetAttribute() 39 this->setX(SkSVGAttributeParser::parse<SkSVGNumberType>("x", n, v)) || in parseAndSetAttribute()
|
/external/javassist/src/test/javassist/proxyfactory/ |
D | ProxyFactoryTest.java | 23 myHandler.setX(4711); in testMethodHandlers() 40 myHandler.setX(4711); in testSerialize() 71 public void setX(int x) { in setX() method in ProxyFactoryTest.MyMethodHandler
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/ |
D | TestAnnotatedClass.java | 39 public abstract void setX(T value); in setX() method in TestAnnotatedClass.GenericBase 46 public void setX(Integer value) { } in setX() method in TestAnnotatedClass.NumberBean
|
/external/skia/modules/svg/tests/ |
D | Text.cpp | 155 a->setX(tst.xa); in DEF_TEST() 157 b->setX(tst.xb); in DEF_TEST()
|