Home
last modified time | relevance | path

Searched defs:runnable (Results 1 – 8 of 8) 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/common_util/com/android/tradefed/util/
DIRunUtil.java262 public CommandStatus runTimed(long timeout, IRunUtil.IRunnableResult runnable, in runTimed()
275 IRunUtil.IRunnableResult runnable); in runTimedRetry()
287 final long maxTime, final IRunUtil.IRunnableResult runnable); in runFixedTimedRetry()
304 final long maxPollInterval, final long maxTime, final IRunUtil.IRunnableResult in runEscalatingTimedRetry()
DRunUtil.java367 public CommandStatus runTimed(long timeout, IRunUtil.IRunnableResult runnable, in runTimed()
426 IRunUtil.IRunnableResult runnable) { in runTimedRetry()
442 final long maxTime, final IRunUtil.IRunnableResult runnable) { in runFixedTimedRetry()
460 final IRunUtil.IRunnableResult runnable) { in runEscalatingTimedRetry()
552 RunnableNotifier(IRunUtil.IRunnableResult runnable, boolean logErrors) { in RunnableNotifier()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/logger/
DInvocationMetricLoggerTest.java59 TestRunnable runnable = new TestRunnable(key, value, value2); in logMetric() local
DTfObjectTrackerTest.java98 TestRunnable runnable = new TestRunnable(toTrack, trackWithParents); in logMetric() local
/tools/tradefederation/core/common_util/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.java155 IRunnableResult runnable = Mockito.mock(IRunnableResult.class); in testRunTimed_interrupted() local