HomeSort by relevance Sort by last modified time
    Searched defs:attempt (Results 1 - 24 of 24) sorted by null

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
ClassCacheTest.java 30 TestThreadIsWriting attempt = new TestThreadIsWriting(classCache); local
36 attempt.start();
38 attempt.join(timeToWait, 0);
40 Assert.assertEquals(false, attempt.ready);
69 TestThreadSaveAllClassesToCache attempt = new TestThreadSaveAllClassesToCache(classCache); local
75 attempt.start();
77 attempt.join(timeToWait, 0);
79 Assert.assertEquals(false, attempt.ready);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 225 def attempt( lib, message = nil, exit_status = nil ) method in class:ANTLR3.Main.Main
  /external/chromium/net/base/
keygen_handler_win.cc 168 int attempt; local
169 for (attempt = 0; attempt < kMaxAttempts; ++attempt) {
191 if (attempt == kMaxAttempts) {
  /external/chromium_org/net/base/
keygen_handler_win.cc 168 int attempt; local
169 for (attempt = 0; attempt < kMaxAttempts; ++attempt) {
191 if (attempt == kMaxAttempts) {
  /external/openssh/
auth.h 54 int attempt; member in struct:Authctxt
sshconnect.c 343 int sock = -1, attempt; local
363 for (attempt = 0; attempt < connection_attempts; attempt++) {
364 if (attempt > 0) {
    [all...]
sshconnect2.c 866 static int attempt = 0; local
872 if (attempt++ >= options.number_of_password_prompts)
875 if (attempt != 1)
1491 static int attempt = 0; local
1750 static int attempt = 0; \/* XXX share with userauth_password's? *\/ local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
caniter.cpp 380 UnicodeString attempt; local
381 nfd.normalize(possible, attempt, status);
383 // TODO: check if operator == is semanticaly the same as attempt.equals(segment)
384 if (attempt==segment) {
  /external/icu4c/common/
caniter.cpp 381 UnicodeString attempt; local
382 nfd.normalize(possible, attempt, status);
384 // TODO: check if operator == is semanticaly the same as attempt.equals(segment)
385 if (attempt==segment) {
  /bootable/recovery/applypatch/
applypatch.c 432 int attempt; local
434 for (attempt = 0; attempt < 10; ++attempt) {
436 printf("raw O_SYNC write %s attempt %d start at %d\n", partition, attempt+1, start);
505 printf("verification read succeeded (attempt %d)\n", attempt+1);
    [all...]
  /external/chromium_org/net/dns/
dns_transaction.cc 80 // Starts the attempt. Returns ERR_IO_PENDING if cannot complete synchronously
84 // Returns the query of this attempt.
114 // True if current attempt is pending (waiting for server response).
119 // True if attempt is completed (received server response).
259 // Our solution is to make another attempt, in case the query truly
260 // failed, but keep this attempt alive, in case it was a false alarm.
513 // The first server to attempt on each query is given by
581 AttemptResult(int rv, const DnsAttempt* attempt)
582 : rv(rv), attempt(attempt) {}
585 const DnsAttempt* attempt; member in struct:net::__anon11090::DnsTransactionImpl::AttemptResult
688 DnsUDPAttempt* attempt = local
733 DnsTCPAttempt* attempt = new DnsTCPAttempt(server_index, socket.Pass(), local
772 const DnsAttempt* attempt = attempts_[attempt_number]; local
784 const DnsAttempt* attempt = attempts_[attempt_number]; local
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 1479 int attempt = 0; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 1801 UINT16 attempt; member in struct:__anon3736
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/qemu/hw/
bt.h 682 uint16_t attempt; member in struct:__anon27057
    [all...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 805 milliseconds