Home
last modified time | relevance | path

Searched defs:pA (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/os/
DParcelTest.java126 Parcel pA = Parcel.obtain(); in testCompareDataInRange_whenSameData() local
143 Parcel pA = Parcel.obtain(); in testCompareDataInRange_whenSameDataWithBinder() local
161 Parcel pA = Parcel.obtain(); in testCompareDataInRange_whenDifferentData() local
177 Parcel pA = Parcel.obtain(); in testCompareDataInRange_whenLimitOutOfBounds_throws() local
203 Parcel pA = Parcel.obtain(); in testCompareDataInRange_whenLengthZero() local
221 Parcel pA = Parcel.obtain(); in testCompareDataInRange_whenNegativeLength_throws() local
236 Parcel pA = Parcel.obtain(); in testCompareDataInRange_whenNegativeOffset_throws() local
/frameworks/compile/mclinker/unittests/
DHashTableTest.cpp62 int* pA = &A; in TEST_F() local
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp55 static uint64_t helper_bit_select(uint64_t pA, uint64_t pB, uint64_t pMask) { in helper_bit_select()