Home
last modified time | relevance | path

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

/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/concurrent/
DUncheckedFutureTest.java40 private static class TestFuture<V> extends AbstractFutureProxy<V> { class in UncheckedFutureTest
44 TestFuture(final Exception throwable) { in TestFuture() method in UncheckedFutureTest.TestFuture
49 TestFuture(final V value) { in TestFuture() method in UncheckedFutureTest.TestFuture
/external/dagger2/javatests/dagger/functional/producers/cancellation/
DProducerTester.java141 private static final class TestFuture extends AbstractFuture<String> { class in ProducerTester
146 private TestFuture(String name) { in TestFuture() method in ProducerTester.TestFuture
/external/python/cpython3/Lib/test/test_future_stmt/
Dtest_future_single_import.py14 class TestFuture(unittest.TestCase): class
/external/pytorch/test/
Dtest_futures.py19 class TestFuture(TestCase): class
/external/crosvm/cros_async/src/sync/
Dmu.rs1279 struct TestFuture { in rw_single_thread_async() struct
1280 polled: bool, in rw_single_thread_async()
1281 waker: Arc<SpinLock<Option<Waker>>>, in rw_single_thread_async()
1284 impl Future for TestFuture { in rw_single_thread_async() implementation