Searched defs:ir (Results 1 – 3 of 3) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
D | AccessibleObjectTest.java | 147 InheritedRuntime ir = ao.getAnnotation(InheritedRuntime.class); in test_getAnnotation() local
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ConcurrentHashMap8Test.java | 896 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/ |
D | ConcurrentHashMap8Test.java | 921 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
|