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

  /external/libcxxabi/src/Unwind/
Unwind-sjlj.c 164 _LIBUNWIND_ABORT("during phase1 personality function said it would "
289 _Unwind_Reason_Code phase1 = unwind_phase1(exception_object); local
290 if (phase1 != _URC_NO_REASON)
291 return phase1;
UnwindLevel1.c 189 _LIBUNWIND_ABORT("during phase1 personality function said it would "
339 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, exception_object); local
340 if (phase1 != _URC_NO_REASON)
341 return phase1;
Unwind-EHABI.cpp 84 // perform phase1 or phase2 unwinding.
133 // TODO(ajwong): This is only phase1 compatible logic. Implement
637 _LIBUNWIND_ABORT("during phase1 personality function said it would "
700 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, exception_object); local
701 if (phase1 != _URC_NO_REASON)
702 return phase1;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-sjlj.c 164 _LIBUNWIND_ABORT("during phase1 personality function said it would "
289 _Unwind_Reason_Code phase1 = unwind_phase1(exception_object); local
290 if (phase1 != _URC_NO_REASON)
291 return phase1;
UnwindLevel1.c 190 _LIBUNWIND_ABORT("during phase1 personality function said it would "
342 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, exception_object); local
343 if (phase1 != _URC_NO_REASON)
344 return phase1;
Unwind-EHABI.cpp 127 // TODO(ajwong): This is only phase1 compatible logic. Implement
604 _LIBUNWIND_ABORT("during phase1 personality function said it would "
667 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, exception_object); local
668 if (phase1 != _URC_NO_REASON)
669 return phase1;
    [all...]
  /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/platform/audio/
FFTFrame.cpp 134 double phase1 = arg(c1); local
137 double deltaPhase1 = phase1 - lastPhase1;
139 lastPhase1 = phase1;
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 150 const char *phase1; local
188 phase1 = eap_get_config_phase1(sm);
189 if (phase1 == NULL) {
190 wpa_printf(MSG_INFO, "EAP-WSC: phase1 configuration data not "
196 pos = os_strstr(phase1, "pin=");
210 pos = os_strstr(phase1, "pbc=1");
215 pos = os_strstr(phase1, "dev_pw_id=");
225 wpa_printf(MSG_INFO, "EAP-WSC: PIN or PBC not set in phase1 "
231 pos = os_strstr(phase1, " pkhash=");
249 res = eap_wsc_new_ap_settings(&new_ap_settings, phase1);
    [all...]
eap_config.h 340 * phase1 - Phase 1 (outer authentication) parameters
395 char *phase1; member in struct:eap_peer_config
eap_eke.c 73 const char *phase1; local
97 phase1 = eap_get_config_phase1(sm);
98 if (phase1) {
101 pos = os_strstr(phase1, "dhgroup=");
108 pos = os_strstr(phase1, "encr=");
115 pos = os_strstr(phase1, "prf=");
122 pos = os_strstr(phase1, "mac=");
eap_gpsk.c 84 const char *phase1; local
108 phase1 = eap_get_config_phase1(sm);
109 if (phase1) {
112 pos = os_strstr(phase1, "cipher=");
eap_aka.c 90 const char *phase1 = eap_get_config_phase1(sm); local
102 data->result_ind = phase1 && os_strstr(phase1, "result_ind=1") != NULL;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 224 * phase1 - Phase 1 (outer authentication) parameters
228 char *phase1; member in struct:wpa_cred
    [all...]

Completed in 1674 milliseconds