HomeSort by relevance Sort by last modified time
    Searched full:retry (Results 401 - 425 of 1348) sorted by null

<<11121314151617181920>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java 197 // dcsList to the list of DC's to retry
201 if (DBG) log("onDataStateChanged: add to retry dc=" + dc);
236 if (DBG) log("onDataStateChanged: inactive, add to retry list");
313 // Retry connections that have disappeared
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiWatcher.java 21 * invoke checkForCondition() only when a regular API call is in retry mode because it is unable
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wireless.h 135 * - Add retry ioctls (work like PM)
141 * - Add new statistics (frag, retry, beacon)
216 * - Add IW_RETRY_SHORT/IW_RETRY_LONG retry modifiers
217 * - Power/Retry relative values no longer * 100000
287 #define SIOCSIWRETRY 0x8B28 /* set retry limits and lifetime */
288 #define SIOCGIWRETRY 0x8B29 /* get retry limits and lifetime */
358 #define IWEVTXDROP 0x8C00 /* Packet dropped to excessive retry */
511 /* Retry limits and lifetime flags available */
912 struct iw_param retry; \/* Retry limits & lifetime *\/ member in union:iwreq_data
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wireless.h 135 * - Add retry ioctls (work like PM)
141 * - Add new statistics (frag, retry, beacon)
216 * - Add IW_RETRY_SHORT/IW_RETRY_LONG retry modifiers
217 * - Power/Retry relative values no longer * 100000
287 #define SIOCSIWRETRY 0x8B28 /* set retry limits and lifetime */
288 #define SIOCGIWRETRY 0x8B29 /* get retry limits and lifetime */
358 #define IWEVTXDROP 0x8C00 /* Packet dropped to excessive retry */
511 /* Retry limits and lifetime flags available */
912 struct iw_param retry; \/* Retry limits & lifetime *\/ member in union:iwreq_data
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wireless.h 135 * - Add retry ioctls (work like PM)
141 * - Add new statistics (frag, retry, beacon)
216 * - Add IW_RETRY_SHORT/IW_RETRY_LONG retry modifiers
217 * - Power/Retry relative values no longer * 100000
287 #define SIOCSIWRETRY 0x8B28 /* set retry limits and lifetime */
288 #define SIOCGIWRETRY 0x8B29 /* get retry limits and lifetime */
358 #define IWEVTXDROP 0x8C00 /* Packet dropped to excessive retry */
511 /* Retry limits and lifetime flags available */
912 struct iw_param retry; \/* Retry limits & lifetime *\/ member in union:iwreq_data
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/
libstdc++.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/lib/
libstdc++.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libstdc++.so 
  /frameworks/base/docs/html/google/play/licensing/
adding-licensing.jd 158 retry count, the license validity period, and similar information in a
175 such cases, your implementation can maintain a count of retry responses and
227 requests, so in most cases there is no need for your {@code Policy} to retry them.</li>
241 help manage validity and caching, retry grace period, and more. Extracting the
272 <p>ServerManagedPolicy provides all of the handling for license and retry
288 application's license validity period, retry grace period, and maximum allowable
289 retry count, among others. ServerManagedPolicy extracts the values from the
321 retry requests are not tracked and cached responses can not be used to fulfill
370 maintain the timestamp of the last successful license check, the retry count,
528 {@code NOT_LICENSED}, or {@code RETRY}. In particular, you should handle the case in whic
    [all...]
  /bionic/libc/netbsd/resolv/
res_init.c 187 statp->retry = RES_DFLRETRY;
520 statp->retry = i;
522 statp->retry = RES_MAXRETRY;
525 printf(";;\tattempts=%d\n", statp->retry);
617 u_int retry = 5; local
618 for (retry; retry > 0; retry--) {
  /development/testrunner/
run_command.py 39 """Spawn and retry a subprocess to run the given shell command.
44 retry_count: number of times to retry command
  /external/ceres-solver/internal/ceres/
minimizer.h 93 // mu at each retry. This leads to stronger and stronger
95 // conditioned at each retry.
  /external/chromium/android/autofill/
url_fetcher_proxy.h 86 virtual void set_automatically_retry_on_5xx(bool retry)
88 retry_ = retry;
  /external/chromium/chrome/browser/policy/
device_token_fetcher.cc 17 // Retry after 5 minutes (with exponential backoff) after token fetch errors.
19 // Retry after max 3 hours after token fetch errors.
  /external/chromium/chrome/browser/remoting/
setup_flow.cc 75 if (message == "Retry") {
76 Retry();
  /external/chromium/chrome/common/net/gaia/
gaia_oauth_client.cc 170 // RC_BAD_REQUEST, we may need to retry.
173 // Retry limit reached. Give up.
  /external/chromium/net/socket/
tcp_client_socket_libevent.h 167 // The buffer used by OnSocketReady to retry Read requests
171 // The buffer used by OnSocketReady to retry Write requests
  /external/chromium/net/udp/
udp_socket_libevent.h 171 // The buffer used by InternalRead() to retry Read requests
176 // The buffer used by InternalWrite() to retry Write requests
udp_socket_win.h 163 // The buffer used by InternalRead() to retry Read requests
169 // The buffer used by InternalWrite() to retry Write requests
  /external/e2fsprogs/lib/ext2fs/
bb_inode.c 235 retry:
239 goto retry;

Completed in 3963 milliseconds

<<11121314151617181920>>