/external/autotest/client/site_tests/firmware_TouchMTB/geometry/ |
D | minicircle.py | 24 from elements import Point, Circle 34 return Circle(center, radius) 70 return Circle(center, radius) 81 return Circle(None, None) 83 return Circle(R.pop(), 0)
|
D | elements.py | 73 class Circle: class
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-impl.m | 10 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "Circle" 12 @interface Circle : Shape interface 15 @implementation Circle implementation
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
D | Example2_24Test.java | 65 Circle circle = new Circle((Map<String, Integer>) values.get("center"), in construct() 97 this.representers.put(Circle.class, new RepresentCircle()); in MyRepresenter() 113 Circle circle = (Circle) data; in representData() 178 private class Circle extends Entity { class in Example2_24Test 182 public Circle(Map<String, Integer> center, Integer radius) { in Circle() method in Example2_24Test.Circle
|
/external/kotlinx.coroutines/ui/kotlinx-coroutines-javafx/test/guide/ |
D | example-ui-basic-01.kt | 18 import javafx.scene.shape.Circle 31 val fab = Circle(20.0, Color.valueOf("#FF4081")) 53 fun setup(hello: Text, fab: Circle) { in setup()
|
D | example-ui-advanced-01.kt | 18 import javafx.scene.shape.Circle 31 val fab = Circle(20.0, Color.valueOf("#FF4081")) 53 fun setup(hello: Text, fab: Circle) { in setup()
|
D | example-ui-basic-02.kt | 18 import javafx.scene.shape.Circle 31 val fab = Circle(20.0, Color.valueOf("#FF4081")) 53 fun setup(hello: Text, fab: Circle) { in setup()
|
D | example-ui-advanced-02.kt | 18 import javafx.scene.shape.Circle 31 val fab = Circle(20.0, Color.valueOf("#FF4081")) 53 fun setup(hello: Text, fab: Circle) { in setup()
|
D | example-ui-basic-03.kt | 18 import javafx.scene.shape.Circle 31 val fab = Circle(20.0, Color.valueOf("#FF4081")) 53 fun setup(hello: Text, fab: Circle) { in setup()
|
D | example-ui-actor-01.kt | 18 import javafx.scene.shape.Circle in <lambda>() 31 val fab = Circle(20.0, Color.valueOf("#FF4081")) 53 fun setup(hello: Text, fab: Circle) { in setup()
|
D | example-ui-actor-02.kt | 18 import javafx.scene.shape.Circle in <lambda>() 31 val fab = Circle(20.0, Color.valueOf("#FF4081")) 53 fun setup(hello: Text, fab: Circle) { in setup()
|
D | example-ui-actor-03.kt | 18 import javafx.scene.shape.Circle in <lambda>() 31 val fab = Circle(20.0, Color.valueOf("#FF4081")) 53 fun setup(hello: Text, fab: Circle) { in setup()
|
D | example-ui-blocking-01.kt | 18 import javafx.scene.shape.Circle in <lambda>() 31 val fab = Circle(20.0, Color.valueOf("#FF4081")) 65 fun setup(hello: Text, fab: Circle) { in fib()
|
D | example-ui-blocking-03.kt | 18 import javafx.scene.shape.Circle in <lambda>() 31 val fab = Circle(20.0, Color.valueOf("#FF4081")) 62 fun setup(hello: Text, fab: Circle) { in setup()
|
D | example-ui-blocking-02.kt | 18 import javafx.scene.shape.Circle in <lambda>() 31 val fab = Circle(20.0, Color.valueOf("#FF4081")) 62 fun setup(hello: Text, fab: Circle) { in setup()
|
/external/clang/test/PCH/ |
D | enum.h | 13 Circle enumerator 16 enum Shape aRoundShape = Circle;
|
/external/clang/test/Analysis/ |
D | uninit-vals.m | 51 } Circle; typedef 62 Circle *testObj = calloc(sizeof(Circle), 1); 78 void PR14765_argument(Circle *testObj) { 140 void rdar13292559(Circle input) { 141 extern void useCircle(Circle); 143 Circle obj = input;
|
/external/skia/site/user/api/ |
D | SkPath_Overview.md | 14 …ct'>Rect</a>, <a href='#RRect'>Round_Rect</a>, <a href='undocumented#Circle'>Circle</a>, and <a hr… 22 …urs</a>: <a href='undocumented#Line'>Line</a>, <a href='undocumented#Circle'>Circle</a>, and <a hr… 23 not filled. <a href='undocumented#Circle'>Circle</a> is stroked and filled; <a href='undocumented#C…
|
/external/skqp/site/user/api/ |
D | SkPath_Overview.md | 14 …ct'>Rect</a>, <a href='#RRect'>Round_Rect</a>, <a href='undocumented#Circle'>Circle</a>, and <a hr… 22 …urs</a>: <a href='undocumented#Line'>Line</a>, <a href='undocumented#Circle'>Circle</a>, and <a hr… 23 not filled. <a href='undocumented#Circle'>Circle</a> is stroked and filled; <a href='undocumented#C…
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/ |
D | geometry_unittest.py | 16 from geometry.elements import Circle, Point 78 expected_circle = Circle(Point(*center_values), radius)
|
/external/llvm/docs/ |
D | HowToSetUpLLVMStyleRTTI.rst | 46 class Circle : public Shape { 49 Circle(double R) : Radius(R) {} 141 class Circle : public Shape { 144 - Circle(double R) : Radius(R) {} 145 + Circle(double R) : Shape(SK_Circle), Radius(R) {} 185 class Circle : public Shape { 188 Circle(double R) : Shape(SK_Circle), Radius(R) {} 206 if (isa<Circle>(S)) { 212 check roughly like ``Circle::classof(S)``. For more information, see 296 | Circle
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | HowToSetUpLLVMStyleRTTI.rst | 46 class Circle : public Shape { 49 Circle(double R) : Radius(R) {} 141 class Circle : public Shape { 144 - Circle(double R) : Radius(R) {} 145 + Circle(double R) : Shape(SK_Circle), Radius(R) {} 185 class Circle : public Shape { 188 Circle(double R) : Shape(SK_Circle), Radius(R) {} 206 if (isa<Circle>(S)) { 212 check roughly like ``Circle::classof(S)``. For more information, see 296 | Circle
|
/external/skqp/docs/ |
D | SkPath_Overview.bmh | 14 Path components Arc, Rect, Round_Rect, Circle, and Oval are composed of 23 Path contains three Contours: Line, Circle, and Quad. Line is stroked but 24 not filled. Circle is stroked and filled; Circle stroke forms a loop. Quad
|
/external/kotlinx.coroutines/ui/kotlinx-coroutines-javafx/test/examples/ |
D | FxExampleApp.kt | 102 val node = Circle(20.0).apply { in log()
|
/external/mesa3d/docs/ |
D | README.VCE | 12 Green Circle, Suite 400E, Greenwood Village, Colorado 80111 U.S.A.
|