Searched refs:testOr (Results 1 – 6 of 6) sorted by relevance
/libcore/luni/src/test/java/libcore/java/util/function/ | ||
D | LongPredicateTest.java | 77 public void testOr() throws Exception { in testOr() method in LongPredicateTest |
D | IntPredicateTest.java | 83 public void testOr() throws Exception { in testOr() method in IntPredicateTest |
D | DoublePredicateTest.java | 83 public void testOr() throws Exception { in testOr() method in DoublePredicateTest |
D | PredicateTest.java | 83 public void testOr() throws Exception { in testOr() method in PredicateTest |
D | BiPredicateTest.java | 86 public void testOr() throws Exception { in testOr() method in BiPredicateTest |
/libcore/ojluni/src/test/java/util/BitSet/ | ||
D | BSMethods.java | 129 testOr(); in main() |