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

  /libcore/luni/src/main/java/java/io/
PipedInputStream.java 224 int attempts = 3; local
230 if ((attempts-- <= 0) && lastWriter != null && !lastWriter.isAlive()) {
303 int attempts = 3; local
309 if ((attempts-- <= 0) && lastWriter != null && !lastWriter.isAlive()) {
  /external/v8/test/cctest/
test-alloc.cc 38 static int attempts = 0; local
39 if (++attempts < 3) return Failure::RetryAfterGC();
  /ndk/sources/host-tools/sed-4.2.1/lib/
tempname.c 222 unsigned int attempts = TMP_MAX; local
224 unsigned int attempts = ATTEMPTS_MIN; local
249 for (count = 0; count < attempts; value += 7777, ++count)
  /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...]
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 278 int attempts = 1; local
300 attempts++;
311 } while (b == null && attempts < NUMBER_OF_RESIZE_ATTEMPTS);
315 && attempts >= NUMBER_OF_RESIZE_ATTEMPTS) {
316 Log.v(TAG, "getResizedImageData: gave up after too many attempts to resize");
322 attempts = 1; // reset count for second loop
374 Log.v(TAG, "attempt=" + attempts
382 attempts++;
384 } while (resultTooBig && attempts < NUMBER_OF_RESIZE_ATTEMPTS);
  /external/bluetooth/bluez/audio/
android_audio_hw.c 58 /* maximum number of attempts to wait for a write completion in out_standby_stream_locked() */
238 int attempts = MAX_WRITE_COMPLETION_ATTEMPTS; local
245 while (out->write_busy && attempts--) {
251 ALOGE_IF(attempts == 0, "out_standby_stream_locked() a2dp_write() would not stop!!!");
  /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...]
  /external/wpa_supplicant_8/src/radius/
radius_client.c 31 * Maximum number of retransmit attempts before the entry is removed from
47 * The number of failed retry attempts after which the RADIUS server will be
113 * attempts - Number of transmission attempts
115 int attempts; member in struct:radius_msg_list
332 if (entry->attempts == 0)
340 if (entry->attempts == 0)
348 /* retransmit; remove entry if too many attempts */
349 entry->attempts++;
363 if (entry->attempts >= RADIUS_CLIENT_MAX_RETRIES)
    [all...]
  /external/mksh/src/
main.c 694 volatile int attempts = 13; local
764 if (wastty && Flag(FIGNOREEOF) && --attempts > 0) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 114 private TextView attempts; field in class:RadioInfo
262 attempts = (TextView) findViewById(R.id.attempts);
622 attempts.setText(s);
    [all...]
  /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/opencv/cxcore/src/
cxpersistence.cpp 486 int k = 0, attempts = 1; local
500 attempts = fs->roots->total;
503 for( k = 0; k < attempts; k++ )
540 if( k == attempts - 1 && create_missing )
567 int k = 0, attempts = 1; local
586 attempts = fs->roots->total;
589 for( k = 0; k < attempts; k++ )
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 1587 int attempts = InetAddress.getAllByName("localhost").length; \/\/ one per IP address local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /external/v8/src/
objects.cc 3559 int attempts = 0; local
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1335 milliseconds