Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dutils.py196 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,
Dbase_cloud_client.py89 functor=build,
224 functor=self.ExecuteOnce,
Dssh.py155 functor=_SshLogOutput,
299 functor=self.CheckSshConnection,
Dadb_tools.py218 functor=self._DisconnectAndRaiseError,
Dcvd_compute_client_multi_stage.py503 functor=self._build_api.DownloadArtifact,
/tools/repohooks/rh/
Dshell_unittest.py50 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/
Dkernel_swapper.py147 functor=lambda cmd: subprocess.check_call(cmd, shell=True),