Home
last modified time | relevance | path

Searched defs:testable (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/function/
H A DFailableFunctionsTest.java285 final Testable<?, ?> testable = new Testable<>(null); in testAcceptBiConsumer() local
306 final Testable<?, ?> testable = new Testable<>(ILLEGAL_STATE_EXCEPTION); in testAcceptConsumer() local
327 final Testable<?, Double> testable = new Testable<>(ILLEGAL_STATE_EXCEPTION); in testAcceptDoubleConsumer() local
352 final Testable<?, Integer> testable = new Testable<>(ILLEGAL_STATE_EXCEPTION); in testAcceptIntConsumer() local
377 final Testable<?, Long> testable = new Testable<>(ILLEGAL_STATE_EXCEPTION); in testAcceptLongConsumer() local
402 final Testable<String, Double> testable = new Testable<>(ILLEGAL_STATE_EXCEPTION); in testAcceptObjDoubleConsumer() local
432 final Testable<String, Integer> testable = new Testable<>(ILLEGAL_STATE_EXCEPTION); in testAcceptObjIntConsumer() local
461 final Testable<String, Long> testable = new Testable<>(ILLEGAL_STATE_EXCEPTION); in testAcceptObjLongConsumer() local
490 final Testable<?, ?> testable = new Testable<>(null); in testApplyBiFunction() local
511 final Testable<?, Double> testable = new Testable<>(ILLEGAL_STATE_EXCEPTION); in testApplyDoubleBinaryOperator() local
[all …]
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
H A DFunctionsTest.java272 final Testable<?, ?> testable = new Testable<>(null); in testAcceptBiConsumer() local
294 final Testable<?, ?> testable = new Testable<>(ise); in testAcceptConsumer() local
317 final Testable<?, Double> testable = new Testable<>(ise); in testAcceptDoubleConsumer() local
344 final Testable<?, Integer> testable = new Testable<>(ise); in testAcceptIntConsumer() local
371 final Testable<?, Long> testable = new Testable<>(ise); in testAcceptLongConsumer() local
398 final Testable<String, Double> testable = new Testable<>(ise); in testAcceptObjDoubleConsumer() local
430 final Testable<String, Integer> testable = new Testable<>(ise); in testAcceptObjIntConsumer() local
461 final Testable<String, Long> testable = new Testable<>(ise); in testAcceptObjLongConsumer() local
492 final Testable<?, ?> testable = new Testable<>(null); in testApplyBiFunction() local
515 final Testable<?, ?> testable = new Testable<>(ise); in testApplyFunction() local
[all …]
/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DCallLogMigrationTest.java78 CallLogDatabaseHelperTestable testable = new CallLogDatabaseHelperTestable( in testPhoneAccountMigrationMarkingOnUpgrade() local
/aosp_15_r20/art/tools/bisection_search/
H A Dbisection_search.py261 def BugSearch(testable): argument
/aosp_15_r20/tools/asuite/atest/test_finders/
H A Dmodule_finder_unittest.py1785 self, testable, robotype, tapps, btargets argument