/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/core/ |
H A D | SearchResultsProviderTest.java | 91 ContentValues values = getRecord(); in insert_shouldInsertTheSearchResult() local 103 ContentValues values = getRecord(); in query_shouldHaveValidData() local 106 provider.insert(Uri.parse(AUTHORITY), values); in query_shouldHaveValidData() local 129 ContentValues values = new ContentValues(); in getRecord() local
|
/aosp12/frameworks/base/core/java/android/animation/ |
H A D | ObjectAnimator.java | 380 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiInt() argument 421 int... values) { in ofArgb() 489 float... values) { in ofFloat() 535 float[][] values) { in ofMultiFloat() 611 TypeEvaluator evaluator, Object... values) { in ofObject() 667 TypeEvaluator<V> evaluator, V... values) { in ofObject() 702 TypeConverter<V, P> converter, TypeEvaluator<V> evaluator, V... values) { in ofObject() argument 753 PropertyValuesHolder... values) { in ofPropertyValuesHolder() 761 public void setIntValues(int... values) { in setIntValues() 776 public void setFloatValues(float... values) { in setFloatValues() [all …]
|
H A D | PropertyValuesHolder.java | 404 Object... values) { in ofObject() 455 TypeEvaluator<V> evaluator, V... values) { in ofObject() 606 public void setIntValues(int... values) { in setIntValues() 624 public void setFloatValues(float... values) { in setFloatValues() 634 public void setKeyframes(Keyframe... values) { in setKeyframes() 662 public void setObjectValues(Object... values) { in setObjectValues() 1079 public void getPropertyValues(PropertyValues values) { in getPropertyValues() 1200 public void setIntValues(int... values) { in setIntValues() 1347 public void setFloatValues(float... values) { in setFloatValues() 1475 float[] values = (float[]) getAnimatedValue(); in setAnimatedValue() local [all …]
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | ObjectAnimator.java | 380 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiInt() argument 421 int... values) { in ofArgb() 489 float... values) { in ofFloat() 535 float[][] values) { in ofMultiFloat() 611 TypeEvaluator evaluator, Object... values) { in ofObject() 667 TypeEvaluator<V> evaluator, V... values) { in ofObject() 702 TypeConverter<V, P> converter, TypeEvaluator<V> evaluator, V... values) { in ofObject() argument 753 PropertyValuesHolder... values) { in ofPropertyValuesHolder() 761 public void setIntValues(int... values) { in setIntValues() 776 public void setFloatValues(float... values) { in setFloatValues() [all …]
|
H A D | PropertyValuesHolder.java | 404 Object... values) { in ofObject() 455 TypeEvaluator<V> evaluator, V... values) { in ofObject() 606 public void setIntValues(int... values) { in setIntValues() 624 public void setFloatValues(float... values) { in setFloatValues() 634 public void setKeyframes(Keyframe... values) { in setKeyframes() 662 public void setObjectValues(Object... values) { in setObjectValues() 1079 public void getPropertyValues(PropertyValues values) { in getPropertyValues() 1200 public void setIntValues(int... values) { in setIntValues() 1347 public void setFloatValues(float... values) { in setFloatValues() 1475 float[] values = (float[]) getAnimatedValue(); in setAnimatedValue() local [all …]
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
H A D | RawContactTest.java | 34 final ContentValues values = new ContentValues(); in buildRawContact() local 49 final ContentValues values = new ContentValues(); in buildRawContact2() local 78 final ContentValues values = new ContentValues(); in buildNamedDataItem() local 87 final ContentValues values = new ContentValues(); in buildNamedDataItem2() local
|
H A D | ValuesDeltaTests.java | 47 final ValuesDelta values = ValuesDelta.fromAfter(after); in testValuesDiffInsert() local 67 final ValuesDelta values = ValuesDelta.fromBefore(before); in testValuesDiffNone() local 79 final ValuesDelta values = ValuesDelta.fromBefore(before); in testValuesDiffUpdate() local
|
/aosp12/art/test/952-invoke-custom/src/ |
H A D | TestReturnValues.java | 217 char[] values = { in testCharReturnValues() local 229 double[] values = { in testDoubleReturnValues() local 243 float[] values = { in testFloatReturnValues() local 257 int[] values = {Integer.MIN_VALUE, Integer.MAX_VALUE, Integer.SIZE, -Integer.SIZE}; in testIntReturnValues() local 264 long[] values = {Long.MIN_VALUE, Long.MAX_VALUE, (long) Long.SIZE, (long) -Long.SIZE}; in testLongReturnValues() local 271 Object[] values = {null, "abc", Integer.valueOf(123)}; in testObjectReturnValues() local 284 short[] values = { in testShortReturnValues() local
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | ContactsProvider2TransactionTest.java | 63 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 86400); in testTransactionCallback_insert() local 90 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 86400); in testTransactionCallback_update() local 124 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 86400); in testTransactionCallback_delete() local 153 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 86400); in testTransactionCallback_bulkInsert() local
|
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
H A D | hal_outputs.c | 74 int inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy, in inv_get_sensor_type_accelerometer() 103 int inv_get_sensor_type_linear_acceleration(float *values, int8_t *accuracy, in inv_get_sensor_type_linear_acceleration() 132 int inv_get_sensor_type_gravity(float *values, int8_t *accuracy, in inv_get_sensor_type_gravity() 162 int inv_get_sensor_type_gyroscope(float *values, int8_t *accuracy, in inv_get_sensor_type_gyroscope() 188 int inv_get_sensor_type_gyroscope_raw(float *values, int8_t *accuracy, in inv_get_sensor_type_gyroscope_raw() 232 int inv_get_sensor_type_rotation_vector(float *values, int8_t *accuracy, in inv_get_sensor_type_rotation_vector() 253 int inv_get_sensor_type_rotation_vector_6_axis(float *values, int8_t *accuracy, in inv_get_sensor_type_rotation_vector_6_axis() 328 int inv_get_sensor_type_magnetic_field(float *values, int8_t *accuracy, in inv_get_sensor_type_magnetic_field() 356 int inv_get_sensor_type_magnetic_field_raw(float *values, int8_t *accuracy, in inv_get_sensor_type_magnetic_field_raw() 492 int inv_get_sensor_type_orientation(float *values, int8_t *accuracy, in inv_get_sensor_type_orientation() [all …]
|
/aosp12/packages/services/Car/car-lib/src/android/car/user/ |
H A D | UserIdentificationAssociationResponse.java | 73 @UserIdentificationAssociationValue int[] values) { in UserIdentificationAssociationResponse() 100 public static UserIdentificationAssociationResponse forSuccess( in forSuccess() 111 public static UserIdentificationAssociationResponse forSuccess( in forSuccess() 213 int[] values = (flg & 0x4) == 0 ? null : in.createIntArray(); in UserIdentificationAssociationResponse() local
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Interpolator.java | 73 public void setKeyFrame(int index, int msec, float[] values) { in setKeyFrame() 87 public void setKeyFrame(int index, int msec, float[] values, float[] blend) { in setKeyFrame() 121 public Result timeToValues(float[] values) { in timeToValues() 136 public Result timeToValues(int msec, float[] values) { in timeToValues() 160 …ve void nativeSetKeyFrame(long native_instance, int index, int msec, float[] values, float[] blend… in nativeSetKeyFrame() 162 private static native int nativeTimeToValues(long native_instance, int msec, float[] values); in nativeTimeToValues()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | Interpolator.java | 73 public void setKeyFrame(int index, int msec, float[] values) { in setKeyFrame() 87 public void setKeyFrame(int index, int msec, float[] values, float[] blend) { in setKeyFrame() 121 public Result timeToValues(float[] values) { in timeToValues() 136 public Result timeToValues(int msec, float[] values) { in timeToValues() 160 …ve void nativeSetKeyFrame(long native_instance, int index, int msec, float[] values, float[] blend… in nativeSetKeyFrame() 162 private static native int nativeTimeToValues(long native_instance, int msec, float[] values); in nativeTimeToValues()
|
/aosp12/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/ |
H A D | VehiclePropValueBuilder.java | 78 public VehiclePropValueBuilder addIntValue(int... values) { in addIntValue() 86 public VehiclePropValueBuilder addFloatValue(float... values) { in addFloatValue() 94 public VehiclePropValueBuilder addByteValue(byte... values) { in addByteValue() 102 public VehiclePropValueBuilder setInt64Value(long... values) { in setInt64Value()
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | DbModifierWithNotification.java | 109 public long insert(String table, String nullColumnHack, ContentValues values) { in insert() 126 public long insert(ContentValues values) { in insert() 173 public int update(Uri uri, String table, ContentValues values, String whereClause, in update() 234 private boolean updateDirtyFlag(ContentValues values, Set<String> packagesModified) { in updateDirtyFlag() 257 private boolean isUpdatingVoicemailColumns(ContentValues values) { in isUpdatingVoicemailColumns() 267 ContentValues values = new ContentValues(); in updateLastModified() local 299 ContentValues values = new ContentValues(); in delete() local 360 private Set<String> getModifiedPackages(ContentValues values) { in getModifiedPackages() 403 private static Boolean getAsBoolean(ContentValues values, String key) { in getAsBoolean()
|
H A D | PostalSplitter.java | 41 public void fromValues(ContentValues values) { in fromValues() 51 public void toValues(ContentValues values) { in toValues() 85 final String[] values = new String[] { in join() local 231 private static boolean arePrintableAsciiOnly(final String[] values) { in arePrintableAsciiOnly()
|
H A D | DataRowHandler.java | 113 ContentValues values) { in insert() 156 ContentValues values, Cursor c, boolean callerIsSyncAdapter) { in update() 181 public boolean containsSearchableColumns(ContentValues values) { in containsSearchableColumns() 194 public void handleHashIdForInsert(ContentValues values) { in handleHashIdForInsert() 220 private void handleHashIdForUpdate(ContentValues values, long dataId) { in handleHashIdForUpdate() 250 private void handlePrimaryAndSuperPrimary(TransactionContext txContext, ContentValues values, in handlePrimaryAndSuperPrimary() 387 final ContentValues values = new ContentValues(); in getAugmentedValues() local 422 public boolean areAllEmpty(ContentValues values, String[] keys) { in areAllEmpty() 434 public boolean areAnySpecified(ContentValues values, String[] keys) { in areAnySpecified()
|
/aosp12/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/ |
H A D | DelegatorTest.java | 74 final ContentValues values = new ContentValues(); in testPushAllowed() local 91 final ContentValues values = new ContentValues(); in testOrphanedAllowed() local 108 final ContentValues values = new ContentValues(); in testPullBlocked() local 117 final ContentValues values = new ContentValues(); in createAudio() local
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | SyncStateContract.java | 105 ContentValues values = new ContentValues(); in set() local 114 ContentValues values = new ContentValues(); in insert() local 123 ContentValues values = new ContentValues(); in update() local 160 ContentValues values = new ContentValues(); in newSetOperation() local 179 ContentValues values = new ContentValues(); in newUpdateOperation() local
|
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
H A D | MediaInserterTest.java | 106 ContentValues values = new ContentValues(); in createFileContent() local 112 ContentValues values = new ContentValues(); in createAudioContent() local 118 ContentValues values = new ContentValues(); in createVideoContent() local 124 ContentValues values = new ContentValues(); in createImageContent() local 138 ContentValues values; in fillBuffer() local
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | SyncStateContract.java | 105 ContentValues values = new ContentValues(); in set() local 114 ContentValues values = new ContentValues(); in insert() local 123 ContentValues values = new ContentValues(); in update() local 160 ContentValues values = new ContentValues(); in newSetOperation() local 179 ContentValues values = new ContentValues(); in newUpdateOperation() local
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
H A D | MediaInserterTest.java | 106 ContentValues values = new ContentValues(); in createFileContent() local 112 ContentValues values = new ContentValues(); in createAudioContent() local 118 ContentValues values = new ContentValues(); in createVideoContent() local 124 ContentValues values = new ContentValues(); in createImageContent() local 138 ContentValues values; in fillBuffer() local
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/fetch/ |
H A D | VoicemailFetchedCallback.java | 65 ContentValues values = new ContentValues(); in setVoicemailContent() local 94 ContentValues values = new ContentValues(); in setVoicemailContent() local 108 private boolean updateVoicemail(ContentValues values) { in updateVoicemail()
|
/aosp12/frameworks/hardware/interfaces/stats/aidl/vts/functional/ |
H A D | VtsHalStatsTargetTest.cpp | 45 std::vector<VendorAtomValue> values; in TEST_P() local 66 std::vector<VendorAtomValue> values; in TEST_P() local 87 std::vector<VendorAtomValue> values; in TEST_P() local 108 std::vector<VendorAtomValue> values; in TEST_P() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/ |
H A D | DreamingToLockscreenTransitionViewModelTest.kt | 70 val values = mutableListOf<Float>() regex 93 val values = mutableListOf<Float>() regex 116 val values = mutableListOf<Float>() regex 136 val values = mutableListOf<Float>() regex 157 val values = mutableListOf<TransitionStep>() regex
|