Home
last modified time | relevance | path

Searched defs:run_async (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dtest_ticket_crypter.cc70 void TestTicketCrypter::SetRunCallbacksAsync(bool run_async) { in SetRunCallbacksAsync()
/aosp_15_r20/external/pytorch/torch/_lazy/
H A Dclosure.py86 def add_step_closure(closure, args=(), run_async=False): argument
/aosp_15_r20/external/pigweed/pw_cli/py/pw_cli/
H A Dprocess.py147 async def run_async( function
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/libs/proc/
Djob.py172 def run_async(command, env=None): function
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py280 def run_async(self, command, env=None): member in SshConnection
/aosp_15_r20/external/crosvm/devices/src/virtio/video/
H A Dworker.rs375 pub async fn run_async( in run_async() method
/aosp_15_r20/external/python/bumble/apps/
Dauracast.py604 def run_async(async_command: Coroutine) -> None: function
Dconsole.py284 async def run_async(self, device_config, transport): member in ConsoleApp
/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dmodule.cpp216 c10::intrusive_ptr<c10::ivalue::Future> Method::run_async( in run_async() function in torch::jit::Method
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_coroutines.py38 def run_async(coro): function
Dtest_collections.py1284 def run_async(coro): function