Home
last modified time | relevance | path

Searched defs:ir (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DAccessibleObjectTest.java147 InheritedRuntime ir = ao.getAnnotation(InheritedRuntime.class); in test_getAnnotation() local
/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentHashMap8Test.java896 int ir = m.reduceKeysToInt(Long.MAX_VALUE, (Long x) -> x.intValue(), 0, Integer::sum); in testReduceKeysToIntSequentially() local
923 int ir = m.reduceValuesToInt(Long.MAX_VALUE, (Long x) -> x.intValue(), 0, Integer::sum); in testReduceValuesToIntSequentially() local
950 int ir = m.reduceKeysToInt(1L, (Long x) -> x.intValue(), 0, Integer::sum); in testReduceKeysToIntInParallel() local
977 int ir = m.reduceValuesToInt(1L, (Long x) -> x.intValue(), 0, Integer::sum); in testReduceValuesToIntInParallel() local
/libcore/ojluni/src/test/java/util/concurrent/tck/
DConcurrentHashMap8Test.java921 int ir = m.reduceKeysToInt(Long.MAX_VALUE, (Long x) -> x.intValue(), 0, Integer::sum); in testReduceKeysToIntSequentially() local
948 int ir = m.reduceValuesToInt(Long.MAX_VALUE, (Long x) -> x.intValue(), 0, Integer::sum); in testReduceValuesToIntSequentially() local
975 int ir = m.reduceKeysToInt(1L, (Long x) -> x.intValue(), 0, Integer::sum); in testReduceKeysToIntInParallel() local
1002 int ir = m.reduceValuesToInt(1L, (Long x) -> x.intValue(), 0, Integer::sum); in testReduceValuesToIntInParallel() local