Home
last modified time | relevance | path

Searched refs:Callable (Results 1 – 4 of 4) sorted by relevance

/tools/treble/split/
Dxml_diff.py16 from typing import Any, Callable, Dict, Set
107 key_fn: Callable[[Element], str],
108 diff_fn: Callable[[Element, Element, Set[str]], Any]) -> ChangeMap:
/tools/asuite/atest/
Dbazel_mode.py43 from typing import Any, Callable, Dict, IO, List, Set
256 create_fn: Callable) -> Target: argument
283 create_fn: Callable) -> Target: argument
909 write_value_fn: Callable, argument
1027 run_command: Callable=default_run_command, argument
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabPwsTest.py21 from typing import Callable
77 def wait_until(condition: Callable[..., bool], interval: datetime.timedelta, argument
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBatchProcessor.kt22 import java.util.concurrent.Callable in <lambda>()