Home
last modified time | relevance | path

Searched refs:callable (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/invoker/logger/
DInvocationLocalTest.java99 private <T> T invocation(Callable<T> callable) { in invocation() argument
108 return callable.call(); in invocation()
/tools/test/connectivity/acts_tests/tests/google/bt/
Drelay_tool.py140 callable(getattr(relay_device, func_name)))]
/tools/tradefederation/core/common_util/com/android/tradefed/invoker/tracing/
DTracePropagatingExecutorService.java143 Callable<?> wrapped = wrapTask(Executors.callable(command));
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DPingStressTest.py167 remote_ipv6=self.iperf_server_ipv6)) if callable(
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDeviceStateMonitor.java730 private boolean busyWaitFunction(Callable<BUSY_WAIT_STATUS> callable, long maxWaitTime) { in busyWaitFunction() argument
745 BUSY_WAIT_STATUS res = callable.call(); in busyWaitFunction()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dbluetooth_handsfree_abstract_device.py34 ctlr_methods = inspect.getmembers(controller, predicate=callable)
/tools/asuite/atest/integration_tests/
Dsplit_build_test_script.py564 lambda func: callable(func)