/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_ie.c | 256 struct wpa_eapol_ie_parse *ie) in wpa_parse_generic() argument 265 ie->wpa_ie = pos; in wpa_parse_generic() 266 ie->wpa_ie_len = pos[1] + 2; in wpa_parse_generic() 268 ie->wpa_ie, ie->wpa_ie_len); in wpa_parse_generic() 275 ie->pmkid = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic() 283 ie->gtk = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic() 284 ie->gtk_len = pos[1] - RSN_SELECTOR_LEN; in wpa_parse_generic() 292 ie->mac_addr = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic() 293 ie->mac_addr_len = pos[1] - RSN_SELECTOR_LEN; in wpa_parse_generic() 302 ie->smk = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic() [all …]
|
D | wpa.c | 378 struct wpa_eapol_ie_parse ie; in wpa_supplicant_process_1_of_4() local 393 os_memset(&ie, 0, sizeof(ie)); in wpa_supplicant_process_1_of_4() 400 if (wpa_supplicant_parse_ies(_buf, len, &ie) < 0) in wpa_supplicant_process_1_of_4() 402 if (ie.pmkid) { in wpa_supplicant_process_1_of_4() 404 "Authenticator", ie.pmkid, PMKID_LEN); in wpa_supplicant_process_1_of_4() 408 res = wpa_supplicant_get_pmk(sm, src_addr, ie.pmkid); in wpa_supplicant_process_1_of_4() 707 struct wpa_eapol_ie_parse *ie) in ieee80211w_set_keys() argument 713 if (ie->igtk) { in ieee80211w_set_keys() 716 if (ie->igtk_len != sizeof(*igtk)) in ieee80211w_set_keys() 718 igtk = (const struct wpa_igtk_kde *) ie->igtk; in ieee80211w_set_keys() [all …]
|
/external/wpa_supplicant_8/src/wps/ |
D | wps.c | 407 struct wpabuf *ie; in wps_build_assoc_req_ie() local 412 ie = wpabuf_alloc(100); in wps_build_assoc_req_ie() 413 if (ie == NULL) in wps_build_assoc_req_ie() 416 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC); in wps_build_assoc_req_ie() 417 len = wpabuf_put(ie, 1); in wps_build_assoc_req_ie() 418 wpabuf_put_be32(ie, WPS_DEV_OUI_WFA); in wps_build_assoc_req_ie() 420 if (wps_build_version(ie) || in wps_build_assoc_req_ie() 421 wps_build_req_type(ie, req_type) || in wps_build_assoc_req_ie() 422 wps_build_wfa_ext(ie, 0, NULL, 0)) { in wps_build_assoc_req_ie() 423 wpabuf_free(ie); in wps_build_assoc_req_ie() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wifi_display.c | 38 struct wpabuf *ie, *buf; in wifi_display_update_wfd_ie() local 127 ie = wifi_display_encaps(buf); in wifi_display_update_wfd_ie() 128 wpa_hexdump_buf(MSG_DEBUG, "WFD: WFD IE for Beacon", ie); in wifi_display_update_wfd_ie() 129 p2p_set_wfd_ie_beacon(global->p2p, ie); in wifi_display_update_wfd_ie() 131 ie = wifi_display_encaps(buf); in wifi_display_update_wfd_ie() 133 ie); in wifi_display_update_wfd_ie() 134 p2p_set_wfd_ie_assoc_req(global->p2p, ie); in wifi_display_update_wfd_ie() 136 ie = wifi_display_encaps(buf); in wifi_display_update_wfd_ie() 137 wpa_hexdump_buf(MSG_DEBUG, "WFD: WFD IE for GO Negotiation", ie); in wifi_display_update_wfd_ie() 138 p2p_set_wfd_ie_go_neg(global->p2p, ie); in wifi_display_update_wfd_ie() [all …]
|
D | bss.c | 41 const u8 *ie = wpa_bss_get_ie(bss, WLAN_EID_INTERWORKING); in wpa_bss_set_hessid() local 42 if (ie == NULL || (ie[1] != 7 && ie[1] != 9)) { in wpa_bss_set_hessid() 46 if (ie[1] == 7) in wpa_bss_set_hessid() 47 os_memcpy(bss->hessid, ie + 3, ETH_ALEN); in wpa_bss_set_hessid() 49 os_memcpy(bss->hessid, ie + 5, ETH_ALEN); in wpa_bss_set_hessid() 366 const struct wpa_scan_res *new, u32 ie) in are_ies_equal() argument 373 switch (ie) { in are_ies_equal() 375 old_ie = wpa_bss_get_vendor_ie(old, ie); in are_ies_equal() 376 new_ie = wpa_scan_get_vendor_ie(new, ie); in are_ies_equal() 380 old_ie_buff = wpa_bss_get_vendor_ie_multi(old, ie); in are_ies_equal() [all …]
|
D | sme.c | 147 const u8 *ie; in sme_send_authentication() local 288 ie = wpa_bss_get_ie(bss, WLAN_EID_MOBILITY_DOMAIN); in sme_send_authentication() 289 if (ie && ie[1] >= MOBILITY_DOMAIN_ID_LEN) in sme_send_authentication() 290 md = ie + 2; in sme_send_authentication() 291 wpa_sm_set_ft_params(wpa_s->wpa, ie, ie ? 2 + ie[1] : 0); in sme_send_authentication() 294 wpa_ft_prepare_auth_request(wpa_s->wpa, ie); in sme_send_authentication() 318 params.ie = wpa_s->sme.ft_ies; in sme_send_authentication() 948 const u8 *ie; in sme_proc_obss_scan() local 973 ie = wpa_bss_get_ie(wpa_s->current_bss, WLAN_EID_COUNTRY); in sme_proc_obss_scan() 974 if (ie && (ie[1] >= 6) && (ie[5] >= 201)) in sme_proc_obss_scan() [all …]
|
D | interworking.c | 162 const u8 *ie; in additional_roaming_consortiums() local 163 ie = wpa_bss_get_ie(bss, WLAN_EID_ROAMING_CONSORTIUM); in additional_roaming_consortiums() 164 if (ie == NULL || ie[1] == 0) in additional_roaming_consortiums() 166 return ie[2]; /* Number of ANQP OIs */ in additional_roaming_consortiums() 771 const u8 *ie; in interworking_connect_3gpp() local 779 ie = wpa_bss_get_ie(bss, WLAN_EID_SSID); in interworking_connect_3gpp() 780 if (ie == NULL) in interworking_connect_3gpp() 794 ssid->ssid = os_zalloc(ie[1] + 1); in interworking_connect_3gpp() 797 os_memcpy(ssid->ssid, ie + 2, ie[1]); in interworking_connect_3gpp() 798 ssid->ssid_len = ie[1]; in interworking_connect_3gpp() [all …]
|
/external/chromium_org/chrome_frame/tools/test/page_cycler/ |
D | cf_cycler.py | 45 ie = win32com.client.Dispatch("InternetExplorer.Application") 46 ie.visible = 1 47 win32gui.SetForegroundWindow(ie.HWND) 48 return ie 50 def RunTest(url, ie): argument 61 ie.Navigate(url) 71 last_ready_state = ie.Document.ReadyState 91 ie = LaunchIE() 93 RunTest(url, ie) 95 ie.visible = 0 [all …]
|
/external/llvm/lib/Option/ |
D | ArgList.cpp | 48 for (iterator it = begin(), ie = end(); it != ie; ) { in eraseArg() local 51 ie = end(); in eraseArg() 60 for (const_reverse_iterator it = rbegin(), ie = rend(); it != ie; ++it) in getLastArgNoClaim() local 68 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local 80 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local 95 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local 110 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local 127 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local 145 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local 165 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local [all …]
|
/external/llvm/lib/Support/ |
D | DAGDeltaAlgorithm.cpp | 130 ie = S.end(); it != ie; ++it) in ExecuteOneTest() 191 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() local 196 ie = Dependencies.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() local 203 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() local 215 ie = pred_end(Change); it != ie; ++it) { in DAGDeltaAlgorithmImpl() local 224 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() local 227 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() local 237 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() 255 ie = Roots.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() 263 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() [all …]
|
D | DeltaAlgorithm.cpp | 35 ie = S.end(); it != ie; ++it, ++idx) in Split() local 61 ie = Sets.end(); it != ie; ++it) in Delta() local 74 ie = Sets.end(); it != ie; ++it) { in Search() local
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_group.c | 126 static void p2p_client_info(struct wpabuf *ie, struct p2p_group_member *m) in p2p_client_info() argument 130 if (wpabuf_tailroom(ie) < wpabuf_len(m->client_info) + 1) in p2p_client_info() 132 wpabuf_put_buf(ie, m->client_info); in p2p_client_info() 137 struct wpabuf *ie) in p2p_group_add_common_ies() argument 157 p2p_buf_add_capability(ie, dev_capab, group_capab); in p2p_group_add_common_ies() 161 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) in p2p_group_add_noa() argument 166 wpabuf_put_u8(ie, P2P_ATTR_NOTICE_OF_ABSENCE); in p2p_group_add_noa() 167 wpabuf_put_le16(ie, wpabuf_len(noa)); in p2p_group_add_noa() 168 wpabuf_put_buf(ie, noa); in p2p_group_add_noa() 174 struct wpabuf *ie; in p2p_group_encaps_probe_resp() local [all …]
|
/external/clang/lib/Driver/ |
D | Compilation.cpp | 42 ie = TCArgs.end(); it != ie; ++it) in ~Compilation() local 47 for (ActionList::iterator it = Actions.begin(), ie = Actions.end(); in ~Compilation() local 48 it != ie; ++it) in ~Compilation() 79 ie = C->getArguments().end(); it != ie; ++it) { in PrintJob() local 100 it = Jobs->begin(), ie = Jobs->end(); it != ie; ++it) in PrintJob() local 159 ie = C->getArguments().end(); it != ie; ++it) { in PrintDiagnosticJob() local 199 it = Jobs->begin(), ie = Jobs->end(); it != ie; ++it) in PrintDiagnosticJob() local 240 it = Files.begin(), ie = Files.end(); it != ie; ++it) in CleanupFileList() local 250 it = Files.begin(), ie = Files.end(); it != ie; ++it) { in CleanupFileMap() local 349 for (JobList::const_iterator it = Jobs->begin(), ie = Jobs->end(); in ExecuteJob() local [all …]
|
D | Driver.cpp | 130 for (ArgList::const_iterator it = Args->begin(), ie = Args->end(); in ParseArgStrings() local 131 it != ie; ++it) { in ParseArgStrings() 194 ie = Args.end(); it != ie; ++it) { in TranslateInputArgs() local 323 ie = Args->filtered_end(); it != ie; ++it) { in BuildCompilation() local 363 ie = C->getArgs().filtered_end(); it != ie; ++it) { in BuildCompilation() local 450 for (InputList::iterator it = Inputs.begin(), ie = Inputs.end(); it != ie;) { in generateCompilationDiagnostics() local 465 ie = Inputs.end(); in generateCompilationDiagnostics() 480 for (ArgList::const_iterator it = C.getArgs().begin(), ie = C.getArgs().end(); in generateCompilationDiagnostics() local 481 it != ie; ++it) { in generateCompilationDiagnostics() 523 for (ArgStringList::const_iterator it = Files.begin(), ie = Files.end(); in generateCompilationDiagnostics() local [all …]
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ie.c | 637 struct wpa_eapol_ie_parse *ie) in wpa_parse_generic() argument 646 ie->wpa_ie = pos; in wpa_parse_generic() 647 ie->wpa_ie_len = pos[1] + 2; in wpa_parse_generic() 654 ie->pmkid = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic() 660 ie->gtk = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic() 661 ie->gtk_len = pos[1] - RSN_SELECTOR_LEN; in wpa_parse_generic() 667 ie->mac_addr = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic() 668 ie->mac_addr_len = pos[1] - RSN_SELECTOR_LEN; in wpa_parse_generic() 675 ie->smk = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic() 676 ie->smk_len = pos[1] - RSN_SELECTOR_LEN; in wpa_parse_generic() [all …]
|
/external/clang/lib/Frontend/ |
D | TextDiagnosticBuffer.cpp | 67 for (const_iterator it = err_begin(), ie = err_end(); it != ie; ++it) in FlushDiagnostics() local 70 for (const_iterator it = warn_begin(), ie = warn_end(); it != ie; ++it) in FlushDiagnostics() local 73 for (const_iterator it = note_begin(), ie = note_end(); it != ie; ++it) in FlushDiagnostics() local
|
/external/chromium/chrome/browser/importer/ |
D | importer_list.cc | 27 importer::SourceProfile* ie = new importer::SourceProfile(); in DetectIEProfiles() local 28 ie->importer_name = l10n_util::GetStringUTF16(IDS_IMPORT_FROM_IE); in DetectIEProfiles() 29 ie->importer_type = importer::MS_IE; in DetectIEProfiles() 30 ie->source_path.clear(); in DetectIEProfiles() 31 ie->app_path.clear(); in DetectIEProfiles() 32 ie->services_supported = importer::HISTORY | importer::FAVORITES | in DetectIEProfiles() 34 profiles->push_back(ie); in DetectIEProfiles()
|
/external/chromium_org/chrome/browser/importer/ |
D | importer_list.cc | 30 importer::SourceProfile* ie = new importer::SourceProfile; in DetectIEProfiles() local 31 ie->importer_name = l10n_util::GetStringUTF16(IDS_IMPORT_FROM_IE); in DetectIEProfiles() 32 ie->importer_type = importer::TYPE_IE; in DetectIEProfiles() 33 ie->source_path.clear(); in DetectIEProfiles() 34 ie->app_path.clear(); in DetectIEProfiles() 35 ie->services_supported = importer::HISTORY | importer::FAVORITES | in DetectIEProfiles() 37 profiles->push_back(ie); in DetectIEProfiles()
|
/external/llvm/utils/TableGen/ |
D | AsmMatcherEmitter.cpp | 250 ie = SuperClasses.end(); it != ie; ++it) in isSubsetOf() local 957 for (StringRef::iterator it = Str.begin(), ie = Str.end(); it != ie; ++it) { in getEnumNameForToken() local 1062 RegClassList.begin(), ie = RegClassList.end(); it != ie; ++it) in buildRegisterClasses() local 1068 ie = SingletonRegisters.end(); it != ie; ++it) { in buildRegisterClasses() local 1078 ie = Registers.end(); it != ie; ++it) { in buildRegisterClasses() local 1084 ie = RegisterSets.end(); it != ie; ++it) { in buildRegisterClasses() local 1110 ie = RegisterSets.end(); it != ie; ++it, ++Index) { in buildRegisterClasses() local 1128 ie = RegisterSets.end(); it != ie; ++it) { in buildRegisterClasses() local 1139 it = RegClassList.begin(), ie = RegClassList.end(); it != ie; ++it) { in buildRegisterClasses() local 1159 ie = RegisterMap.end(); it != ie; ++it) in buildRegisterClasses() local [all …]
|
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/ |
D | TestThread.java | 87 } catch (InterruptedException ie) { in startAndWaitForReadyState() 89 ie.printStackTrace(); in startAndWaitForReadyState() 134 } catch (InterruptedException ie) { in runOnTestThreadSync() 135 ie.printStackTrace(); in runOnTestThreadSync()
|
/external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/ |
D | typedUrls.js | 19 for (var i = 0, ie = data.length; i < ie; ++i) { 75 for (var i = 0, ie = visitItems.length; i < ie; ++i) {
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/ |
D | typedUrls.js | 23 for (var i = 0, ie = data.length; i < ie; ++i) { 79 for (var i = 0, ie = visitItems.length; i < ie; ++i) {
|
/external/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 434 ie = Asm.indirect_symbol_end(); it != ie; ++it, ++IndirectIndex) { in BindIndirectSymbols() local 450 ie = Asm.indirect_symbol_end(); it != ie; ++it, ++IndirectIndex) { in BindIndirectSymbols() local 485 ie = Asm.end(); it != ie; ++it, ++Index) in ComputeSymbolTable() local 501 ie = Asm.symbol_end(); it != ie; ++it) { in ComputeSymbolTable() local 537 ie = Asm.symbol_end(); it != ie; ++it) { in ComputeSymbolTable() local 762 ie = Asm.end(); it != ie; ++it) { in WriteObject() local 793 ie = Asm.end(); it != ie; ++it) { in WriteObject() local 851 ie = Asm.end(); it != ie; ++it) { in WriteObject() local 864 ie = Asm.end(); it != ie; ++it) { in WriteObject() local 876 it = Asm.data_region_begin(), ie = Asm.data_region_end(); in WriteObject() local [all …]
|
D | MCAssembler.cpp | 68 for (MCAssembler::iterator it = Asm.begin(), ie = Asm.end(); it != ie; ++it) in MCAsmLayout() local 71 for (MCAssembler::iterator it = Asm.begin(), ie = Asm.end(); it != ie; ++it) in MCAsmLayout() local 699 ie = SD->end(); it != ie; ++it) { in writeSectionData() local 735 for (MCSectionData::const_iterator it = SD->begin(), ie = SD->end(); in writeSectionData() local 736 it != ie; ++it) in writeSectionData() 769 for (MCAssembler::iterator it = begin(), ie = end(); it != ie; ++it) { in Finish() local 811 for (MCAssembler::iterator it = begin(), ie = end(); it != ie; ++it) { in Finish() local 855 ie = F->fixup_end(); it != ie; ++it) in fragmentNeedsRelaxation() local 992 for (iterator it = begin(), ie = end(); it != ie; ++it) { in layoutOnce() local 1070 ie = DF->fixup_end(); it != ie; ++it) { in dump() local [all …]
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
D | GcFinalization.java | 134 } catch (InterruptedException ie) { in awaitDone() 135 throw new RuntimeException("Unexpected interrupt while waiting for future", ie); in awaitDone() 166 } catch (InterruptedException ie) { in await() 167 throw new RuntimeException("Unexpected interrupt while waiting for latch", ie); in await()
|