Home
last modified time | relevance | path

Searched refs:testOr (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/function/
DLongPredicateTest.java77 public void testOr() throws Exception { in testOr() method in LongPredicateTest
DIntPredicateTest.java83 public void testOr() throws Exception { in testOr() method in IntPredicateTest
DDoublePredicateTest.java83 public void testOr() throws Exception { in testOr() method in DoublePredicateTest
DPredicateTest.java83 public void testOr() throws Exception { in testOr() method in PredicateTest
DBiPredicateTest.java86 public void testOr() throws Exception { in testOr() method in BiPredicateTest
/libcore/ojluni/src/test/java/util/BitSet/
DBSMethods.java129 testOr(); in main()
422 private static void testOr() { in testOr() method in BSMethods