/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/ |
H A D | math_util.rs | 131 fn to_sys_point(&self) -> POINT; in to_sys_point() 136 fn to_sys_point(&self) -> POINT { in to_sys_point() 149 impl SysPointExtension for POINT { implementation
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/ |
H A D | test_keeprefs.py | 45 class POINT(Structure): class 130 class POINT(Structure): class
|
H A D | test_structures.py | 240 class POINT(Structure): class 250 class POINT(Structure): class 259 class POINT(Structure): class
|
H A D | test_win32.py | 95 class POINT(Structure): class
|
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/ |
D | test_keeprefs.py | 45 class POINT(Structure): class 130 class POINT(Structure): class
|
D | test_structures.py | 230 class POINT(Structure): class 240 class POINT(Structure): class 249 class POINT(Structure): class
|
D | test_win32.py | 81 class POINT(Structure): class
|
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/ |
D | test_keeprefs.py | 45 class POINT(Structure): class 130 class POINT(Structure): class
|
D | test_structures.py | 240 class POINT(Structure): class 250 class POINT(Structure): class 259 class POINT(Structure): class
|
D | test_win32.py | 95 class POINT(Structure): class
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe.c | 199 #define POINT(i0) \ macro 298 #define POINT(i0) \ macro
|
H A D | draw_so_emit_tmp.h | 27 #define POINT(i0) so_point(so,i0) macro
|
H A D | draw_prim_assembler_tmp.h | 23 #define POINT(i0) prim_point(asmblr, i0) macro
|
H A D | draw_mesh_prim_tmp.h | 24 #define POINT(i0) prim_point(asmblr, i0) macro
|
H A D | draw_gs_tmp.h | 26 #define POINT(i0) gs_point(gs,i0) macro
|
/aosp_15_r20/external/python/cpython2/Lib/test/leakers/ |
D | test_ctypes.py | 8 class POINT(Structure): class
|
/aosp_15_r20/external/python/cpython3/Lib/test/leakers/ |
D | test_ctypes.py | 8 class POINT(Structure): class
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsScissorTests.hpp | 55 POINT = 0, enumerator
|
/aosp_15_r20/external/opencensus-java/exporters/stats/signalfx/src/test/java/io/opencensus/exporter/stats/signalfx/ |
H A D | SignalFxMetricExporterTest.java | 66 private static final Point POINT = Point.create(VALUE_LONG, TIMESTAMP); field in SignalFxMetricExporterTest
|
/aosp_15_r20/external/opencensus-java/exporters/metrics/util/src/test/java/io/opencensus/exporter/metrics/util/ |
H A D | IntervalMetricReaderTest.java | 61 private static final Point POINT = Point.create(VALUE_LONG, TIMESTAMP); field in IntervalMetricReaderTest
|
H A D | QueueMetricProducerTest.java | 61 private static final Point POINT = Point.create(VALUE_LONG, TIMESTAMP); field in QueueMetricProducerTest
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/ui/gfx/geometry/ |
D | point.h | 22 typedef struct tagPOINT POINT; typedef
|
/aosp_15_r20/external/libchrome/ui/gfx/geometry/ |
H A D | point.h | 19 typedef struct tagPOINT POINT; typedef
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/ui/gfx/geometry/ |
D | point.h | 22 typedef struct tagPOINT POINT; typedef
|
/aosp_15_r20/external/opencensus-java/exporters/stats/stackdriver/src/test/java/io/opencensus/exporter/stats/stackdriver/ |
H A D | CreateTimeSeriesExporterTest.java | 68 private static final Point POINT = Point.create(VALUE_LONG, Timestamp.fromMillis(3000)); field in CreateTimeSeriesExporterTest
|