Home
last modified time | relevance | path

Searched refs:async_utils (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/external/federated-compute/fcp/demo/
H A Dcheckpoint_tensor_reference_test.py42 tff.async_utils.SharedAwaitable(get_test_checkpoint()))
52 tff.async_utils.SharedAwaitable(get_checkpoint()))
59 tff.async_utils.SharedAwaitable(get_test_checkpoint()))
71 tff.async_utils.SharedAwaitable(get_not_found_checkpoint()))
82 tff.async_utils.SharedAwaitable(get_invalid_checkpoint()))
H A Dcheckpoint_tensor_reference.py27 checkpoint_future: tff.async_utils.SharedAwaitable):
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dpmem.rs43 use super::async_utils;
325 let resample = async_utils::handle_irq_resample(&ex, interrupt); in run_worker()
329 let kill = async_utils::await_and_exit(&ex, kill_evt); in run_worker()
H A Diommu.rs63 use crate::virtio::async_utils;
658 let f_resample = async_utils::handle_irq_resample(&ex, interrupt); in run()
659 let f_kill = async_utils::await_and_exit(&ex, kill_evt); in run()
/aosp_15_r20/external/crosvm/devices/src/virtio/scsi/
H A Ddevice.rs56 use crate::virtio::async_utils;
749 let kill = async_utils::await_and_exit(ex, kill_evt).fuse(); in run_worker()
752 let resample = async_utils::handle_irq_resample(ex, interrupt.clone()).fuse(); in run_worker()
/aosp_15_r20/external/angle/build/android/gyp/
H A Dwrite_build_config.pydeps5 ../../../third_party/jinja2/async_utils.py
H A Dcreate_r_java.pydeps5 ../../../third_party/jinja2/async_utils.py
H A Dunused_resources.pydeps5 ../../../third_party/jinja2/async_utils.py
H A Dcreate_ui_locale_resources.pydeps5 ../../../third_party/jinja2/async_utils.py
H A Dcreate_r_txt.pydeps5 ../../../third_party/jinja2/async_utils.py
H A Dprepare_resources.pydeps5 ../../../third_party/jinja2/async_utils.py
H A Dcreate_app_bundle_apks.pydeps5 ../../../third_party/jinja2/async_utils.py
H A Dcompile_resources.pydeps5 ../../../third_party/jinja2/async_utils.py
H A Djinja_template.pydeps14 ../../../third_party/jinja2/async_utils.py
/aosp_15_r20/external/cronet/build/android/gyp/
H A Dcreate_ui_locale_resources.pydeps5 ../../../third_party/jinja2/async_utils.py
H A Dunused_resources.pydeps5 ../../../third_party/jinja2/async_utils.py
H A Dcreate_r_txt.pydeps5 ../../../third_party/jinja2/async_utils.py
H A Dwrite_build_config.pydeps5 ../../../third_party/jinja2/async_utils.py
H A Dcreate_r_java.pydeps5 ../../../third_party/jinja2/async_utils.py
H A Dprepare_resources.pydeps5 ../../../third_party/jinja2/async_utils.py
H A Dcreate_app_bundle_apks.pydeps5 ../../../third_party/jinja2/async_utils.py
H A Dcompile_resources.pydeps5 ../../../third_party/jinja2/async_utils.py
H A Djinja_template.pydeps14 ../../../third_party/jinja2/async_utils.py
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/common_backend/
H A Dmod.rs44 use crate::virtio::async_utils;
649 let f_resample = async_utils::handle_irq_resample(&ex, interrupt.clone()).fuse(); in run_worker()
652 let f_kill = async_utils::await_and_exit(&ex, kill_evt).fuse(); in run_worker()
/aosp_15_r20/external/cronet/build/android/pylib/results/presentation/
H A Dtest_results_presentation.pydeps17 ../../../../../third_party/jinja2/async_utils.py

12