/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | RemoteSshUtil.java | 45 long timeoutMs, in remoteSshCommandExec() argument 56 return runUtil.runTimedCmd(timeoutMs, stdout, stderr, sshCmd.toArray(new String[0])); in remoteSshCommandExec() 74 long timeoutMs, in remoteSshCommandExec() argument 77 remoteInstance, options, runUtil, timeoutMs, null, null, command); in remoteSshCommandExec()
|
D | GceManager.java | 598 long timeoutMs, in remoteSshCommandExecution() argument 600 return RemoteSshUtil.remoteSshCommandExec(gceAvd, options, runUtil, timeoutMs, command); in remoteSshCommandExecution()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | DeviceRecoveryModeUtil.java | 37 public static void bootOutOfRecovery(IManagedTestDevice device, long timeoutMs) in bootOutOfRecovery() argument 39 bootOutOfRecovery(device, timeoutMs, 0); in bootOutOfRecovery() 53 long timeoutMs, long bufferMs) in bootOutOfRecovery() argument 65 managedDevice.waitForDeviceAvailable(timeoutMs); in bootOutOfRecovery()
|
D | LogcatEventParser.java | 147 public LogcatEvent waitForEvent(long timeoutMs) throws InterruptedException { in waitForEvent() argument 148 return mEventQueue.poll(timeoutMs, TimeUnit.MILLISECONDS); in waitForEvent()
|
/tools/test/graphicsbenchmark/functional_tests/java/src/com/android/game/qualification/tests/ |
D | TestActivity.java | 49 public void waitUntilDestroyed(int timeoutMs) throws InterruptedException { in waitUntilDestroyed() argument 50 boolean timeout = latch.await(timeoutMs, TimeUnit.MILLISECONDS); in waitUntilDestroyed()
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | IDeviceStateMonitor.java | 192 public void setDefaultOnlineTimeout(long timeoutMs); in setDefaultOnlineTimeout() argument 197 public void setDefaultAvailableTimeout(long timeoutMs); in setDefaultAvailableTimeout() argument
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | HostGTest.java | 78 public CommandResult executeHostCommand(String cmd, long timeoutMs) { in executeHostCommand() argument 80 return RunUtil.getDefault().runTimedCmd(timeoutMs, cmds); in executeHostCommand() 90 String cmd, long timeoutMs, IShellOutputReceiver receiver) { in executeHostGTestCommand() argument 112 result = runUtil.runTimedCmd(timeoutMs, stream, null, cmds); in executeHostGTestCommand()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDeviceStateMonitor.java | 85 public void setDefaultOnlineTimeout(long timeoutMs) { in setDefaultOnlineTimeout() argument 86 mDefaultOnlineTimeout = timeoutMs; in setDefaultOnlineTimeout() 93 public void setDefaultAvailableTimeout(long timeoutMs) { in setDefaultAvailableTimeout() argument 94 mDefaultAvailableTimeout = timeoutMs; in setDefaultAvailableTimeout()
|
/tools/asuite/asuite_plugin/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/tools/ndkports/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/tools/metalava/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/tools/trebuchet/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/tools/tradefederation/core/tests/res/testdata/ |
D | tradefed-prebuilt-cts-8.0_r21.jar | META-INF/
META-INF/MANIFEST.MF
jline/
jline/CompletionHandler.class
CompletionHandler ... |