Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/view/
DBasePieView.java146 View v1 = mViews.get(mCurrent); in onTouchEvent() local
/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/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/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java1564 ContentValues v1 = new ContentValues(); in testEmailFilterDefaultSortOrder() local
1582 ContentValues v1 = new ContentValues(); in testEmailFilterPrimaryAddress() local
1600 ContentValues v1 = new ContentValues(); in testEmailFilterPrimaryAccount() local
1641 ContentValues v1 = new ContentValues(); in testEmailFilterSortOrderWithFeedback() local
1695 ContentValues v1 = new ContentValues(); in testEmailFilterSortOrderWithOldHistory() local
2638 ContentValues v1 = new ContentValues(); in testGroupDelete_byAccountSelection() local
2669 ContentValues v1 = new ContentValues(); in testGroupDelete_byAccountParam() local
2704 ContentValues v1 = new ContentValues(); in testGroupSummaryQuery() local
/packages/apps/Launcher2/src/com/android/launcher2/
DFolder.java579 boolean readingOrderGreaterThan(int[] v1, int[] v2) { in readingOrderGreaterThan()