HomeSort by relevance Sort by last modified time
    Searched refs:attempt (Results 1 - 25 of 30) sorted by null

1 2

  /system/bluetooth/bluedroid/
bluetooth.c 154 int attempt; local
166 for (attempt = 1000; attempt > 0; attempt--) {
176 if (attempt == 0) {
  /external/wpa_supplicant/
eapol_sm.h 171 * aborted_cached - Notify that cached PMK attempt was aborted
226 void eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm, int attempt);
299 #define eapol_sm_notify_pmkid_attempt(sm, attempt) do { } while (0)
eapol_sm.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.h 171 * aborted_cached - Notify that cached PMK attempt was aborted
245 void eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm, int attempt);
318 #define eapol_sm_notify_pmkid_attempt(sm, attempt) do { } while (0)
eapol_supp_sm.c     [all...]
  /external/chromium/third_party/icu/source/common/
caniter.cpp 377 UnicodeString attempt; local
378 Normalizer::normalize(possible, UNORM_NFD, 0, attempt, status);
380 // TODO: check if operator == is semanticaly the same as attempt.equals(segment)
381 if (attempt==segment) {
  /external/icu4c/common/
caniter.cpp 379 UnicodeString attempt; local
380 Normalizer::normalize(possible, UNORM_NFD, 0, attempt, status);
382 // TODO: check if operator == is semanticaly the same as attempt.equals(segment)
383 if (attempt==segment) {
  /frameworks/base/core/java/android/server/
BluetoothService.java 109 // The time (in millisecs) to delay the pairing attempt after the first
110 // auto pairing attempt fails. We use an exponential delay with
612 mBondState.attempt(address);
652 int attempt = mBondState.getAttempt(address); local
653 if (attempt * INIT_AUTO_PAIRING_FAILURE_ATTEMPT_DELAY >
663 attempt * INIT_AUTO_PAIRING_FAILURE_ATTEMPT_DELAY);
670 mBondState.attempt(address);
842 Integer attempt = mPinAttempt.get(address); local
843 if (attempt == null) {
846 return attempt.intValue()
849 public synchronized void attempt(String address) { method in class:BluetoothService.BondState
850 Integer attempt = mPinAttempt.get(address); local
    [all...]
  /device/samsung/crespo/alsa-lib/src/rawmidi/
rawmidi_hw.c 177 int attempt = 0; local
195 if (attempt++ > 3) {
  /external/v8/test/mjsunit/
big-array-literal.js 29 // Also test that we can attempt to make even larger object literals without
big-object-literal.js 29 // Also test that we can attempt to make even larger object literals without
  /frameworks/base/core/jni/
android_server_BluetoothEventLoop.cpp 258 int attempt = 0; local
260 for (attempt = 0; attempt < 1000 && reply == NULL; attempt ++) {
288 if (attempt == 1000) {
    [all...]
  /external/bluetooth/hcidump/parser/
lmp.c 506 uint16_t attempt = LMP_U16(frm); local
516 printf("sniff attempt %d\n", attempt);
hci.c 950 printf("handle %d max %d min %d attempt %d timeout %d\n",
952 btohs(cp->min_interval), btohs(cp->attempt), btohs(cp->timeout));
    [all...]
  /external/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 102 ;;add r9, ppl, #30 ; attempt to load 2 adjacent cache lines
  /external/iproute2/doc/
api-ip6-flowlabels.tex 26 I describe an attempt to design the API for Linux-2.2 IPv6 stack.
113 Certainly, it is not solution but rather attempt to force applications
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_hw.c 1279 int attempt = 0; local
    [all...]
  /external/v8/benchmarks/
deltablue.js 158 * Activate this constraint and attempt to satisfy it.
166 * Attempt to find a way to enforce this constraint. If successful,
575 * Attempt to satisfy the given constraint and, if successful,
600 * a list of unsatisfied downstream constraints and attempt to
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 616 if (options.attempt) return $try(returns);
637 attempt: function(args, bind){
638 return this.create({bind: bind, arguments: args, attempt: true})();
974 }).create({attempt: Browser.Engine.gecko})()) related = false;
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-deltablue.js 152 * Activate this constraint and attempt to satisfy it.
160 * Attempt to find a way to enforce this constraint. If successful,
569 * Attempt to satisfy the given constraint and, if successful,
594 * a list of unsatisfied downstream constraints and attempt to
  /external/libpng/
CHANGES 420 if an attempt is made to read an interlaced image when it's not supported.
    [all...]
  /external/zlib/contrib/masmx86/
inffas32.asm 16 ; * enabled. I will attempt to merge the MMX code into this version. Newer
  /external/dropbear/libtommath/
bn.tex 452 It accepts a \textbf{NULL} terminated list of pointers to mp\_int structures. It will attempt to initialize them all
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 564 uint16_t attempt; member in struct:__anon1717
    [all...]
  /external/qemu/hw/
bt.h 684 uint16_t attempt; member in struct:__anon6331
    [all...]

Completed in 437 milliseconds

1 2