Home
last modified time | relevance | path

Searched refs:newValue (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/util/src/android/util/cts/
DSparseBooleanArrayTest.java60 boolean newValue = false; in testSparseBooleanArrayWithDefaultCapacity()
63 sparseBooleanArray.put(existKey, newValue); in testSparseBooleanArrayWithDefaultCapacity()
64 assertEquals(newValue, sparseBooleanArray.get(existKey)); in testSparseBooleanArrayWithDefaultCapacity()
116 boolean newValue = false; in testSparseBooleanArrayWithSpecifiedCapacity()
119 sparseBooleanArray.put(existKey, newValue); in testSparseBooleanArrayWithSpecifiedCapacity()
120 assertEquals(newValue, sparseBooleanArray.get(existKey)); in testSparseBooleanArrayWithSpecifiedCapacity()
DSparseLongArrayTest.java55 long newValue = 100; in testSparseArrayWithDefaultCapacity() local
58 sparseArray.put(existKey, newValue); in testSparseArrayWithDefaultCapacity()
59 assertEquals(newValue, sparseArray.get(existKey)); in testSparseArrayWithDefaultCapacity()
116 long newValue = 100; in testSparseArrayWithSpecifiedCapacity() local
119 sparseArray.put(existKey, newValue); in testSparseArrayWithSpecifiedCapacity()
120 assertEquals(newValue, sparseArray.get(existKey)); in testSparseArrayWithSpecifiedCapacity()
DSparseIntArrayTest.java56 int newValue = 23; in testSparseIntArrayWithDefaultCapacity() local
59 sparseIntArray.put(existKey, newValue); in testSparseIntArrayWithDefaultCapacity()
60 assertEquals(newValue, sparseIntArray.get(existKey)); in testSparseIntArrayWithDefaultCapacity()
104 int newValue = 23; in testSparseIntArrayWithSpecifiedCapacity() local
107 sparseIntArray.put(existKey, newValue); in testSparseIntArrayWithSpecifiedCapacity()
108 assertEquals(newValue, sparseIntArray.get(existKey)); in testSparseIntArrayWithSpecifiedCapacity()
DLongSparseArrayTest.java55 Integer newValue = 100; in testSparseArrayWithDefaultCapacity() local
58 sparseArray.put(existKey, newValue); in testSparseArrayWithDefaultCapacity()
59 assertEquals(newValue, sparseArray.get(existKey)); in testSparseArrayWithDefaultCapacity()
120 Integer newValue = 100; in testSparseArrayWithSpecifiedCapacity() local
123 sparseArray.put(existKey, newValue); in testSparseArrayWithSpecifiedCapacity()
124 assertEquals(newValue, sparseArray.get(existKey)); in testSparseArrayWithSpecifiedCapacity()
DSparseArrayTest.java51 Integer newValue = 100; in testSparseArrayWithDefaultCapacity() local
54 sparseArray.put(existKey, newValue); in testSparseArrayWithDefaultCapacity()
55 assertEquals(newValue, sparseArray.get(existKey)); in testSparseArrayWithDefaultCapacity()
116 Integer newValue = 100; in testSparseArrayWithSpecifiedCapacity() local
119 sparseArray.put(existKey, newValue); in testSparseArrayWithSpecifiedCapacity()
120 assertEquals(newValue, sparseArray.get(existKey)); in testSparseArrayWithSpecifiedCapacity()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DBNNMTest.java56 int newValue = (originalValue + delta); in addByteNoise() local
57 if (newValue < -127) { in addByteNoise()
58 newValue = -127; in addByteNoise()
60 if (newValue > 127) { in addByteNoise()
61 newValue = 127; in addByteNoise()
63 data[n] = (byte)(newValue); in addByteNoise()
DTarget.java341 double newValue = mMinValue + delta; in ExpandMin() local
346 if (newValue < 0 && mMinValue > 0.f) { in ExpandMin()
349 mMinValue = newValue; in ExpandMin()
376 double newValue = mMaxValue + delta; in ExpandMax() local
381 if (newValue > 0 && mMaxValue < 0.f) { in ExpandMax()
384 mMaxValue = newValue; in ExpandMax()
/cts/tests/tests/preference2/src/android/preference2/cts/
DCustomPreference.java54 protected boolean callChangeListener(Object newValue) { in callChangeListener() argument
55 return super.callChangeListener(newValue); in callChangeListener()
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Ddeltablue.js865 function change(v, newValue) { argument
871 v.value = newValue;
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...