Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/os/
DParcelTest.java131 Parcel pB = Parcel.obtain(); in testCompareDataInRange_whenSameData() local
149 Parcel pB = Parcel.obtain(); in testCompareDataInRange_whenSameDataWithBinder() local
166 Parcel pB = Parcel.obtain(); in testCompareDataInRange_whenDifferentData() local
182 Parcel pB = Parcel.obtain(); in testCompareDataInRange_whenLimitOutOfBounds_throws() local
208 Parcel pB = Parcel.obtain(); in testCompareDataInRange_whenLengthZero() local
225 Parcel pB = Parcel.obtain(); in testCompareDataInRange_whenNegativeLength_throws() local
240 Parcel pB = Parcel.obtain(); in testCompareDataInRange_whenNegativeOffset_throws() 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()