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

  /development/testrunner/
adb_interface.py 54 def SendCommand(self, command_string, timeout_time=20, retry_count=3):
61 retry_count: number of times to retry command before raising
72 retry_count=retry_count)
74 def SendShellCommand(self, cmd, timeout_time=20, retry_count=3):
81 retry_count: number of times to retry command before raising
91 retry_count=retry_count)
224 retry_count=2)))
324 output = self.SendShellCommand("pm path android", retry_count=1
    [all...]
run_command.py 37 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True,
44 retry_count: number of times to retry command
57 if retry_count == 0:
59 retry_count -= 1
runtest.py 367 retry_count=3)
  /bionic/libc/kernel/common/linux/
ncp_mount.h 37 unsigned int retry_count; member in struct:ncp_mount_data
58 unsigned int retry_count; member in struct:ncp_mount_data_v4
  /development/ndk/platforms/android-3/include/linux/
ncp_mount.h 37 unsigned int retry_count; member in struct:ncp_mount_data
58 unsigned int retry_count; member in struct:ncp_mount_data_v4
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ncp_mount.h 35 unsigned int retry_count; /* And how often should I retry? */ member in struct:ncp_mount_data
58 unsigned int retry_count; /* And how often should I retry? */ member in struct:ncp_mount_data_v4
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
ncp_mount.h 37 unsigned int retry_count; member in struct:ncp_mount_data
58 unsigned int retry_count; member in struct:ncp_mount_data_v4
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
ncp_mount.h 37 unsigned int retry_count; member in struct:ncp_mount_data
58 unsigned int retry_count; member in struct:ncp_mount_data_v4
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
ncp_mount.h 37 unsigned int retry_count; member in struct:ncp_mount_data
58 unsigned int retry_count; member in struct:ncp_mount_data_v4
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
ncp_mount.h 37 unsigned int retry_count; member in struct:ncp_mount_data
58 unsigned int retry_count; member in struct:ncp_mount_data_v4
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
ncp_mount.h 37 unsigned int retry_count; member in struct:ncp_mount_data
58 unsigned int retry_count; member in struct:ncp_mount_data_v4
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
ncp_mount.h 37 unsigned int retry_count; member in struct:ncp_mount_data
58 unsigned int retry_count; member in struct:ncp_mount_data_v4
  /external/kernel-headers/original/linux/
ncp_mount.h 35 unsigned int retry_count; /* And how often should I retry? */ member in struct:ncp_mount_data
58 unsigned int retry_count; /* And how often should I retry? */ member in struct:ncp_mount_data_v4
82 unsigned int retry_count; /* And how often should I retry? */ member in struct:ncp_mount_data_kernel
  /external/nist-sip/java/gov/nist/javax/sip/stack/
IOHandler.java 162 int retry_count = 0;
192 while (retry_count < max_retry) {
218 "IOException occured retryCount " + retry_count);
227 retry_count++;
262 while (retry_count < max_retry) {
300 retry_count++;
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp 233 byte rcode, retry_count; local
246 retry_count = 0;
264 retry_count++;
265 if( retry_count == USB_RETRY_LIMIT ) {
298 char retry_count = 0; local
323 retry_count ++;
324 if( retry_count == USB_RETRY_LIMIT ) {
  /external/chromium/net/url_request/
url_request_unittest.h 592 int retry_count = 5; local
593 while (retry_count > 0) {
601 retry_count--;
604 DCHECK_GT(retry_count, 0);

Completed in 209 milliseconds