HomeSort by relevance Sort by last modified time
    Searched refs:attempts (Results 126 - 150 of 273) sorted by null

1 2 3 4 56 7 8 91011

  /prebuilts/go/linux-x86/src/net/http/fcgi/
child.go 171 // ErrRequestAborted is returned by Read when a handler attempts to read the
175 // ErrConnClosed is returned by Read when a handler attempts to read the body of
  /prebuilts/go/linux-x86/src/time/
sleep_test.go 265 const attempts = 5
267 for i := 0; i < attempts && err != nil; i++ {
  /external/devlib/devlib/utils/
ssh.py 575 attempts = 0
576 while attempts < 10:
577 attempts += 1
    [all...]
  /external/llvm/utils/lit/lit/
TestRunner.py     [all...]
  /external/v8/src/base/platform/
platform-win32.cc 767 for (size_t attempts = 0; base == NULL && attempts < 3; ++attempts) {
772 // After three attempts give up and let the OS find an address to use.
    [all...]
  /prebuilts/go/darwin-x86/src/net/
tcpsock_test.go 449 attempts := 10 * N
452 for i := 0; i < attempts; i++ {
462 if fails > attempts/9 { // see issues 7400 and 7541
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/cryptobyte/
asn1.go 556 // ReadOptionalASN1 attempts to read the contents of a DER-encoded ASN.1
581 // ReadOptionalASN1Integer attempts to read an optional ASN.1 INTEGER
620 // ReadOptionalASN1OctetString attempts to read an optional ASN.1 OCTET STRING
  /prebuilts/go/linux-x86/src/net/
tcpsock_test.go 449 attempts := 10 * N
452 for i := 0; i < attempts; i++ {
462 if fails > attempts/9 { // see issues 7400 and 7541
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/cryptobyte/
asn1.go 556 // ReadOptionalASN1 attempts to read the contents of a DER-encoded ASN.1
581 // ReadOptionalASN1Integer attempts to read an optional ASN.1 INTEGER
620 // ReadOptionalASN1OctetString attempts to read an optional ASN.1 OCTET STRING
  /tools/tradefederation/core/src/com/android/tradefed/device/
NativeDevice.java 118 /** the default number of command retry attempts to perform */
2787 int attempts = MAX_RETRY_ATTEMPTS + 1; local
2818 int attempts = MAX_RETRY_ATTEMPTS + 1; local
    [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...]
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 76 #define READ_ATTEMPT_SLEEP_MS 5 // 5ms between two read attempts when pipe is empty
    [all...]
  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarMediaPassthroughTest.py 82 self.CT, self.TG, attempts=4, auto_confirm=False):
  /external/libpng/projects/owatcom/
pngconfig.mak 79 # compilers (in fact attempts to build will fail at compile time.)
  /external/skia/tools/
bisect_roll.go 53 log("Updating repos and finding roll attempts; this can take a few minutes...")
  /external/skqp/tools/
bisect_roll.go 53 log("Updating repos and finding roll attempts; this can take a few minutes...")
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
TvLauncherStrategy.java 594 int attempts = 0;
597 while (attempts++ < maxScrollAttempts) {
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
scope.go 94 // Insert attempts to insert an object obj into scope s.
  /prebuilts/go/darwin-x86/src/runtime/debug/
garbage.go 118 // threads that the Go program can use. If it attempts to use more than
  /prebuilts/go/darwin-x86/src/runtime/
lock_sema.go 49 // On multiprocessors, spin for ACTIVE_SPIN attempts.
  /prebuilts/go/linux-x86/src/go/types/
scope.go 94 // Insert attempts to insert an object obj into scope s.
  /prebuilts/go/linux-x86/src/runtime/debug/
garbage.go 118 // threads that the Go program can use. If it attempts to use more than
  /prebuilts/go/linux-x86/src/runtime/
lock_sema.go 49 // On multiprocessors, spin for ACTIVE_SPIN attempts.
  /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...]

Completed in 1338 milliseconds

1 2 3 4 56 7 8 91011