Home
last modified time | relevance | path

Searched refs:Point2 (Results 1 – 4 of 4) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
DPoint2.java21 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
DShapeImmutableTest.java120 Point2 loaded = (Point2) yaml.load("!!org.yaml.snakeyaml.immutable.Point2\n- 1\n- 3"); in testPoint2()
/external/python/cpython2/Lib/ctypes/test/
Dtest_pep3118.py85 class Point2(Structure): class
87 Point2._fields_ = [("x", c_long), ("y", c_long)]
159 (Point2, "T{<l:x:<l:y:}", None, Point2),
/external/clang/test/PCH/
Dstruct.h7 struct Point2 { struct