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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py 131 def phase1(self): # Compute common names member in class:dircmp
232 common=phase1, left_only=phase1, right_only=phase1,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
filecmp.py 131 def phase1(self): # Compute common names member in class:dircmp
232 common=phase1, left_only=phase1, right_only=phase1,
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
FFTFrame.cpp 133 double phase1 = arg(c1); local
136 double deltaPhase1 = phase1 - lastPhase1;
138 lastPhase1 = phase1;
  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 314 * phase1 - Phase 1 (outer authentication) parameters
369 char *phase1; member in struct:eap_peer_config
eap_wsc.c 148 const char *phase1; local
185 phase1 = eap_get_config_phase1(sm);
186 if (phase1 == NULL) {
187 wpa_printf(MSG_INFO, "EAP-WSC: phase1 configuration data not "
193 pos = os_strstr(phase1, "pin=");
207 pos = os_strstr(phase1, "pbc=1");
213 wpa_printf(MSG_INFO, "EAP-WSC: PIN or PBC not set in phase1 "
219 pos = os_strstr(phase1, "dev_pw_id=");
223 res = eap_wsc_new_ap_settings(&new_ap_settings, phase1);
eap_aka.c 92 const char *phase1 = eap_get_config_phase1(sm); local
104 data->result_ind = phase1 && os_strstr(phase1, "result_ind=1") != NULL;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 188 * phase1 - Phase 1 (outer authentication) parameters
192 char *phase1; member in struct:wpa_cred

Completed in 146 milliseconds