HomeSort by relevance Sort by last modified time
    Searched refs:attempts (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /external/chromium_org/net/dns/
dns_session.cc 123 // attempts, return its index.
124 if (server_stats_[server_index]->last_failure_count < config_.attempts) {
dns_config_service_posix.cc 458 dns_config->attempts = res.retry;
  /external/lldb/test/pexpect-2.4/examples/
hive.py 392 for attempts in xrange(0, max_attempts):
  /external/chromium_org/v8/src/base/platform/
platform-win32.cc 762 for (size_t attempts = 0; base == NULL && attempts < 3; ++attempts) {
767 // After three attempts give up and let the OS find an address to use.
    [all...]
  /system/core/toolbox/
newfs_msdos.c 264 u_int extra_res, alignment=0, set_res, set_spf, set_spc, tempx, attempts=0; local
603 attempts++;
604 } while(opt_A && alignment != 0 && attempts < 2);
    [all...]
  /external/chromium_org/third_party/devscripts/
licensecheck.pl 37 B<licensecheck> attempts to determine the license that applies to each file
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 313 // Attempts to force the window to be redrawn, ensuring that it gets
315 void ForceRedrawWindow(int attempts);
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 950 int attempts = MAX_PORT_GENERATION_SYNC_ATTEMPTS; local
1177 int attempts = MAX_PORT_GENERATION_SYNC_ATTEMPTS; local
    [all...]
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 75 #define READ_ATTEMPT_SLEEP_MS 5 // 5ms between two read attempts when pipe is empty
    [all...]
  /external/chromium_org/media/test/data/eme_player_js/
utils.js 223 Utils.failTest('FAILED: Exceeded maximum license request attempts.');
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
  /external/libpng/projects/owatcom/
pngconfig.mak 79 # compilers (in fact attempts to build will fail at compile time.)
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.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/chromium_org/tools/telemetry/telemetry/page/
page_runner.py 244 max_attempts = test.attempts
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
extension_bridge.js 276 // Could not connect after 5 ping attempts. Call the disconnect
  /external/chromium_org/chrome/browser/resources/cryptotoken/
multiplesigner.js 29 * sign attempts, i.e. no further results will be produced. The parameter
usbenrollhandler.js 136 * Attempts to match the gnubby's U2F version with an appropriate enroll
198 * Attempts enrolling a particular gnubby with a challenge of the appropriate
299 * How long to delay between repeated enroll attempts, in milliseconds.
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 149 // Called when a user attempts to login.
  /external/mksh/src/
main.c 737 volatile uint8_t attempts = 13; local
810 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
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Renderer9.cpp 2972 int attempts = ArraySize(extraFlags); local
    [all...]

Completed in 7039 milliseconds

1 23 4 5