Home
last modified time | relevance | path

Searched defs:runnable (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DConsoleTest.java226 Runnable runnable = trie.retrieve(captures, command); in testRunCommand() local
246 Runnable runnable = trie.retrieve(captures, command); in testRunCommand_shortcut() local
270 Runnable runnable = trie.retrieve(captures, command); in testRunCommand_startsWithCommand() local
DCommandInterrupterTest.java170 private static void execute(Runnable runnable) throws InterruptedException { in execute()
/tools/tradefederation/core/src/com/android/tradefed/util/
DIRunUtil.java232 public CommandStatus runTimed(long timeout, IRunUtil.IRunnableResult runnable, in runTimed()
245 IRunUtil.IRunnableResult runnable); in runTimedRetry()
257 final long maxTime, final IRunUtil.IRunnableResult runnable); in runFixedTimedRetry()
274 final long maxPollInterval, final long maxTime, final IRunUtil.IRunnableResult in runEscalatingTimedRetry()
DRunUtil.java338 public CommandStatus runTimed(long timeout, IRunUtil.IRunnableResult runnable, in runTimed()
397 IRunUtil.IRunnableResult runnable) { in runTimedRetry()
413 final long maxTime, final IRunUtil.IRunnableResult runnable) { in runFixedTimedRetry()
431 final IRunUtil.IRunnableResult runnable) { in runEscalatingTimedRetry()
523 RunnableNotifier(IRunUtil.IRunnableResult runnable, boolean logErrors) { in RunnableNotifier()
/tools/tradefederation/core/src/com/android/tradefed/util/net/
DHttpHelper.java196 GetRequestRunnable runnable = new GetRequestRunnable(url, false); in doGetWithRetry() local
216 GetRequestRunnable runnable = new GetRequestRunnable(url, true); in doGetIgnoreWithRetry() local
235 PostRequestRunnable runnable = new PostRequestRunnable(url, postData, contentType); in doPostWithRetry() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRunUtilTest.java152 IRunnableResult runnable = Mockito.mock(IRunnableResult.class); in testRunTimed_interrupted() local
/tools/tradefederation/contrib/src/com/android/framework/tests/
DBandwidthMicroBenchMarkTest.java211 QueryRunnable runnable = new QueryRunnable(httphelper, queryUrl, params); in fetchDataFromTestServer() local