Home
last modified time | relevance | path

Searched defs:Point2 (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/clang/test/PCH/
H A Dstruct.h7 struct Point2 { struct
8 float xValue, yValue, zValue;
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
H A DPoint2.java19 public class Point2 { class
32 public Point2(Double x, Double y) { in Point2() method in Point2
37 public Point2(Integer x, Integer y) { in Point2() method in Point2
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/
H A Dtest_pep3118.py89 class Point2(Structure): class
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_pep3118.py85 class Point2(Structure): class
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/
Dtest_pep3118.py89 class Point2(Structure): class
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_dataclasses.py76 class Point2: class
/aosp_15_r20/external/pytorch/test/
H A Dtest_pytree.py963 class Point2(NamedTuple): class
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_multiarray.py1157 class Point2: class