Searched refs:functor (Results 1 – 7 of 7) sorted by relevance
/tools/repohooks/rh/ |
D | shell_unittest.py | 48 def _testData(self, functor, tests, check_type=True): argument 51 result = functor(test_input) 52 self._assertEqual(functor.__name__, test_input, test_output, result)
|
/tools/acloud/internal/lib/ |
D | base_cloud_client.py | 86 functor=build, 224 functor=self.ExecuteOnce,
|
D | utils.py | 214 def Retry(retry_checker, max_retries, functor, sleep_multiplier, argument 244 return_value = functor(*args, **kwargs) 258 def RetryExceptionType(exception_types, max_retries, functor, *args, **kwargs): argument 273 functor, *args, **kwargs) 646 functor=self._ExecuteOnce,
|
D | ssh.py | 219 functor=_SshLogOutput, 378 functor=self.CheckSshConnection,
|
D | android_build_client.py | 142 functor=self.DownloadArtifact, 156 functor=self.DownloadArtifact,
|
D | adb_tools.py | 246 functor=self._DisconnectAndRaiseError,
|
/tools/acloud/public/acloud_kernel/ |
D | kernel_swapper.py | 147 functor=lambda cmd: subprocess.check_call(cmd, shell=True),
|