Home
last modified time | relevance | path

Searched defs:newVal (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/test/java/text/Format/DecimalFormat/
DSetGroupingSizeTest.java64 public void test_validGroupingSize(int newVal) { in test_validGroupingSize()
67 assertEquals(df.getGroupingSize(), newVal); in test_validGroupingSize() local
72 public void test_invalidGroupingSize(int newVal) { in test_invalidGroupingSize()
/libcore/ojluni/src/test/java/util/IdentityHashMap/
DBasic.java413 Box newVal = new Box(v1a); in testPutNew() local
426 Box newVal = new Box(v1a); in testPutOverwrite() local
439 Box newVal = new Box(v1a); in testPutAll() local
467 Box newVal = new Box(v1a); in testPutIfAbsentAddsNew() local
535 Box newVal = new Box(v2); in testReplaceAA() local
547 Box newVal = new Box(v2); in testReplaceAV() local
559 Box newVal = new Box(v2); in testReplaceKA() local
570 Box newVal = new Box(v2); in testReplaceKV() local
594 Box newVal = new Box(v1a); in testComputeAV() local
617 Box newVal = new Box(v1a); in testComputePV() local
[all …]
/libcore/ojluni/src/main/java/sun/util/locale/
DLocaleObjectCache.java61 V newVal = createObject(key); in get() local
/libcore/ojluni/annotations/flagged_api/java/util/
DCollections.annotated.java68 public static <T> boolean replaceAll(java.util.List<T> list, T oldVal, T newVal) { throw new Runtim… in replaceAll()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java70 …aram T> list, @libcore.util.NullFromTypeParam T oldVal, @libcore.util.NullFromTypeParam T newVal) … in replaceAll()
/libcore/ojluni/src/main/java/java/time/temporal/
DWeekFields.java921 int newVal = range.checkValidIntValue(newValue, this); // lenient check range in adjustInto() local
/libcore/ojluni/src/main/java/java/util/
DCollections.java911 public static <T> boolean replaceAll(List<T> list, T oldVal, T newVal) { in replaceAll()
/libcore/ojluni/src/main/java/java/math/
DMutableBigInteger.java1425 int[] newVal = Arrays.copyOfRange(value, offset+intLen-blockEnd, offset+intLen-blockStart); in getBlock() local
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java140 public static <T> boolean replaceAll(java.util.List<T> list, T oldVal, T newVal) { in replaceAll()