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

1 2

  /external/chromium_org/remoting/jingle_glue/
chromium_socket_factory_unittest.cc 67 int attempts = 0; local
68 while (last_packet_.empty() && attempts++ < kMaxAttempts) {
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer.cpp 123 int attempts = alternateFlags ? ArraySize(extraFlags) : 1; local
125 for (int i = 0; i < attempts; ++i)
158 if (i + 1 < attempts)
  /libcore/luni/src/main/java/java/io/
PipedInputStream.java 225 int attempts = 3; local
231 if ((attempts-- <= 0) && lastWriter != null && !lastWriter.isAlive()) {
303 int attempts = 3; local
309 if ((attempts-- <= 0) && lastWriter != null && !lastWriter.isAlive()) {
  /external/chromium_org/net/dns/
dns_config_service.h 80 // Maximum number of attempts, see res_state.retry.
81 int attempts; member in struct:net::DnsConfig
109 // Attempts to read the configuration. Will run |callback| when succeeded.
129 // Immediately attempts to read the current configuration.
  /external/chromium_org/v8/test/cctest/
test-alloc.cc 38 static int attempts = 0; local
39 if (++attempts < 3) return Failure::RetryAfterGC();
  /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...]
  /external/chromium_org/sandbox/win/src/
sandbox_nt_util.cc 32 int attempts = 0; local
33 for (; attempts < 41; attempts++) {
47 if (attempts == 30) {
50 } else if (attempts == 40) {
60 if (attempts == 41)
  /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...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardPatternView.java 202 // the footer depends on how many total attempts the user has failed
278 int attempts = mKeyguardUpdateMonitor.getFailedUnlockAttempts(); local
280 0 == (attempts % LockPatternUtils.FAILED_ATTEMPTS_BEFORE_TIMEOUT)) {
  /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);
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 296 int attempts = 1; local
318 attempts++;
329 } while (b == null && attempts < NUMBER_OF_RESIZE_ATTEMPTS);
333 && attempts >= NUMBER_OF_RESIZE_ATTEMPTS) {
334 Log.v(TAG, "getResizedImageData: gave up after too many attempts to resize");
340 attempts = 1; // reset count for second loop
406 Log.v(TAG, "attempt=" + attempts
414 attempts++;
416 } while (resultTooBig && attempts < NUMBER_OF_RESIZE_ATTEMPTS);
  /external/chromium_org/chrome_frame/test/
test_with_web_server.cc 200 int attempts = 0; local
202 attempts = chrome_frame_test::CloseAllIEWindows();
204 attempts = chrome_frame_test::CloseVisibleWindowsOnAllThreads(
208 if (attempts > 0) {
216 LOG(ERROR) << "No attempts to close browser windows";
    [all...]
  /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...]
  /packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
PhotoManager.java 345 * false if the Loader Thread hasn't made any attempts to
493 // Request can go through multiple attempts if the LoaderThread fails to load any
496 if (loaded || request.attempts > 2) {
732 request.attempts++;
900 public int attempts; field in class:PhotoManager.Request
    [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 1707 int attempts = InetAddress.getAllByName("localhost").length; \/\/ one per IP address local
    [all...]
  /external/chromium_org/v8/src/
heap.cc 697 // Therefore stop recollecting after several attempts.
733 // allocation attempts to go through.
5551 int attempts = 0; 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 
  /frameworks/base/media/java/android/media/
AudioService.java 1807 int attempts = 3; local
3298 int attempts = 3; local
    [all...]
  /external/v8/src/
objects.cc 3559 int attempts = 0; local
    [all...]

Completed in 1369 milliseconds

1 2