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

  /system/extras/tests/sdcard/
sysutil.cpp 97 int attempts = 0; local
101 while (size > 0 && !error && !eof && attempts < kMaxAttempts)
124 ++attempts;
163 int attempts = 0; local
165 while (size > 0 && !error && attempts < kMaxAttempts)
182 ++attempts;
449 int attempts = 0; local
451 while (size > 0 && !error && attempts < kMaxAttempts)
468 ++attempts;
480 attempts = 0
524 int attempts; local
    [all...]
  /development/testrunner/
adb_interface.py 319 attempts = 0
321 while not pm_found and (attempts*wait_period) < wait_time:
329 attempts += 1
348 attempts = 0
350 while not inst_found and (attempts*wait_period) < wait_time:
363 attempts += 1
386 attempts = 0
388 while not boot_complete and (attempts*wait_period) < wait_time:
395 attempts += 1
  /libcore/luni/src/main/java/java/io/
PipedInputStream.java 222 int attempts = 3; local
228 if ((attempts-- <= 0) && lastWriter != null && !lastWriter.isAlive()) {
316 int attempts = 3; local
322 if ((attempts-- <= 0) && lastWriter != null && !lastWriter.isAlive()) {
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 217 int attempts = 1; local
276 Log.v(TAG, "attempt=" + attempts
284 attempts++;
285 } while ((os == null || os.size() > byteLimit) && attempts < NUMBER_OF_RESIZE_ATTEMPTS);
  /cts/tools/host/src/com/android/cts/
DeviceManager.java 41 /** Maximal number of attempts to restart ADB connection. */
314 int attempts = 0; local
316 while (!deviceConnected && (attempts < MAX_ADB_RESTART_ATTEMPTS)) {
363 attempts += 1;
  /external/v8/test/cctest/
test-alloc.cc 39 static int attempts = 0; local
40 if (++attempts < 3) return Failure::RetryAfterGC(0);
  /external/wpa_supplicant/
radius_client.c 25 #define RADIUS_CLIENT_MAX_RETRIES 10 /* maximum number of retransmit attempts
32 * many failed retry attempts */
52 int attempts; member in struct:radius_msg_list
172 if (entry->attempts == 0)
180 if (entry->attempts == 0)
188 /* retransmit; remove entry if too many attempts */
189 entry->attempts++;
202 if (entry->attempts >= RADIUS_CLIENT_MAX_RETRIES) {
204 "failed retransmit attempts\n");
245 if (entry->attempts > RADIUS_CLIENT_NUM_FAILOVER)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_client.c 25 #define RADIUS_CLIENT_MAX_RETRIES 10 /* maximum number of retransmit attempts
32 * many failed retry attempts */
53 int attempts; member in struct:radius_msg_list
173 if (entry->attempts == 0)
181 if (entry->attempts == 0)
189 /* retransmit; remove entry if too many attempts */
190 entry->attempts++;
203 if (entry->attempts >= RADIUS_CLIENT_MAX_RETRIES) {
205 "failed retransmit attempts\n");
246 if (entry->attempts > RADIUS_CLIENT_NUM_FAILOVER)
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 116 private TextView attempts; field in class:RadioInfo
265 attempts = (TextView) findViewById(R.id.attempts);
615 attempts.setText(s);
    [all...]
  /external/ppp/pppd/
auth.c     [all...]
  /external/v8/test/mjsunit/
keyed-ic.js 28 // This test attempts to test the inline caching for keyed access.
unicode-test.js     [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
bugzilla.py 471 attempts = 0
473 attempts += 1
491 if attempts < 5:
  /packages/apps/Contacts/src/com/android/contacts/
ImportVCardActivity.java 938 int attempts = 0; local
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 88 attempts to generate the same IOs seen during the sample workload phase.
106 IOs during the sample workload. \texttt{btreplay} \emph{attempts} to
135 kernel\footnote{Attempts to do them individually resulted in too large of a
166 recorded by \texttt{btrecord}, and attempts to faithfully reproduce the
  /external/yaffs2/yaffs2/
yaffs_guts.c 399 int attempts = 0; local
452 attempts++;
471 if (attempts > 1) {
473 (TSTR("**>> yaffs write required %d attempts" TENDSTR),
474 attempts));
475 dev->nRetriedWrites += (attempts - 1);
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 115 is followed by attempts to patch the hole and more mistakes...
ip-cref.tex 887 \item \verb|noarp| --- the neighbour entry is valid. No attempts to validate
936 \paragraph{Warning:} Attempts to delete or manually change
    [all...]
  /external/v8/src/
api.cc 2293 int attempts = 0; local
    [all...]
  /external/v8/benchmarks/
deltablue.js 578 * on its output. The algorithm attempts to resatisfy that
  /external/webkit/SunSpider/tests/v8-v4/
v8-deltablue.js 572 * on its output. The algorithm attempts to resatisfy that
  /external/blktrace/btt/doc/
btt.tex 599 \texttt{btt} attempts to produce the results from running an
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 653 milliseconds