Home
last modified time | relevance | path

Searched defs:retVal (Results 1 – 6 of 6) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDateFormatSymbolsTest.java119 String[] retVal = dfs.getAmPmStrings(); in test_getAmPmStrings() local
133 String[] retVal = dfs.getEras(); in test_getEras() local
147 String[] retVal = dfs.getMonths(); in test_getMonths() local
162 String[] retVal = dfs.getShortMonths(); in test_getShortMonths() local
176 String[] retVal = dfs.getShortWeekdays(); in test_getShortWeekdays() local
190 String[] retVal = dfs.getWeekdays(); in test_getWeekdays() local
208 String[][] retVal = dfs.getZoneStrings(); in test_getZoneStrings() local
237 String[] retVal = dfs.getAmPmStrings(); in test_setAmPmStrings$Ljava_lang_String() local
252 String[] retVal = dfs.getEras(); in test_setEras$Ljava_lang_String() local
280 String[] retVal = dfs.getMonths(); in test_setMonths$Ljava_lang_String() local
[all …]
/libcore/ojluni/src/test/java/util/HashMap/
DReplaceExisting.java83 Integer retVal = itr.next(); in testItr() local
85 "Corrupt iterator: key " + retVal + " already encountered"); in testItr() local
94 Integer retVal = itr.next(); in testItr() local
96 "Corrupt iterator: key " + retVal + " already encountered"); in testItr() local
/libcore/ojluni/src/test/java/util/Map/
DInPlaceOpsCollisions.java49 Object retVal; in testPutIfAbsent() local
154 Object retVal = map.replace(keys[i], val); in testReplaceIfMapped() local
189 T retVal; in testComputeIfAbsent() local
252 T retVal = map.computeIfPresent(keys[i], mappingFunction); in testComputeIfPresent() local
312 IntKey retVal = map.compute(keys[i], mappingFunction); in testComputeNonNull() local
355 Object retVal = map.compute(keys[i], mappingFunction); in testComputeNull() local
394 IntKey retVal = map.merge(keys[i], val, mappingFunction); in testMergeNonNull() local
430 Object retVal = map.merge(keys[i], val, mappingFunction); in testMergeNull() local
/libcore/ojluni/src/main/java/java/lang/
DLiveStackFrameInfo.java61 StringBuilder retVal = new StringBuilder(super.toString()); in toString() local
/libcore/ojluni/src/main/java/sun/security/util/
DHexDumpEncoder.java187 String retVal = null; in encode() local
/libcore/ojluni/src/main/java/sun/misc/
DCharacterEncoder.java189 String retVal = null; in encode() local