/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;
|
D | atomic-aggregate-property.m | 34 // CHECK-LP64: define internal void @"\01-[A setX:]"(
|
/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];
|
D | ivar-lookup.m | 7 -(void) setX: (int) d; 14 -(void) setX: (int) n {
|
D | getter-setter-defined-in-category-of-parent.m | 15 - (void) setX: (int)in {X = in - 2;}
|
D | property-error-readonly-assign.m | 18 b.x = 10; // expected-error {{no setter method 'setX:' for assignment to property}}
|
D | property-user-setter.m | 11 -(void) setX: (int) a0;
|
D | unused-backing-ivar-warning.m | 18 - (void) setX:(id)newX { // expected-warning {{ivar '_x' which backs the property is not reference…
|
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | TimeLineGraph.java | 239 thisItem.setX(xOffset + (i * xIncrement)); in setCoordinates() 251 thisItem.setX(xOffset + (i * (width/n))); in setCoordinates() 286 thisItem.setX(closestPrecedingItem.x); in setRelativeXPosition() 289 thisItem.setX(closestFollowingItem.x); in setRelativeXPosition() 296 …thisItem.setX((int)(Math.round((thisItem.timestamp-closestPrecedingItem.timestamp)*increments)+clo… in setRelativeXPosition()
|
D | TimeLineGraphItem.java | 80 public void setX(int x) { in setX() method in TimeLineGraphItem
|
/external/jmonkeyengine/engine/src/test/jme3test/audio/ |
D | TestReverb.java | 67 v.setX(FastMath.nextRandomFloat()); in simpleUpdate()
|
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
D | Intersection.java | 51 minMax.setX(x1); in findMinMax() 57 minMax.setX(x2); in findMinMax()
|
/external/clang/test/SemaObjCXX/ |
D | propert-dot-error.mm | 23 a.x = X(); // expected-error {{no setter method 'setX:' for assignment to property}}
|
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
D | BitmapCharacter.java | 76 public void setX(int x) { in setX() method in BitmapCharacter
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/ |
D | SimpleXYSeriesTest.java | 121 series.setX(22, 2); in testSet()
|
/external/clang/test/CodeGenObjCXX/ |
D | property-objects.mm | 88 - (void)setX:(X)x;
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | SimpleXYSeries.java | 164 public void setX(Number value, int index) { in setX() method in SimpleXYSeries
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/font/plugins/ |
D | BitmapFontLoader.java | 128 ch.setX(Integer.parseInt(tokens[i + 1])); in load()
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Vector2f.java | 601 public Vector2f setX(float x) { in setX() method in Vector2f
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | ParserTest.java | 232 TestRequiredOptimizedForSize.newBuilder().setX(78).build()); in testOptimizeForSize()
|