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

  /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 154 int attempt; local
167 for (attempt = 1000; attempt > 0; attempt--) {
184 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 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) {
  /frameworks/base/core/java/android/server/
BluetoothBondState.java 278 Integer attempt = mPinAttempt.get(address); local
279 if (attempt == null) {
282 return attempt.intValue();
285 public synchronized void attempt(String address) { method in class:BluetoothBondState
286 Integer attempt = mPinAttempt.get(address); local
288 if (attempt == null) {
291 newAttempt = attempt.intValue() + 1;
BluetoothService.java 125 // The time (in millisecs) to delay the pairing attempt after the first
126 // auto pairing attempt fails. We use an exponential delay with
553 int attempt = mBondState.getAttempt(address);
559 if (attempt > 0 && attempt <= 2) {
560 mBondState.attempt(address);
564 if (attempt > 0) mBondState.clearPinAttempts(address);
683 mBondState.attempt(address);
728 int attempt = mBondState.getAttempt(address); local
729 if (attempt * INIT_AUTO_PAIRING_FAILURE_ATTEMPT_DELAY
    [all...]
  /external/bluetooth/hcidump/parser/
lmp.c 506 uint16_t attempt = LMP_U16(frm); local
516 printf("sniff attempt %d\n", attempt);
  /frameworks/base/core/jni/
android_server_BluetoothEventLoop.cpp 317 int attempt = 0; local
319 for (attempt = 0; attempt < 1000 && reply == NULL; attempt ++) {
347 if (attempt == 1000) {
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 1479 int attempt = 0; local
    [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/bluetooth/bluez/lib/bluetooth/
hci.h 623 uint16_t attempt; member in struct:__anon2026
    [all...]
  /external/qemu/hw/
bt.h 682 uint16_t attempt; member in struct:__anon11032
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 622 uint16_t attempt; member in struct:__anon36153
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 303 milliseconds