Home
last modified time | relevance | path

Searched defs:pointers (Results 1 – 14 of 14) sorted by relevance

/aosp12/system/extras/memory_replay/tests/
H A DPointersTest.cpp22 Pointers pointers(1); in TEST() local
30 Pointers pointers(1); in TEST() local
42 Pointers pointers(2); in TEST() local
55 Pointers pointers(4); in TEST() local
81 Pointers pointers(1); in TestNoEntriesLeft() local
95 Pointers pointers(1); in TestFindNoPointer() local
105 Pointers pointers(1); in TestRemoveZeroValue() local
H A DThreadsTest.cpp25 Pointers pointers(2); in TEST() local
46 Pointers pointers(4); in TEST() local
89 Pointers pointers(4); in TEST() local
124 Pointers pointers(4); in TestTooManyThreads() local
H A DThreadTest.cpp94 TEST(ThreadTest, pointers) { in TEST() argument
95 Pointers pointers(2); in TEST() local
/aosp12/system/extras/memory_replay/
H A DAlloc.cpp99 static uint64_t MallocExecute(const AllocEntry& entry, Pointers* pointers) { in MallocExecute()
111 static uint64_t CallocExecute(const AllocEntry& entry, Pointers* pointers) { in CallocExecute()
123 static uint64_t ReallocExecute(const AllocEntry& entry, Pointers* pointers) { in ReallocExecute()
140 static uint64_t MemalignExecute(const AllocEntry& entry, Pointers* pointers) { in MemalignExecute()
152 static uint64_t FreeExecute(const AllocEntry& entry, Pointers* pointers) { in FreeExecute()
163 uint64_t AllocExecute(const AllocEntry& entry, Pointers* pointers) { in AllocExecute()
H A DThread.h39 void set_pointers(Pointers* pointers) { pointers_ = pointers; } in set_pointers()
40 Pointers* pointers() { return pointers_; } in pointers() function
H A Dmain.cpp78 Pointers pointers(max_allocs); in ProcessDump() local
H A DThreads.cpp49 Threads::Threads(Pointers* pointers, size_t max_threads) in Threads()
/aosp12/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp794 void* pointers[10]; in TEST_F() local
820 uint8_t* pointers[5]; in TEST_F() local
1053 void* pointers[5]; in TEST_F() local
1221 uint8_t* pointers[3]; in TEST_F() local
1355 std::vector<void*> pointers; in BacktraceDumpOnSignal() local
1439 std::vector<void*> pointers; in TEST_F() local
1488 std::vector<void*> pointers; in TEST_F() local
1698 void* pointers[4]; in TEST_F() local
1757 void* pointers[4]; in TEST_F() local
1815 void* pointers[4]; in TEST_F() local
[all …]
/aosp12/frameworks/native/libs/input/tests/
H A DVelocityTracker_test.cpp93 BitSet32 pointers; in getValidPointers() local
102 static uint32_t getChangingPointerId(BitSet32 pointers, BitSet32 otherPointers) { in getChangingPointerId()
112 BitSet32 pointers = getValidPointers(currentPositions); in resolveAction() local
145 BitSet32 pointers = getValidPointers(entry.positions); in createMotionEventStream() local
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestEvents.java243 PointerProperties[] pointers = new PointerProperties[1]; in build() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A Dtouch_analytics.proto55 repeated Pointer pointers = 4; field
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DInputTestsBase.java334 final InputPointers pointers = new InputPointers(Constants.DEFAULT_GESTURE_POINTS_CAPACITY); in gesture() local
/aosp12/frameworks/native/include/input/
H A DInputTransport.h152 } pointers[MAX_POINTERS] __attribute__((aligned(8))); member
540 PointerCoords pointers[MAX_POINTERS]; member
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.h73 Pointer pointers[MAX_POINTERS]; member