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

1 2 3 4 5 6 7 8 9

  /external/valgrind/main/memcheck/tests/
file_locking.stderr.exp 2 parent: file locking attempt succeeded.
  /cts/tests/tests/webkitsecurity/assets/
transition-cache-dictionary-crash.js 1 description("Test to ensure we don't attempt to cache new property transitions on dictionary. Passes if you don't crash.");
  /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/chrome/browser/
process_singleton_uitest.cc 138 // and thus we must manually reset it for each attempt.
229 for (size_t attempt = 0; attempt < kNbAttempts && !failed; ++attempt) {
230 SCOPED_TRACE(testing::Message() << "Attempt: " << attempt << ".");
246 bool first_run = attempt % 2;
  /system/bluetooth/bluedroid/
bluetooth.c 154 int attempt; local
167 for (attempt = 1000; attempt > 0; attempt--) {
184 if (attempt == 0) {
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 104 for (int attempt = 0; attempt < 10; ++attempt) {
109 attempt = 0;
  /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;
  /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)
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 165 * aborted_cached - Notify that cached PMK attempt was aborted
260 void eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm, int attempt);
334 #define eapol_sm_notify_pmkid_attempt(sm, attempt) do { } while (0)
  /external/openssh/
auth2.c 228 debug("attempt %d failures %d", authctxt->attempt, authctxt->failures);
233 if (authctxt->attempt++ == 0) {
351 (authctxt->attempt > 1 || strcmp(method, "none") != 0))
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodeappendchildnewchilddiffdocument.js 89 Retrieve the second employee and attempt to append
90 a node created from a different document. An attempt
hc_nodeappendchildnodeancestor.js 82 Retrieve the second employee and attempt to append
84 An attempt to make such an addition should raise the
hc_nodeinsertbeforenodeancestor.js 82 Retrieve the second employee and attempt to insert a
84 attempt to insert such a node should raise the
hc_nodeinsertbeforerefchildnonexistent.js 82 Retrieve the second employee and attempt to insert a
84 of this node. An attempt to insert before a non child
hc_noderemovechildoldchildnonexistent.js 82 Retrieve the second employee and attempt to remove a
83 node that is not one of its children. An attempt to
hc_nodereplacechildnodeancestor.js 82 Retrieve the second employee and attempt to replace
84 An attempt to make such a replacement should raise the
hc_nodereplacechildoldchildnonexistent.js 82 Retrieve the second employee and attempt to replace a
83 node that is not one of its children. An attempt to
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodeappendchildnewchilddiffdocument.js 89 Retrieve the second employee and attempt to append
90 a node created from a different document. An attempt
hc_nodeappendchildnodeancestor.js 82 Retrieve the second employee and attempt to append
84 An attempt to make such an addition should raise the
hc_nodeinsertbeforenodeancestor.js 82 Retrieve the second employee and attempt to insert a
84 attempt to insert such a node should raise the
hc_nodeinsertbeforerefchildnonexistent.js 82 Retrieve the second employee and attempt to insert a
84 of this node. An attempt to insert before a non child
hc_noderemovechildoldchildnonexistent.js 82 Retrieve the second employee and attempt to remove a
83 node that is not one of its children. An attempt to
hc_nodereplacechildnodeancestor.js 82 Retrieve the second employee and attempt to replace
84 An attempt to make such a replacement should raise the
hc_nodereplacechildoldchildnonexistent.js 82 Retrieve the second employee and attempt to replace a
83 node that is not one of its children. An attempt to
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeinsertbefore01.js 81 Using insertBefore on this Document node attempt to insert a new Comment node before
83 attempt to insert a new Processing Instruction node before the new Comment and

Completed in 794 milliseconds

1 2 3 4 5 6 7 8 9