Searched refs:v2 (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/data/
H A DLocalData.java177 private static int compareDate(long v1, long v2) { argument
178 if (v1 >= 0 && v2 >= 0) {
179 return ((v1 < v2) ? 1 : ((v1 > v2) ? -1 : 0));
181 return ((v2 < v1) ? 1 : ((v2 > v1) ? -1 : 0));
/packages/apps/DeskClock/src/com/android/deskclock/
H A DTimerSetupView.java63 View v2 = findViewById(R.id.second);
75 mNumbers[4] = (Button)v2.findViewById(R.id.key_left);
76 mNumbers[5] = (Button)v2.findViewById(R.id.key_middle);
77 mNumbers[6] = (Button)v2.findViewById(R.id.key_right);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DBase64ReaderTests.java94 final int v2 = reader.readUint8();
95 assertEquals("3 chars pos 1", 'B', v2);
111 final int v2 = reader.readUint8();
112 assertEquals("4 chars pos 1", 'B', v2);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolder.java563 boolean readingOrderGreaterThan(int[] v1, int[] v2) { argument
564 if (v1[1] > v2[1] || (v1[1] == v2[1] && v1[0] > v2[0])) {
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java1751 ContentValues v2 = new ContentValues();
1752 v2.put(Email.ADDRESS, "address2@email.com");
1757 assertStoredValuesOrderly(filterUri, new ContentValues[]{v1, v2, v3});
1769 ContentValues v2 = new ContentValues();
1770 v2.put(Email.ADDRESS, "address2@email.com");
1773 assertStoredValuesOrderly(filterUri, new ContentValues[] { v2, v1 });
1787 ContentValues v2 = new ContentValues();
1788 v2.put(Email.ADDRESS, "account2@email.com");
1794 assertStoredValuesOrderly(filterUri1, new ContentValues[] { v1, v2 });
1800 assertStoredValuesOrderly(filterUri2, new ContentValues[] { v2, v
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFolder.java576 boolean readingOrderGreaterThan(int[] v1, int[] v2) { argument
577 if (v1[1] > v2[1] || (v1[1] == v2[1] && v1[0] > v2[0])) {
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1076 inline void db_MaxVector_128_Aligned16_f(float *m,float *v1,float *v2) argument
1082 mov ebx,v2
1195 b=v2[i];
1202 inline void db_MaxVector_128_SecondSourceDestAligned16_f(float *m,float *v1,float *v2) argument
1208 mov ebx,v2
1321 b=v2[i];
/packages/apps/Camera2/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1076 inline void db_MaxVector_128_Aligned16_f(float *m,float *v1,float *v2) argument
1082 mov ebx,v2
1195 b=v2[i];
1202 inline void db_MaxVector_128_SecondSourceDestAligned16_f(float *m,float *v1,float *v2) argument
1208 mov ebx,v2
1321 b=v2[i];
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1076 inline void db_MaxVector_128_Aligned16_f(float *m,float *v1,float *v2) argument
1082 mov ebx,v2
1195 b=v2[i];
1202 inline void db_MaxVector_128_SecondSourceDestAligned16_f(float *m,float *v1,float *v2) argument
1208 mov ebx,v2
1321 b=v2[i];

Completed in 151 milliseconds