Home
last modified time | relevance | path

Searched defs:callback_future (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_concurrent_futures.py1379 def fn(callback_future): argument
1390 def fn(callback_future): argument
1401 def fn(callback_future): argument
1415 def raising_fn(callback_future): argument
1420 def fn(callback_future): argument
1434 def fn(callback_future): argument
1445 def fn(callback_future): argument
1456 def fn(callback_future): argument
1467 def raising_fn(callback_future): argument
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_unittest.cc435 auto callback_future = callback_promise.get_future(); in TEST_F() local