HomeSort by relevance Sort by last modified time
    Searched refs:timeOut (Results 1 - 14 of 14) sorted by null

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DdmPreferences.java 43 /** Default timeout values for adb connection (milliseconds) */
154 * Returns the timeout to be used in adb connections (milliseconds).
161 * Sets the timeout value for adb connection.
163 * @param timeOut the timeout value (milliseconds).
165 public static void setTimeOut(int timeOut) {
166 sTimeOut = timeOut;
SyncService.java 153 * @throws TimeoutException in case of timeout on the connection.
272 * @throws TimeoutException in case of a timeout reading responses from the device.
298 * @throws TimeoutException in case of a timeout reading responses from the device.
327 * @throws TimeoutException in case of a timeout reading responses from the device.
360 * @throws TimeoutException in case of a timeout reading responses from the device.
435 * @throws TimeoutException in case of a timeout reading responses from the device.
477 * @throws TimeoutException in case of a timeout reading responses from the device.
484 final int timeOut = DdmPreferences.getTimeOut();
497 AdbHelper.write(mChannel, msg, -1, timeOut);
501 AdbHelper.read(mChannel, pullResult, -1, timeOut);
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
DumpRenderTree.cpp 63 static const char optionNoTimeout[] = "--no-timeout";
83 string timeOut;
86 timeOut = pathOrURL.substr(separatorPosition + 1);
88 separatorPosition = timeOut.find_first_of(' ');
90 params.pixelHash = timeOut.substr(separatorPosition + 1);
91 timeOut.erase(separatorPosition);
93 shell.setLayoutTestTimeout(atoi(timeOut.c_str()));
212 // 0x20000000ms is big enough for the purpose to avoid timeout in debugging.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 86 * @param {Number} timeOut Timeout value of message shown.
89 function showUserMessages(id, timeOut, message) {
96 '-webkit-transition', 'opacity' + timeOut + 's ease-in');
  /external/webkit/Tools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp 65 const unsigned timeOut = 10;
  /frameworks/base/core/java/android/app/
Instrumentation.java 530 * returning the resulting activity or till the timeOut period expires.
531 * If the timeOut expires before the activity is started, return null.
533 * @param timeOut Time to wait before the activity is created.
537 public final Activity waitForActivityWithTimeout(long timeOut) {
541 wait(timeOut);
693 * Wait for an existing {@link ActivityMonitor} to be hit till the timeout
696 * returned. If the timeout expires, a null object is returned.
699 * @param timeOut The timeout value in secs.
703 public Activity waitForMonitorWithTimeout(ActivityMonitor monitor, long timeOut) {
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 2795 milliseconds