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

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DdmPreferences.java 43 /** Default timeout values for adb connection (milliseconds) */
145 * Returns the timeout to be used in adb connections (milliseconds).
152 * Sets the timeout value for adb connection.
154 * @param timeOut the timeout value (milliseconds).
156 public static void setTimeOut(int timeOut) {
157 sTimeOut = timeOut;
SyncService.java 231 "Got timeout or unhappy response from ADB sync req: "
563 final int timeOut = DdmPreferences.getTimeOut();
576 AdbHelper.write(mChannel, msg, -1, timeOut);
580 AdbHelper.read(mChannel, pullResult, -1, timeOut);
632 AdbHelper.read(mChannel, data, length, timeOut);
635 AdbHelper.read(mChannel, pullResult, -1, timeOut);
711 final int timeOut = DdmPreferences.getTimeOut();
741 AdbHelper.write(mChannel, msg, -1, timeOut);
779 AdbHelper.write(mChannel, mBuffer, readCount+8, timeOut);
800 AdbHelper.write(mChannel, msg, -1, timeOut);
    [all...]
  /external/opencore/pvmi/pvmf/src/
pvmf_media_clock.cpp     [all...]
  /external/opencore/pvmi/pvmf/include/
pvmf_media_clock.h 463 ** @param [aObserver] -- observer object to be called on timeout.
496 ** @param [aObserver] -- observer object to be called on timeout.
550 ** @param [aObserver] -- observer object to be called on timeout.
584 ** @param [aObserver] -- observer object to be called on timeout.
684 ** [aCallbackObserver] -- observer object to be called on timeout. This argument is used if
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp 65 const unsigned timeOut = 10;
  /frameworks/base/core/java/android/app/
Instrumentation.java 531 * returning the resulting activity or till the timeOut period expires.
532 * If the timeOut expires before the activity is started, return null.
534 * @param timeOut Time to wait before the activity is created.
538 public final Activity waitForActivityWithTimeout(long timeOut) {
541 wait(timeOut);
692 * Wait for an existing {@link ActivityMonitor} to be hit till the timeout
695 * returned. If the timeout expires, a null object is returned.
698 * @param timeOut The timeout value in secs.
702 public Activity waitForMonitorWithTimeout(ActivityMonitor monitor, long timeOut) {
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 533 milliseconds