Home
last modified time | relevance | path

Searched defs:v2 (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/correction/math/
DVector3Test.java35 Vector3 v2 = new Vector3(3f, 2f, 1f); in testMultiply() local
43 Vector3 v2 = new Vector3(5f, 6f, 7f); in testDot() local
51 Vector3 v2 = new Vector3(0f, 1f, 0f); in testCross() local
59 Vector3 v2 = new Vector3(0, 1, 0); in testAngleBetweenVectors() local
67 Vector3 v2 = new Vector3(4, 5, 6); in testLerp() local
75 Vector3 v2 = new Vector3(0, F_HALF_PI, 0); in testToDegrees() local
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DMultiScalePropertyTest.kt55 val v2 = 1.0f in set_differentIndexes_oneValuesNotCounted() constant
79 val v2 = 0.6f in set_differentIndexes_boundToMin() constant
89 val v2 = 2.0f in set_allHigherThanOne_boundToMax() constant
101 val v2 = 0.6f in set_differentIndexes_firstModified_aggregationApplied() constant
DMultiPropertyFactoryTest.kt53 val v2 = 100f in <lambda>() constant
64 val v2 = 100f in <lambda>() constant
/packages/modules/Connectivity/tests/common/java/android/net/
DVpnTransportInfoTest.java55 final VpnTransportInfo v2 = in testParceling() local
108 final VpnTransportInfo v2 = in testIsBypassable_afterU() local
119 final VpnTransportInfo v2 = new VpnTransportInfo( in testShouldLongLivedTcpExcluded() local
/packages/apps/Camera2/src/com/android/camera/data/
DNewestFirstComparator.java73 private int compareDate(Date v1, Date v2) { in compareDate()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderAnimationManager.java474 private Animator getAnimator(View view, Property property, float v1, float v2) { in getAnimator()
480 private ObjectAnimator getAnimator(GradientDrawable drawable, String property, int v1, int v2) { in getAnimator()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapUtils.java154 int v2 = (int) ((v >> 32) & 0xffffffff); in getLongAsString() local
232 int v2 = (int) ((vLow >> 32) & 0xffffffff); in getLongLongAsString() local
/packages/modules/Bluetooth/system/embdrv/lc3/src/
Dltpf_neon.h212 int64x2_t v0 = vmovq_n_s64(0), v1 = v0, v2 = v0, v3 = v0; in neon_correlate() local
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryHistEntry.java343 private static double interpolate(double v1, double v2, double ratio) { in interpolate()
DDataProcessor.java1756 private static long getDiffValue(long v1, long v2) { in getDiffValue()
1760 private static double getDiffValue(double v1, double v2) { in getDiffValue()
/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.java2861 ContentValues v2 = new ContentValues(); in testEmailFilterDefaultSortOrder() local
2879 ContentValues v2 = new ContentValues(); in testEmailFilterPrimaryAddress() local
2897 ContentValues v2 = new ContentValues(); in testEmailFilterPrimaryAccount() local
2934 final ContentValues v2 = cv(Email.ADDRESS, "account1@email.com"); in testEmailFilterSameDomainAccountOrder() local
2958 final ContentValues v2 = cv(Email.ADDRESS, "account2@testemail.com"); in testEmailFilterSuperPrimaryOverUsageSort() local
2978 final ContentValues v2 = cv(Email.ADDRESS, "account2@testemail.com"); in testEmailFilterUsageOverPrimarySort() local
3000 ContentValues v2 = new ContentValues(); in testEmailFilterSortOrderWithFeedback() local
4262 ContentValues v2 = new ContentValues(); in testGroupDelete_byAccountSelection() local
4293 ContentValues v2 = new ContentValues(); in testGroupDelete_byAccountParam() local
4336 ContentValues v2 = new ContentValues(); in testGroupSummaryQuery() local
/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Daes.cc208 uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; in gf_inv() local
/packages/modules/Bluetooth/system/stack/crypto_toolbox/
Daes.cc256 uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; in gf_inv() local