Searched defs:attempt (Results 1 - 18 of 18) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dmain.rb225 def attempt( lib, message = nil, exit_status = nil ) method in class:ANTLR3.Main.Main
/external/chromium/net/base/
H A Dkeygen_handler_win.cc168 int attempt; local
169 for (attempt = 0; attempt < kMaxAttempts; ++attempt) {
191 if (attempt == kMaxAttempts) {
/external/openssh/
H A Dauth.h54 int attempt; member in struct:Authctxt
H A Dsshconnect.c343 int sock = -1, attempt; local
363 for (attempt = 0; attempt < connection_attempts; attempt++) {
364 if (attempt > 0) {
H A Dsshconnect2.c866 static int attempt = 0; local
872 if (attempt++ >= options.number_of_password_prompts)
875 if (attempt != 1)
1491 static int attempt = 0; local
1493 if (attempt++ >= options.number_of_password_prompts)
1496 if (attempt > 1 && !authctxt->info_req_seen) {
1750 static int attempt = 0; /* XXX share with userauth_password's? */ local
1752 if (attempt++ >= options.number_of_password_prompts)
1754 if (attempt != 1)
/external/icu4c/common/
H A Dcaniter.cpp381 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) {
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_acl.c1741 UINT16 attempt, UINT16 timeout)
1757 min_period, attempt, timeout))
1740 BTM_SetSniffMode(BD_ADDR remote_bda, UINT16 min_period, UINT16 max_period, UINT16 attempt, UINT16 timeout) argument
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.c1562 * @attempt: Whether PMKSA caching is tried
1566 void eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm, int attempt) argument
1570 if (attempt) {
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.c1562 * @attempt: Whether PMKSA caching is tried
1566 void eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm, int attempt) argument
1570 if (attempt) {
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.c1562 * @attempt: Whether PMKSA caching is tried
1566 void eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm, int attempt) argument
1570 if (attempt) {
/external/opencv/cvaux/src/
H A Dcvlee.cpp1479 int attempt = 0; local
1505 attempt = attempt_number;
1512 attempt = attempt_number;
1527 if(++attempt < attempt_number)
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h1784 UINT16 attempt; member in struct:__anon1318
3064 UINT16 max_period, UINT16 attempt,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/qemu/hw/
H A Dbt.h682 uint16_t attempt; member in struct:__anon11662
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 791 milliseconds