Home
last modified time | relevance | path

Searched defs:Point2 (Results 1 – 6 of 6) 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
/external/clang/test/PCH/
Dstruct.h7 struct Point2 { struct
8 float xValue, yValue, zValue;
/external/llvm-project/clang/test/PCH/
Dstruct.h7 struct Point2 { struct
8 float xValue, yValue, zValue;
/external/llvm-project/clang/test/CodeCompletion/
Dmember-access.c15 struct Point2 { struct
19 void test2(struct Point2 p) { in test2() argument
/external/python/cpython2/Lib/ctypes/test/
Dtest_pep3118.py85 class Point2(Structure): class
/external/python/cpython3/Lib/ctypes/test/
Dtest_pep3118.py89 class Point2(Structure): class