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

1 2

  /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...]
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
scanner.rb 124 attempts = 0
128 attempts += 1
130 puts "Sequential found #{find_lines.join(',')} in #{attempts} attempts with #{lines.length} total lines."
131 seq_iterations << attempts
137 attempts = 0
141 attempts += 1
143 puts "Combine found #{find_lines.join(',')} in #{attempts} attempts with #{lines.length} total lines."
144 combine_iterations << attempts
    [all...]
  /external/smack/src/org/jivesoftware/smack/
ReconnectionManager.java 93 * Holds the current number of reconnection attempts
95 private int attempts = 0;
103 attempts++;
104 if (attempts > 13) {
107 if (attempts > 7) {
  /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()) {
  /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)
  /development/testrunner/
adb_interface.py 402 attempts = 0
404 while not success and (attempts*wait_period) < wait_time:
418 attempts += 1
438 attempts = 0
440 while not boot_complete and (attempts*wait_period) < wait_time:
447 attempts += 1
  /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/guava/guava-tests/test/com/google/common/collect/
MinMaxPriorityQueueTest.java 580 for (int attempts = 0; attempts < size * (size - 1); attempts++) {
595 for (int attempts = 0; attempts < size * (size - 1); attempts++) {
609 for (int attempts = 0; attempts < 5000; attempts++) {
641 for (int attempts = 0; attempts < 5000; attempts++)
    [all...]
  /external/v8/test/cctest/
test-alloc.cc 38 static int attempts = 0; local
39 if (++attempts < 3) return Failure::RetryAfterGC();
  /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...]
  /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/ppp/pppd/
auth.c     [all...]
  /external/v8/test/mjsunit/
debug-liveedit-check-stack.js 121 // a callback that attempts to modify the function on the fly.
keyed-ic.js 28 // This test attempts to test the inline caching for keyed access.
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardHostView.java 617 private void showAlmostAtWipeDialog(int attempts, int remaining) {
620 attempts, remaining);
624 private void showWipeDialog(int attempts) {
625 String message = mContext.getString(R.string.kg_failed_attempts_now_wiping, attempts);
660 // that requests device wipe after N attempts. Once we get below the grace
666 // Too many attempts. The device will be wiped shortly.
667 Slog.i(TAG, "Too many unlock attempts; device will be wiped!");
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla.py 410 attempts = 0
412 attempts += 1
429 if attempts < 5:
    [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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
  /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...]
  /external/v8/src/
platform-win32.cc 910 for (size_t attempts = 0; base == NULL && attempts < 3; ++attempts) {
915 // After three attempts give up and let the OS find an address to use.
    [all...]
  /external/mksh/src/
main.c 760 volatile uint8_t attempts = 13; local
833 if (wastty && Flag(FIGNOREEOF) && --attempts > 0) {
    [all...]
  /external/oprofile/events/x86-64/family11h/
unit_masks 169 0x02 Prefetch attempts
  /external/oprofile/events/x86-64/hammer/
unit_masks 163 0x02 Prefetch attempts
  /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
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 1659 int attempts = InetAddress.getAllByName("localhost").length; \/\/ one per IP address local
    [all...]

Completed in 1546 milliseconds

1 2