Home
last modified time | relevance | path

Searched refs:key0 (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DSortedMapTestBase.java206 int key0 = rnd.nextInt(N / 2); in testSubMap() local
209 ref.comparator().compare(key0, key1) > 0) { in testSubMap()
211 int tmp = key0; in testSubMap()
212 key0 = key1; in testSubMap()
215 checkSubMap(ref.subMap(key0, key1), map.subMap(key0, key1)); in testSubMap()
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DProxy.java123 private static final java.lang.Object key0; field in Proxy
126 key0 = null;
/libcore/ojluni/src/main/java/java/lang/reflect/
DProxy.java444 private static final Object key0 = new Object(); field in Proxy
566 case 0: return key0; in apply()