/external/skia/experimental/svg/model/ |
D | SkSVGRect.cpp | 20 void SkSVGRect::setY(const SkSVGLength& y) { in setY() function in SkSVGRect 49 this->setY(*y); in onSetAttribute()
|
D | SkSVGSVG.cpp | 51 void SkSVGSVG::setY(const SkSVGLength& y) { in setY() function in SkSVGSVG 76 this->setY(*y); in onSetAttribute()
|
D | SkSVGSVG.h | 24 void setY(const SkSVGLength&);
|
D | SkSVGRect.h | 22 void setY(const SkSVGLength&);
|
/external/clang/test/SemaObjC/ |
D | method-lookup-3.m | 26 -(void) setY: (INTERFERE_TYPE) arg; 47 [ a0 setY: a1];
|
D | property-user-setter.m | 7 -(void) setY: (int) y0; 18 -(void) setY: (int) y0{}
|
D | atomoic-property-synnthesis-rules.m | 356 - (void) setY: (int) aValue
|
/external/clang/test/CodeGenObjC/ |
D | dot-syntax.m | 41 -(void) setY: (__complex int) arg { 43 printf("-[A setY: (%d, %d)]\n", __real myY, __imag myY);
|
D | complex-property.m | 7 - (void) setY : (__complex int)rhs;
|
D | atomic-aggregate-property.m | 40 // CHECK-LP64: define internal void @"\01-[A setY:]"(
|
/external/skia/samplecode/ |
D | SampleSVGPong.cpp | 67 node->setY(SkSVGLength(rrect.rect().y())); in make_svg_rrect() 220 objectNode->setY(SkSVGLength(corner.y())); in updateDom() 228 shadowNode->setY(SkSVGLength(shadowCorner.y())); in updateDom()
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | rect_blink_traits.h | 27 out->setY(r.y());
|
D | rect_blink.h | 35 void setY(int y) { in setY() function
|
D | struct_traits_unittest.cc | 86 largest_rect_.setY(r.y()); in AddRect()
|
/external/clang/test/ARCMT/ |
D | remove-dealloc-method.m | 22 [self setY:nil];
|
D | remove-dealloc-zerouts.m | 23 [self setY:0];
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | TimeLineGraphItem.java | 88 public void setY(int y) { in setY() method in TimeLineGraphItem
|
D | TimeLineGraph.java | 240 thisItem.setY((int)(PADDING+((max-thisItem.value) * (height)/(yValueRange)))); in setCoordinates() 255 thisItem.setY((int)(PADDING+((max-thisItem.value) * (height)/(yValueRange)))); in setCoordinates()
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/ |
D | SimpleXYSeriesTest.java | 127 series.setY(23, 2); in testSet()
|
/external/clang/test/Analysis/ |
D | objc-properties.m | 53 - (void) setY:(MyClass*) NewValue {
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | SimpleXYSeries.java | 178 public void setY(Number value, int index) { in setY() method in SimpleXYSeries
|
/external/clang/test/SemaObjCXX/ |
D | properties.mm | 27 - (void) setY: (int) y;
|
/external/skia/include/core/ |
D | SkPoint.h | 52 void setY(int32_t y) { fY = y; } in setY() function
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
D | performanceui.jar | META-INF/MANIFEST.MF
.project
about.html
plugin.xml
build.properties
images ... |
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.hpp | 2365 Offset2D& setY( int32_t y_ ) in setY() function 2418 Offset3D& setY( int32_t y_ ) in setY() function 2595 Viewport& setY( float y_ ) in setY() function 4080 DispatchIndirectCommand& setY( uint32_t y_ ) in setY() function
|