Searched defs:runnable (Results 1 – 8 of 8) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/command/ |
D | ConsoleTest.java | 226 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
|
D | CommandInterrupterTest.java | 170 private static void execute(Runnable runnable) throws InterruptedException { in execute()
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | IRunUtil.java | 262 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()
|
D | RunUtil.java | 367 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/ |
D | InvocationMetricLoggerTest.java | 59 TestRunnable runnable = new TestRunnable(key, value, value2); in logMetric() local
|
D | TfObjectTrackerTest.java | 98 TestRunnable runnable = new TestRunnable(toTrack, trackWithParents); in logMetric() local
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/net/ |
D | HttpHelper.java | 196 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/ |
D | RunUtilTest.java | 155 IRunnableResult runnable = Mockito.mock(IRunnableResult.class); in testRunTimed_interrupted() local
|