Home
last modified time | relevance | path

Searched defs:pointer3 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp748 void* pointer3 = debug_malloc(1024); in TEST_F() local
785 void* pointer3 = debug_malloc(1024); in TEST_F() local
843 void* pointer3 = debug_malloc(999); in TEST_F() local
2881 void* pointer3 = debug_malloc(121); in TEST_F() local
2918 void* pointer3 = debug_malloc(1001); in TEST_F() local
2962 void* pointer3 = debug_malloc(5000); in TEST_F() local
3003 void* pointer3 = debug_malloc(1000); in TEST_F() local
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationGestureHandlerTest.java733 PointF pointer3 = new PointF(DEFAULT_X * 2, DEFAULT_Y); in testThreeFingersOneTap_activatedState_dispatchMotionEvents() local