Home
last modified time | relevance | path

Searched defs:oldLength (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/prefs/
DPreferencesTest.java88 long oldLength = userPrefs.length(); in testPreferencesClobbersExistingFiles() local
/libcore/luni/src/test/java/tests/com/android/org/bouncycastle/crypto/digests/
DDigestTest.java74 int oldLength = oldDigest.doFinal(oldHash, 0); in doTestMessageDigest() local
/libcore/ojluni/src/main/java/jdk/internal/util/
DArraysSupport.java738 public static int newLength(int oldLength, int minGrowth, int prefGrowth) { in newLength()
752 private static int hugeLength(int oldLength, int minGrowth) { in hugeLength()
/libcore/ojluni/src/main/java/java/util/
DIdentityHashMap.java467 int oldLength = oldTable.length; in resize() local