Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dshell_unittest.py48 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/
Dbase_cloud_client.py86 functor=build,
224 functor=self.ExecuteOnce,
Dutils.py219 def Retry(retry_checker, max_retries, functor, sleep_multiplier, argument
249 return_value = functor(*args, **kwargs)
263 def RetryExceptionType(exception_types, max_retries, functor, *args, **kwargs): argument
278 functor, *args, **kwargs)
651 functor=self._ExecuteOnce,
Dssh.py212 functor=_SshLogOutput,
367 functor=self.CheckSshConnection,
Dadb_tools.py246 functor=self._DisconnectAndRaiseError,
Dandroid_build_client.py135 functor=self.DownloadArtifact,
/tools/acloud/public/acloud_kernel/
Dkernel_swapper.py147 functor=lambda cmd: subprocess.check_call(cmd, shell=True),