Home
last modified time | relevance | path

Searched refs:setX (Results 1 – 25 of 50) sorted by relevance

12

/external/clang/test/CodeGenObjC/
Ddot-syntax-1.m18 -(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 …]
Ddot-syntax.m30 -(void) setX: (int) arg {
32 printf("-[A setX: %d]\n", myX);
Dimplicit-property.m8 -(void) setX:(int)arg;
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DInvokeDynamicTest.java34 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/
Dqualified-protocol-method-conflicts.m5 -(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…
Dproperty-deprecated-warning.m152 - (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}}
Dmethod-lookup-3.m25 -(void) setX: (INTERFERE_TYPE) arg;
43 [ a0 setX: a1];
Divar-lookup.m7 -(void) setX: (int) d;
14 -(void) setX: (int) n {
Dgetter-setter-defined-in-category-of-parent.m15 - (void) setX: (int)in {X = in - 2;}
/external/clang/test/Analysis/
Dderived-to-base.cpp44 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/skia/experimental/svg/model/
DSkSVGUse.cpp24 void SkSVGUse::setX(const SkSVGLength& x) { in setX() function in SkSVGUse
41 this->setX(*x); in onSetAttribute()
DSkSVGRect.cpp16 void SkSVGRect::setX(const SkSVGLength& x) { in setX() function in SkSVGRect
44 this->setX(*x); in onSetAttribute()
DSkSVGSVG.cpp47 void SkSVGSVG::setX(const SkSVGLength& x) { in setX() function in SkSVGSVG
71 this->setX(*x); in onSetAttribute()
DSkSVGPattern.cpp17 void SkSVGPattern::setX(const SkSVGLength& x) { in setX() function in SkSVGPattern
45 this->setX(*x); in onSetAttribute()
DSkSVGUse.h27 void setX(const SkSVGLength&);
DSkSVGSVG.h23 void setX(const SkSVGLength&);
DSkSVGPattern.h24 void setX(const SkSVGLength&);
/external/skqp/experimental/svg/model/
DSkSVGUse.cpp24 void SkSVGUse::setX(const SkSVGLength& x) { in setX() function in SkSVGUse
41 this->setX(*x); in onSetAttribute()
DSkSVGRect.cpp16 void SkSVGRect::setX(const SkSVGLength& x) { in setX() function in SkSVGRect
44 this->setX(*x); in onSetAttribute()
DSkSVGSVG.cpp47 void SkSVGSVG::setX(const SkSVGLength& x) { in setX() function in SkSVGSVG
71 this->setX(*x); in onSetAttribute()
DSkSVGPattern.cpp17 void SkSVGPattern::setX(const SkSVGLength& x) { in setX() function in SkSVGPattern
45 this->setX(*x); in onSetAttribute()
DSkSVGUse.h27 void setX(const SkSVGLength&);
DSkSVGSVG.h23 void setX(const SkSVGLength&);
DSkSVGPattern.h24 void setX(const SkSVGLength&);
/external/libchrome/mojo/public/cpp/bindings/tests/
Drect_blink_traits.h25 out->setX(r.x());

12