HomeSort by relevance Sort by last modified time
    Searched defs:attempt (Results 1 - 22 of 22) 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) {
  /system/bluetooth/bluedroid/
bluetooth.c 155 int attempt; local
178 for (attempt = 100; attempt > 0; attempt--) {
197 if (attempt == 0) {
  /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/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/opencv/cvaux/src/
cvlee.cpp 1479 int attempt = 0; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 1784 UINT16 attempt; member in struct:__anon3288
    [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:__anon13621
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 622 uint16_t attempt; member in struct:__anon43580
    [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/tradefed/
tradefed-prebuilt.jar 

Completed in 592 milliseconds