Searched refs:id1 (Results 1 – 10 of 10) sorted by relevance
55 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_1); in testVerifierDeviceIdentity_Equals_Success() local58 assertTrue("The two VerifierDeviceIdentity instances should be equal", id1.equals(id2)); in testVerifierDeviceIdentity_Equals_Success()62 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_1); in testVerifierDeviceIdentity_Equals_Failure() local65 assertFalse("The two VerifierDeviceIdentity instances should be unique", id1.equals(id2)); in testVerifierDeviceIdentity_Equals_Failure()69 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_1); in testVerifierDeviceIdentity_HashCode() local72 (int) TEST_1, id1.hashCode()); in testVerifierDeviceIdentity_HashCode()76 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_1); in testVerifierDeviceIdentity_ToString_Success() local79 TEST_1_ENCODED, id1.toString()); in testVerifierDeviceIdentity_ToString_Success()83 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_MAXVALUE); in testVerifierDeviceIdentity_ToString_Largest() local86 TEST_MAXVALUE_ENCODED, id1.toString()); in testVerifierDeviceIdentity_ToString_Largest()[all …]
56 auto id1 = ThreadLocalBufferTest::GetSlotAddress<SendSlotA>(); in TEST() local61 EXPECT_NE(id1, id2); in TEST()63 EXPECT_NE(id1, id3); in TEST()71 EXPECT_EQ(id1, id1_alias); in TEST()79 auto id1 = ThreadLocalBufferTest::GetSlotAddress<SendBuffer>(); in TEST() local87 EXPECT_NE(0U, id1); in TEST()89 EXPECT_NE(id1, id2); in TEST()
78 XAuint32 id1; member83 const char *id_pair_to_string(XAuint32 id1, XAuint32 id2, const id_pair_to_string_t *table, in id_pair_to_string() argument88 if (id1 == table[i].id1) { in id_pair_to_string()
269 final int id1 = ev.getPointerId(upIndex); in onTouchEvent() local270 final float x1 = mVelocityTracker.getXVelocity(id1); in onTouchEvent()271 final float y1 = mVelocityTracker.getYVelocity(id1); in onTouchEvent()
538 final int id1 = ev.getPointerId(upIndex); in onTouchEvent() local539 final float x1 = mVelocityTracker.getXVelocity(id1); in onTouchEvent()540 final float y1 = mVelocityTracker.getYVelocity(id1); in onTouchEvent()
70 private final int id1 = 1; field in NotificationRecordTest172 return new StatusBarNotification(pkg, pkg, id1, tag1, uid, uid, n, in getNotification()
1786 target.setCompoundDrawablesRelativeWithIntrinsicBounds(id1, id2, id3, id4);1788 target.setCompoundDrawablesWithIntrinsicBounds(id1, id2, id3, id4);1792 final Drawable id1 = i1 == null ? null : i1.loadDrawable(ctx);1797 target.setCompoundDrawablesRelativeWithIntrinsicBounds(id1, id2, id3, id4);1799 target.setCompoundDrawablesWithIntrinsicBounds(id1, id2, id3, id4);1824 copy.id1 = i1 == null ? null : i1.loadDrawable(ctx);1829 copy.id1 = d1 == 0 ? null : ctx.getDrawable(d1);1852 Drawable id1, id2, id3, id4;
2259 int id1 = o1.getJobId(); in dumpInternal()2264 return id1 < id2 ? -1 : (id1 > id2 ? 1 : 0); in dumpInternal()
5819 uint32_t id1 = idBits.clearFirstMarkedBit(); in preparePointerGestures() local5822 mCurrentRawState.rawPointerData.pointerForId(id1); in preparePointerGestures()5838 float dist1 = dist[id1]; in preparePointerGestures()5846 PointerGesture::Delta& delta1 = mPointerGesture.referenceDeltas[id1]; in preparePointerGestures()
1322 # The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...