Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeCompletion/
Dmember-access.c15 struct Point2 { struct
19 void test2(struct Point2 p) { in test2() argument
23 void test3(struct Point2 *p) { in test3()
/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)]
186 (Point2, "T{<l:x:<l:y:}".replace('l', s_long), None, Point2),
/external/python/cpython3/Lib/ctypes/test/
Dtest_pep3118.py89 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/
Dstruct.h7 struct Point2 { struct
/external/llvm-project/clang/test/PCH/
Dstruct.h7 struct Point2 { struct