Home
last modified time | relevance | path

Searched defs:POINT (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/
H A Dmath_util.rs131 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 Dtest_keeprefs.py45 class POINT(Structure): class
130 class POINT(Structure): class
H A Dtest_structures.py240 class POINT(Structure): class
250 class POINT(Structure): class
259 class POINT(Structure): class
H A Dtest_win32.py95 class POINT(Structure): class
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_keeprefs.py45 class POINT(Structure): class
130 class POINT(Structure): class
Dtest_structures.py230 class POINT(Structure): class
240 class POINT(Structure): class
249 class POINT(Structure): class
Dtest_win32.py81 class POINT(Structure): class
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/
Dtest_keeprefs.py45 class POINT(Structure): class
130 class POINT(Structure): class
Dtest_structures.py240 class POINT(Structure): class
250 class POINT(Structure): class
259 class POINT(Structure): class
Dtest_win32.py95 class POINT(Structure): class
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c199 #define POINT(i0) \ macro
298 #define POINT(i0) \ macro
H A Ddraw_so_emit_tmp.h27 #define POINT(i0) so_point(so,i0) macro
H A Ddraw_prim_assembler_tmp.h23 #define POINT(i0) prim_point(asmblr, i0) macro
H A Ddraw_mesh_prim_tmp.h24 #define POINT(i0) prim_point(asmblr, i0) macro
H A Ddraw_gs_tmp.h26 #define POINT(i0) gs_point(gs,i0) macro
/aosp_15_r20/external/python/cpython2/Lib/test/leakers/
Dtest_ctypes.py8 class POINT(Structure): class
/aosp_15_r20/external/python/cpython3/Lib/test/leakers/
Dtest_ctypes.py8 class POINT(Structure): class
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsScissorTests.hpp55 POINT = 0, enumerator
/aosp_15_r20/external/opencensus-java/exporters/stats/signalfx/src/test/java/io/opencensus/exporter/stats/signalfx/
H A DSignalFxMetricExporterTest.java66 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 DIntervalMetricReaderTest.java61 private static final Point POINT = Point.create(VALUE_LONG, TIMESTAMP); field in IntervalMetricReaderTest
H A DQueueMetricProducerTest.java61 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/
Dpoint.h22 typedef struct tagPOINT POINT; typedef
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Dpoint.h19 typedef struct tagPOINT POINT; typedef
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/ui/gfx/geometry/
Dpoint.h22 typedef struct tagPOINT POINT; typedef
/aosp_15_r20/external/opencensus-java/exporters/stats/stackdriver/src/test/java/io/opencensus/exporter/stats/stackdriver/
H A DCreateTimeSeriesExporterTest.java68 private static final Point POINT = Point.create(VALUE_LONG, Timestamp.fromMillis(3000)); field in CreateTimeSeriesExporterTest

12345678910>>...13