Searched refs:newValue (Results 1 – 10 of 10) sorted by relevance
60 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()
55 long newValue = 100; in testSparseArrayWithDefaultCapacity() local58 sparseArray.put(existKey, newValue); in testSparseArrayWithDefaultCapacity()59 assertEquals(newValue, sparseArray.get(existKey)); in testSparseArrayWithDefaultCapacity()116 long newValue = 100; in testSparseArrayWithSpecifiedCapacity() local119 sparseArray.put(existKey, newValue); in testSparseArrayWithSpecifiedCapacity()120 assertEquals(newValue, sparseArray.get(existKey)); in testSparseArrayWithSpecifiedCapacity()
56 int newValue = 23; in testSparseIntArrayWithDefaultCapacity() local59 sparseIntArray.put(existKey, newValue); in testSparseIntArrayWithDefaultCapacity()60 assertEquals(newValue, sparseIntArray.get(existKey)); in testSparseIntArrayWithDefaultCapacity()104 int newValue = 23; in testSparseIntArrayWithSpecifiedCapacity() local107 sparseIntArray.put(existKey, newValue); in testSparseIntArrayWithSpecifiedCapacity()108 assertEquals(newValue, sparseIntArray.get(existKey)); in testSparseIntArrayWithSpecifiedCapacity()
55 Integer newValue = 100; in testSparseArrayWithDefaultCapacity() local58 sparseArray.put(existKey, newValue); in testSparseArrayWithDefaultCapacity()59 assertEquals(newValue, sparseArray.get(existKey)); in testSparseArrayWithDefaultCapacity()120 Integer newValue = 100; in testSparseArrayWithSpecifiedCapacity() local123 sparseArray.put(existKey, newValue); in testSparseArrayWithSpecifiedCapacity()124 assertEquals(newValue, sparseArray.get(existKey)); in testSparseArrayWithSpecifiedCapacity()
51 Integer newValue = 100; in testSparseArrayWithDefaultCapacity() local54 sparseArray.put(existKey, newValue); in testSparseArrayWithDefaultCapacity()55 assertEquals(newValue, sparseArray.get(existKey)); in testSparseArrayWithDefaultCapacity()116 Integer newValue = 100; in testSparseArrayWithSpecifiedCapacity() local119 sparseArray.put(existKey, newValue); in testSparseArrayWithSpecifiedCapacity()120 assertEquals(newValue, sparseArray.get(existKey)); in testSparseArrayWithSpecifiedCapacity()
56 int newValue = (originalValue + delta); in addByteNoise() local57 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()
341 double newValue = mMinValue + delta; in ExpandMin() local346 if (newValue < 0 && mMinValue > 0.f) { in ExpandMin()349 mMinValue = newValue; in ExpandMin()376 double newValue = mMaxValue + delta; in ExpandMax() local381 if (newValue > 0 && mMaxValue < 0.f) { in ExpandMax()384 mMaxValue = newValue; in ExpandMax()
54 protected boolean callChangeListener(Object newValue) { in callChangeListener() argument55 return super.callChangeListener(newValue); in callChangeListener()
865 function change(v, newValue) { argument871 v.value = newValue;
META-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...