Home
last modified time | relevance | path

Searched defs:v1 (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Browser/src/com/android/browser/view/
DBasePieView.java146 View v1 = mViews.get(mCurrent); in onTouchEvent() local
/packages/apps/DeskClock/src/com/android/deskclock/
DTimerSetupView.java65 View v1 = findViewById(R.id.first); in onFinishInflate() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java1683 ContentValues v1 = new ContentValues(); in testEmailFilterDefaultSortOrder() local
1701 ContentValues v1 = new ContentValues(); in testEmailFilterPrimaryAddress() local
1719 ContentValues v1 = new ContentValues(); in testEmailFilterPrimaryAccount() local
1757 final ContentValues v1 = cv(Email.ADDRESS, "account1@testemail.com"); in testEmailFilterSameDomainAccountOrder() local
1781 final ContentValues v1 = cv(Email.ADDRESS, "account1@testemail.com"); in testEmailFilterDefaultOverUsageSort() local
1802 ContentValues v1 = new ContentValues(); in testEmailFilterSortOrderWithFeedback() local
1856 ContentValues v1 = new ContentValues(); in testEmailFilterSortOrderWithOldHistory() local
2799 ContentValues v1 = new ContentValues(); in testGroupDelete_byAccountSelection() local
2830 ContentValues v1 = new ContentValues(); in testGroupDelete_byAccountParam() local
2865 ContentValues v1 = new ContentValues(); in testGroupSummaryQuery() local
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_feature_detection.cpp1076 inline void db_MaxVector_128_Aligned16_f(float *m,float *v1,float *v2) in db_MaxVector_128_Aligned16_f()
1202 inline void db_MaxVector_128_SecondSourceDestAligned16_f(float *m,float *v1,float *v2) in db_MaxVector_128_SecondSourceDestAligned16_f()
/packages/apps/Camera/jni/feature_stab/db_vlvm/
Ddb_feature_detection.cpp1076 inline void db_MaxVector_128_Aligned16_f(float *m,float *v1,float *v2) in db_MaxVector_128_Aligned16_f()
1202 inline void db_MaxVector_128_SecondSourceDestAligned16_f(float *m,float *v1,float *v2) in db_MaxVector_128_SecondSourceDestAligned16_f()
/packages/apps/Launcher2/src/com/android/launcher2/
DFolder.java579 boolean readingOrderGreaterThan(int[] v1, int[] v2) { in readingOrderGreaterThan()