Searched refs:functor (Results 1 – 7 of 7) sorted by relevance
/tools/acloud/internal/lib/ |
D | utils.py | 196 def Retry(retry_checker, max_retries, functor, sleep_multiplier, argument 226 return_value = functor(*args, **kwargs) 240 def RetryExceptionType(exception_types, max_retries, functor, *args, **kwargs): argument 255 functor, *args, **kwargs) 629 functor=self._ExecuteOnce,
|
D | base_cloud_client.py | 89 functor=build, 224 functor=self.ExecuteOnce,
|
D | ssh.py | 155 functor=_SshLogOutput, 299 functor=self.CheckSshConnection,
|
D | adb_tools.py | 218 functor=self._DisconnectAndRaiseError,
|
D | cvd_compute_client_multi_stage.py | 503 functor=self._build_api.DownloadArtifact,
|
/tools/repohooks/rh/ |
D | shell_unittest.py | 50 def _testData(self, functor, tests, check_type=True): argument 53 result = functor(test_input) 54 self._assertEqual(functor.__name__, test_input, test_output, result)
|
/tools/acloud/public/acloud_kernel/ |
D | kernel_swapper.py | 147 functor=lambda cmd: subprocess.check_call(cmd, shell=True),
|