/packages/modules/Uwb/service/tests/src/com/android/server/uwb/correction/math/ |
D | Vector3Test.java | 34 Vector3 v1 = new Vector3(2f, 3f, 4f); in testMultiply() local 42 Vector3 v1 = new Vector3(2f, 3f, 4f); in testDot() local 50 Vector3 v1 = new Vector3(1f, 0f, 0f); in testCross() local 58 Vector3 v1 = new Vector3(1, 0, 0); in testAngleBetweenVectors() local 66 Vector3 v1 = new Vector3(1, 2, 3); in testLerp() local 74 Vector3 v1 = new Vector3(1, 0, 0); in testToDegrees() local
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/ |
D | MultiScalePropertyTest.kt | 54 val v1 = 0.5f in set_differentIndexes_oneValuesNotCounted() constant 78 val v1 = 0.5f in set_differentIndexes_boundToMin() constant 88 val v1 = 3.0f in set_allHigherThanOne_boundToMax() constant 100 val v1 = 0.5f in set_differentIndexes_firstModified_aggregationApplied() constant
|
D | MultiPropertyFactoryTest.kt | 52 val v1 = 50f in <lambda>() constant 63 val v1 = 50f in <lambda>() constant
|
/packages/apps/Camera2/src/com/android/camera/ui/motion/ |
D | InterpolateUtils.java | 35 public static float lerp(float v0, float v1, float t) { in lerp()
|
/packages/apps/Camera2/src/com/android/camera/data/ |
D | NewestFirstComparator.java | 73 private int compareDate(Date v1, Date v2) { in compareDate()
|
/packages/apps/Settings/tests/componenttests/src/com/android/settings/testutils/ |
D | CommonUtils.java | 64 View v1 = activity.getWindow().getDecorView().getRootView(); in takeScreenshot() local
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderAnimationManager.java | 474 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/ |
D | BluetoothMapUtils.java | 153 int v1 = (int) (v & 0xffffffff); in getLongAsString() local 231 int v1 = (int) (vLow & 0xffffffff); in getLongLongAsString() local
|
/packages/modules/Bluetooth/system/embdrv/lc3/src/ |
D | ltpf_neon.h | 212 int64x2_t v0 = vmovq_n_s64(0), v1 = v0, v2 = v0, v3 = v0; in neon_correlate() local
|
D | mdct.c | 289 float v1 = (x1->im * w1->im + x1->re * w1->re) * scale; in mdct_post_fft() local 317 float v0 = *(x0++), v1 = *(--x1); in imdct_pre_fft() local
|
D | ltpf_arm.h | 449 int64_t v0 = 0, v1 = 0; in arm_correlate() local
|
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/ |
D | synthesis-dct8.c | 66 int32_t u1, v1, w1, w2, t; in default_mul_32s_32s_hi() local
|
D | synthesis-sbc.c | 229 int16_t v1; in default_mul_16s_32s_hi() local
|
/packages/modules/NeuralNetworks/common/random/ |
D | random_distributions.h | 635 const float v1 = 2.0f * M_PI * Uint32ToFloat(x1); in BoxMullerFloat() local 660 const double v1 = 2 * M_PI * Uint64ToDouble(x2, x3); in BoxMullerDouble() local
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/ |
D | BatteryHistEntry.java | 343 private static double interpolate(double v1, double v2, double ratio) { in interpolate()
|
D | DataProcessor.java | 1756 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/ |
D | db_feature_detection.cpp | 1076 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/ |
D | ContactsProvider2Test.java | 2859 ContentValues v1 = new ContentValues(); in testEmailFilterDefaultSortOrder() local 2877 ContentValues v1 = new ContentValues(); in testEmailFilterPrimaryAddress() local 2895 ContentValues v1 = new ContentValues(); in testEmailFilterPrimaryAccount() local 2933 final ContentValues v1 = cv(Email.ADDRESS, "account1@testemail.com"); in testEmailFilterSameDomainAccountOrder() local 2957 final ContentValues v1 = cv(Email.ADDRESS, "account1@testemail.com"); in testEmailFilterSuperPrimaryOverUsageSort() local 2977 final ContentValues v1 = cv(Email.ADDRESS, "account1@testemail.com"); in testEmailFilterUsageOverPrimarySort() local 2998 ContentValues v1 = new ContentValues(); in testEmailFilterSortOrderWithFeedback() local 4258 ContentValues v1 = new ContentValues(); in testGroupDelete_byAccountSelection() local 4289 ContentValues v1 = new ContentValues(); in testGroupDelete_byAccountParam() local 4327 ContentValues v1 = new ContentValues(); in testGroupSummaryQuery() local
|
/packages/modules/Bluetooth/system/gd/crypto_toolbox/ |
D | aes.cc | 208 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/ |
D | aes.cc | 256 uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; in gf_inv() local
|