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 66 int attempts = 0; local
67 while (last_packet_.empty() && attempts++ < kMaxAttempts) {
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Renderer.cpp 118 int attempts = alternateFlags ? ArraySize(extraFlags) : 1; local
120 for (int i = 0; i < attempts; ++i)
153 if (i + 1 < attempts)
Renderer9.cpp 2126 int attempts = 3; local
    [all...]
  /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 76 // Maximum number of attempts, see res_state.retry.
77 int attempts; member in struct:net::DnsConfig
100 // Attempts to read the configuration. Will run |callback| when succeeded.
120 // 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)