Searched defs:runnable (Results 1 – 5 of 5) 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
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | IRunUtil.java | 204 public CommandStatus runTimed(long timeout, IRunUtil.IRunnableResult runnable, in runTimed() 217 IRunUtil.IRunnableResult runnable); in runTimedRetry() 229 final long maxTime, final IRunUtil.IRunnableResult runnable); in runFixedTimedRetry() 246 final long maxPollInterval, final long maxTime, final IRunUtil.IRunnableResult in runEscalatingTimedRetry()
|
D | RunUtil.java | 318 public CommandStatus runTimed(long timeout, IRunUtil.IRunnableResult runnable, in runTimed() 369 IRunUtil.IRunnableResult runnable) { in runTimedRetry() 385 final long maxTime, final IRunUtil.IRunnableResult runnable) { in runFixedTimedRetry() 403 final IRunUtil.IRunnableResult runnable) { in runEscalatingTimedRetry() 531 RunnableNotifier(IRunUtil.IRunnableResult runnable, boolean logErrors) { in RunnableNotifier()
|
/tools/tradefederation/core/src/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/prod-tests/src/com/android/framework/tests/ |
D | BandwidthMicroBenchMarkTest.java | 203 QueryRunnable runnable = new QueryRunnable(httphelper, queryUrl, params); in fetchDataFromTestServer() local
|