Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_future4.py6 class TestFuture(unittest.TestCase): class
Dtest_future3.py15 class TestFuture(unittest.TestCase): class
/external/python/cpython3/Lib/test/
Dtest_future3.py14 class TestFuture(unittest.TestCase): class
/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/crosvm/cros_async/src/sync/
Dmu.rs1237 struct TestFuture { in rw_single_thread_async() struct
1238 polled: bool, in rw_single_thread_async()
1239 waker: Arc<SpinLock<Option<Waker>>>, in rw_single_thread_async()
1242 impl Future for TestFuture { in rw_single_thread_async() implementation
/external/libchromeos-rs/src/sync/
Dmu.rs1360 struct TestFuture { in rw_single_thread_async() struct
1361 polled: bool, in rw_single_thread_async()
1362 waker: Arc<SpinLock<Option<Waker>>>, in rw_single_thread_async()
1365 impl Future for TestFuture { in rw_single_thread_async() implementation