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 225 int attempts = 3; local
231 if ((attempts-- <= 0) && lastWriter != null && !lastWriter.isAlive()) {
304 int attempts = 3; local
310 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 283 int attempts = 1; local
305 attempts++;
316 } while (b == null && attempts < NUMBER_OF_RESIZE_ATTEMPTS);
320 && attempts >= NUMBER_OF_RESIZE_ATTEMPTS) {
321 Log.v(TAG, "getResizedImageData: gave up after too many attempts to resize");
327 attempts = 1; // reset count for second loop
379 Log.v(TAG, "attempt=" + attempts
387 attempts++;
389 } while (resultTooBig && attempts < NUMBER_OF_RESIZE_ATTEMPTS);
  /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...]
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 51 #define READ_ATTEMPT_SLEEP_MS 5 // 5ms between two read attempts when pipe is empty
430 int attempts = 0; local
432 while ((remaining_frames > 0) && (attempts < MAX_READ_ATTEMPTS)) {
433 attempts++;
439 // attempts, frames_read, remaining_frames);
  /external/mksh/src/
main.c 760 volatile uint8_t attempts = 13; local
833 if (wastty && Flag(FIGNOREEOF) && --attempts > 0) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 107 private TextView attempts; field in class:RadioInfo
269 attempts = (TextView) findViewById(R.id.attempts);
661 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 1659 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...]
  /frameworks/base/media/java/android/media/
AudioService.java 1755 int attempts = 3; local
3161 int attempts = 3; local
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 590 milliseconds