Searched refs:Point2 (Results 1 – 5 of 5) sorted by relevance
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/ |
D | Point2.java | 21 public class Point2 { class 33 public Point2(Double x, Double y) { in Point2() method in Point2 38 public Point2(Integer x, Integer y) { in Point2() method in Point2
|
D | ShapeImmutableTest.java | 120 Point2 loaded = (Point2) yaml.load("!!org.yaml.snakeyaml.immutable.Point2\n- 1\n- 3"); in testPoint2()
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_pep3118.py | 85 class Point2(Structure): class 87 Point2._fields_ = [("x", c_long), ("y", c_long)] 186 (Point2, "T{<l:x:<l:y:}".replace('l', s_long), None, Point2),
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_pep3118.py | 89 class Point2(Structure): class 91 Point2._fields_ = [("x", c_long), ("y", c_long)] 189 (Point2, "T{<l:x:<l:y:}".replace('l', s_long), (), Point2),
|
/external/clang/test/PCH/ |
D | struct.h | 7 struct Point2 { struct
|