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...]
  /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()) {
  /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);
  /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 404 attempts = 0
406 while not success and (attempts*wait_period) < wait_time:
420 attempts += 1
440 attempts = 0
442 while not boot_complete and (attempts*wait_period) < wait_time:
449 attempts += 1
  /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...]
  /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...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
LockPatternKeyguardView.java 391 // that requests device wipe after N attempts. Once we get below the grace
397 // Too many attempts. The device will be wiped shortly.
398 Slog.i(TAG, "Too many unlock attempts; device will be wiped!");
528 // notification for orientation changed, layout() and switching resources. This code attempts
    [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/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.
  /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/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla.py 410 attempts = 0
412 attempts += 1
429 if attempts < 5:
    [all...]
  /external/clang/tools/scan-build/
scan-build 974 --use-cc [compiler path] - $Prog attempts to guess the default compiler for
978 --use-c++ [compiler path] - $Prog attempts to guess the default compiler for
    [all...]
  /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 694 volatile int attempts = 13; local
764 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

Completed in 1526 milliseconds

1 2