| /external/scapy/scapy/contrib/ |
| D | gtp.uts | 43 ie = gtp.IE_list[0] 44 ie.ietype == 1 and ie.CauseValue == 128 47 ie = IE_Cause(CauseValue='IMSI not known') 48 ie.ietype == 1 and ie.CauseValue == 194 53 ie = gtp.IE_list[0] 54 ie.ietype == 2 and ie.imsi == b'2080112345670000' 57 ie = IE_IMSI(imsi='208103397660354') 58 ie.ietype == 2 and ie.imsi == b'208103397660354' 63 ie = gtp.IE_list[0] 64 ie.ietype == 3 and ie.MCC == b'234' and ie.MNC == b'02' and ie.LAC == 1234 and ie.RAC == 123 [all …]
|
| D | gtp_v2.uts | 40 ie = gtp.IE_list[0] 41 ie.IMSI == b"2080112345670000" 44 ie = IE_IMSI(ietype='IMSI', length=8, IMSI='2080112345670000') 45 ie.ietype == 1 and ie.IMSI == b'2080112345670000' 50 ie = gtp.IE_list[0] 51 ie.Cause == 16 54 ie = IE_Cause( 56 ie.ietype == 2 and ie.Cause == 16 and ie.PCE == 1 and ie.BCE == 0 and ie.CS == 0 59 ie = IE_Cause( 61 ie.ietype == 2 and ie.Cause == 16 and ie.PCE == 0 and ie.BCE == 1 and ie.CS == 0 [all …]
|
| /external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.rotate/ |
| D | rotate.pass.cpp | 109 int ie[] = {0, 1, 2, 3, 4}; in test() local 110 const int se = static_cast<int>(sizeof(ie)/sizeof(ie[0])); in test() 111 r = std::rotate(Iter(ie), Iter(ie), Iter(ie+se)); in test() 112 assert(base(r) == ie+se); in test() 113 assert(ie[0] == 0); in test() 114 assert(ie[1] == 1); in test() 115 assert(ie[2] == 2); in test() 116 assert(ie[3] == 3); in test() 117 assert(ie[4] == 4); in test() 118 r = std::rotate(Iter(ie), Iter(ie+1), Iter(ie+se)); in test() [all …]
|
| /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/ |
| D | rotate.pass.cpp | 110 int ie[] = {0, 1, 2, 3, 4}; in test() local 111 const int se = static_cast<int>(sizeof(ie)/sizeof(ie[0])); in test() 112 r = std::rotate(Iter(ie), Iter(ie), Iter(ie+se)); in test() 113 assert(base(r) == ie+se); in test() 114 assert(ie[0] == 0); in test() 115 assert(ie[1] == 1); in test() 116 assert(ie[2] == 2); in test() 117 assert(ie[3] == 3); in test() 118 assert(ie[4] == 4); in test() 119 r = std::rotate(Iter(ie), Iter(ie+1), Iter(ie+se)); in test() [all …]
|
| /external/wpa_supplicant_8/wpa_supplicant/ |
| D | wifi_display.c | 41 struct wpabuf *ie; in wifi_display_get_wfd_ie() local 54 ie = wpabuf_alloc(len); in wifi_display_get_wfd_ie() 55 if (ie == NULL) in wifi_display_get_wfd_ie() 60 wpabuf_put_buf(ie, global->wfd_subelem[i]); in wifi_display_get_wfd_ie() 63 return ie; in wifi_display_get_wfd_ie() 69 struct wpabuf *ie, *buf; in wifi_display_update_wfd_ie() local 75 wpa_printf(MSG_DEBUG, "WFD: Update WFD IE"); in wifi_display_update_wfd_ie() 79 "include WFD IE"); in wifi_display_update_wfd_ie() 106 * WFD IE is included in number of management frames. Two different in wifi_display_update_wfd_ie() 174 ie = wifi_display_encaps(buf); in wifi_display_update_wfd_ie() [all …]
|
| /external/wpa_supplicant_8/src/wps/ |
| D | wps.c | 106 wpa_hexdump_buf(MSG_DEBUG, "WPS: WPS IE from (Re)AssocReq", in wps_init() 109 wpa_printf(MSG_DEBUG, "WPS: Failed to parse WPS IE " in wps_init() 113 "in (Re)AssocReq WPS IE"); in wps_init() 115 wpa_printf(MSG_DEBUG, "WPS: Request Type (from WPS IE " in wps_init() 116 "in (Re)AssocReq WPS IE): %d", in wps_init() 231 * wps_is_selected_pbc_registrar - Check whether WPS IE indicates active PBC 232 * @msg: WPS IE contents from Beacon or Probe Response frame 292 * wps_is_selected_pin_registrar - Check whether WPS IE indicates active PIN 293 * @msg: WPS IE contents from Beacon or Probe Response frame 308 * wps_is_addr_authorized - Check whether WPS IE authorizes MAC address [all …]
|
| /external/sonivox/docs/ |
| D | JET_Creator_User_Manual.html | 57 …<w:ActiveWritingStyle Lang="EN-IE" VendorID="8" DLLVersion="513" NLCheck="0">1</w:ActiveWritingSty… 109 mso-ansi-language:EN-IE;} 126 mso-ansi-language:EN-IE; 146 mso-ansi-language:EN-IE; 163 mso-ansi-language:EN-IE; 180 mso-ansi-language:EN-IE; 197 mso-ansi-language:EN-IE; 213 mso-ansi-language:EN-IE; 231 mso-ansi-language:EN-IE;} 246 mso-ansi-language:EN-IE; [all …]
|
| D | JET_Authoring_Guidelines.html | 54 …<w:ActiveWritingStyle Lang="EN-IE" VendorID="8" DLLVersion="513" NLCheck="0">1</w:ActiveWritingSty… 106 mso-ansi-language:EN-IE;} 123 mso-ansi-language:EN-IE; 143 mso-ansi-language:EN-IE; 160 mso-ansi-language:EN-IE; 177 mso-ansi-language:EN-IE; 194 mso-ansi-language:EN-IE; 210 mso-ansi-language:EN-IE; 228 mso-ansi-language:EN-IE;} 243 mso-ansi-language:EN-IE; [all …]
|
| /external/sonivox/docs/JET_Creator_User_Manual_files/ |
| D | header.htm | 31 <p class=MsoNormal><span lang=EN-IE><span style='mso-special-character:footnote-separator'><![if !s… 37 <p class=MsoNormal><span lang=EN-IE><o:p> </o:p></span></p> 39 <p class=MsoNormal><span lang=EN-IE><o:p> </o:p></span></p> 41 <p class=MsoNormal><span lang=EN-IE><o:p> </o:p></span></p> 43 <p class=MsoNormal><span lang=EN-IE><o:p> </o:p></span></p> 45 <p class=MsoNormal><span lang=EN-IE><o:p> </o:p></span></p> 51 <p class=MsoNormal><span lang=EN-IE><span style='mso-special-character:footnote-continuation-separa… 57 <p class=MsoNormal><span lang=EN-IE><o:p> </o:p></span></p> 59 <p class=MsoNormal><span lang=EN-IE><o:p> </o:p></span></p> 61 <p class=MsoNormal><span lang=EN-IE><o:p> </o:p></span></p> [all …]
|
| /external/sonivox/docs/JET_Authoring_Guidelines_files/ |
| D | header.htm | 31 <p class=MsoNormal><span lang=EN-IE><span style='mso-special-character:footnote-separator'><![if !s… 37 <p class=MsoNormal><span lang=EN-IE><o:p> </o:p></span></p> 39 <p class=MsoNormal><span lang=EN-IE><o:p> </o:p></span></p> 41 <p class=MsoNormal><span lang=EN-IE><o:p> </o:p></span></p> 43 <p class=MsoNormal><span lang=EN-IE><o:p> </o:p></span></p> 49 <p class=MsoNormal><span lang=EN-IE><span style='mso-special-character:footnote-continuation-separa… 55 <p class=MsoNormal><span lang=EN-IE><o:p> </o:p></span></p> 57 <p class=MsoNormal><span lang=EN-IE><o:p> </o:p></span></p> 59 <p class=MsoNormal><span lang=EN-IE><o:p> </o:p></span></p> 61 <p class=MsoNormal><span lang=EN-IE><o:p> </o:p></span></p> [all …]
|
| /external/tcpdump/ |
| D | print-802_15_4.c | 55 "Vendor Specific Header IE", /* 0x00 */ 81 "LE CSL IE", /* 0x1a */ 82 "LE RIT IE", /* 0x1b */ 83 "DSME PAN descriptor IE", /* 0x1c */ 84 "Rendezvous Time IE", /* 0x1d */ 85 "Time Correction IE", /* 0x1e */ 88 "Extended DSME PAN descriptor IE", /* 0x21 */ 89 "Fragment Sequence Context Description IE", /* 0x22 */ 90 "Simplified Superframe Specification IE", /* 0x23 */ 91 "Simplified GTS Specification IE", /* 0x24 */ [all …]
|
| /external/wpa_supplicant_8/src/ap/ |
| D | taxonomy.c | 56 /* Inside the WPS IE are a series of attributes, using two byte IDs in get_wps_name() 103 const u8 *ie; in ie_to_string() local 120 ie = wpabuf_head(ies); in ie_to_string() 127 id = *ie++; in ie_to_string() 128 elen = *ie++; in ie_to_string() 136 if (WPA_GET_BE32(ie) == WPS_IE_VENDOR_TYPE) { in ie_to_string() 139 const u8 *data = &ie[4]; in ie_to_string() 152 sep, id, ie[0], ie[1], ie[2], ie[3]); in ie_to_string() 158 WPA_GET_LE16(ie)); in ie_to_string() 164 ",htagg:%02hx", (u16) ie[2]); in ie_to_string() [all …]
|
| D | rrm.c | 99 const u8 *pos, *ie, *end; in hostapd_handle_radio_msmt_report() local 106 while ((ie = get_ie(pos, end - pos, WLAN_EID_MEASURE_REPORT))) { in hostapd_handle_radio_msmt_report() 107 if (ie[1] < 3) { in hostapd_handle_radio_msmt_report() 112 rep_mode = ie[3]; in hostapd_handle_radio_msmt_report() 114 rep_mode, ie[4]); in hostapd_handle_radio_msmt_report() 116 switch (ie[4]) { in hostapd_handle_radio_msmt_report() 118 hostapd_handle_lci_report(hapd, token, ie + 2, ie[1]); in hostapd_handle_radio_msmt_report() 121 hostapd_handle_range_report(hapd, token, ie + 2, ie[1]); in hostapd_handle_radio_msmt_report() 125 rep_mode, ie + 2, ie[1]); in hostapd_handle_radio_msmt_report() 130 ie[4]); in hostapd_handle_radio_msmt_report() [all …]
|
| /external/libxkbcommon/test/data/rules/ |
| D | evdev-xkbcommon | 92 ie ir is it \ 177 * ie laptop = pc+ie(basic) 178 * ie CloGaelachLaptop = pc+ie(CloGaelach) 185 * ogham basic = pc+ie(ogam) 186 * ogham laptop = pc+ie(ogam) 187 * ogham is434 = pc+ie(ogam_is434) 188 * ogham is434laptop = pc+ie(ogam_is434) 236 * ogham = pc+ie(ogam) 237 * ori = pc+ie(ori) 259 * ie(laptop) = pc+ie(basic) [all …]
|
| D | base | 54 ie ir is it \ 227 * ie laptop = pc+ie(basic) 228 * ie CloGaelachLaptop = pc+ie(CloGaelach) 235 * ogham basic = pc+ie(ogam) 236 * ogham laptop = pc+ie(ogam) 237 * ogham is434 = pc+ie(ogam_is434) 238 * ogham is434laptop = pc+ie(ogam_is434) 286 * ogham = pc+ie(ogam) 287 * ori = pc+ie(ori) 309 * ie(laptop) = pc+ie(basic) [all …]
|
| D | evdev | 54 ie ir is it \ 165 * ie laptop = pc+ie(basic) 166 * ie CloGaelachLaptop = pc+ie(CloGaelach) 173 * ogham basic = pc+ie(ogam) 174 * ogham laptop = pc+ie(ogam) 175 * ogham is434 = pc+ie(ogam_is434) 176 * ogham is434laptop = pc+ie(ogam_is434) 224 * ogham = pc+ie(ogam) 225 * ori = pc+ie(ori) 247 * ie(laptop) = pc+ie(basic) [all …]
|
| /external/openthread/src/core/mac/ |
| D | mac_frame.hpp | 57 * Implements IEEE 802.15.4 IE (Information Element) header generation and parsing. 65 * Initializes the Header IE. 71 * Initializes the Header IE with Id and Length. 73 * @param[in] aId The IE Element Id. 74 * @param[in] aLen The IE content length. 80 * Returns the IE Element Id. 82 * @returns the IE Element Id. 88 * Sets the IE Element Id. 90 * @param[in] aId The IE Element Id. 100 * Returns the IE content length. [all …]
|
| /external/wpa_supplicant_8/src/p2p/ |
| D | p2p_group.c | 127 static void p2p_client_info(struct wpabuf *ie, struct p2p_group_member *m) in p2p_client_info() argument 131 if (wpabuf_tailroom(ie) < wpabuf_len(m->client_info) + 1) in p2p_client_info() 133 wpabuf_put_buf(ie, m->client_info); in p2p_client_info() 138 struct wpabuf *ie) in p2p_group_add_common_ies() argument 160 p2p_buf_add_capability(ie, dev_capab, group_capab); in p2p_group_add_common_ies() 164 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) in p2p_group_add_noa() argument 169 wpabuf_put_u8(ie, P2P_ATTR_NOTICE_OF_ABSENCE); in p2p_group_add_noa() 170 wpabuf_put_le16(ie, wpabuf_len(noa)); in p2p_group_add_noa() 171 wpabuf_put_buf(ie, noa); in p2p_group_add_noa() 177 struct wpabuf *ie; in p2p_group_encaps_probe_resp() local [all …]
|
| /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/ |
| D | unique.pass.cpp | 68 int ie[] = {0, 0, 1, 0}; in test() local 69 const unsigned se = sizeof(ie)/sizeof(ie[0]); in test() 70 r = std::unique(Iter(ie), Iter(ie+se)); in test() 71 assert(base(r) == ie + 3); in test() 72 assert(ie[0] == 0); in test() 73 assert(ie[1] == 1); in test() 74 assert(ie[2] == 0); in test() 142 Ptr ie[4]; in test1() local 143 ie[2].reset(&one); in test1() 144 const unsigned se = sizeof(ie)/sizeof(ie[0]); in test1() [all …]
|
| /external/llvm/lib/Support/ |
| D | DAGDeltaAlgorithm.cpp | 129 ie = S.end(); it != ie; ++it) in ExecuteOneTest() 185 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() local 190 ie = Dependencies.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() local 197 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() local 209 ie = pred_end(Change); it != ie; ++it) { in DAGDeltaAlgorithmImpl() local 218 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() local 221 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() local 231 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() 249 ie = Roots.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() 257 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | DAGDeltaAlgorithm.cpp | 127 for (changeset_ty::const_iterator it = S.begin(), ie = S.end(); it != ie; in ExecuteOneTest() 184 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() local 189 ie = Dependencies.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() local 196 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() local 208 ie = pred_end(Change); it != ie; ++it) { in DAGDeltaAlgorithmImpl() local 217 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() local 220 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() local 229 for (changeset_ty::const_iterator it = Changes.begin(), ie = Changes.end(); in DAGDeltaAlgorithmImpl() 230 it != ie; ++it) { in DAGDeltaAlgorithmImpl() 250 ie = Roots.end(); in DAGDeltaAlgorithmImpl() [all …]
|
| /external/wpa_supplicant_8/src/rsn_supp/ |
| D | wpa.c | 312 /* When using drivers that generate RSN IE, wpa_supplicant may in wpa_supplicant_get_pmk() 514 * @wpa_ie: WPA/RSN IE 515 * @wpa_ie_len: Length of the WPA/RSN IE 541 wpa_hexdump(MSG_DEBUG, "WPA: WPA IE before FT processing", in wpa_supplicant_send_2_of_4() 544 * Add PMKR1Name into RSN IE (PMKID-List) and add MDIE and in wpa_supplicant_send_2_of_4() 559 "WPA: WPA IE after PMKID[PMKR1Name] addition into RSNE", in wpa_supplicant_send_2_of_4() 575 wpa_hexdump(MSG_DEBUG, "WPA: WPA IE for msg 2/4", wpa_ie, wpa_ie_len); in wpa_supplicant_send_2_of_4() 795 struct wpa_eapol_ie_parse ie; in wpa_supplicant_process_1_of_4_wpa() local 809 os_memset(&ie, 0, sizeof(ie)); in wpa_supplicant_process_1_of_4_wpa() 811 res = wpa_supplicant_get_pmk(sm, src_addr, ie.pmkid); in wpa_supplicant_process_1_of_4_wpa() [all …]
|
| /external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.unique/ |
| D | unique.pass.cpp | 67 int ie[] = {0, 0, 1, 0}; in test() local 68 const unsigned se = sizeof(ie)/sizeof(ie[0]); in test() 69 r = std::unique(Iter(ie), Iter(ie+se)); in test() 70 assert(base(r) == ie + 3); in test() 71 assert(ie[0] == 0); in test() 72 assert(ie[1] == 1); in test() 73 assert(ie[2] == 0); in test() 141 Ptr ie[4]; in test1() local 142 ie[2].reset(&one); in test1() 143 const unsigned se = sizeof(ie)/sizeof(ie[0]); in test1() [all …]
|
| /external/llvm/lib/Option/ |
| D | ArgList.cpp | 49 for (const_reverse_iterator it = rbegin(), ie = rend(); it != ie; ++it) in getLastArgNoClaim() local 57 for (const_reverse_iterator it = rbegin(), ie = rend(); it != ie; ++it) in getLastArgNoClaim() local 67 for (const_reverse_iterator it = rbegin(), ie = rend(); it != ie; ++it) in getLastArgNoClaim() local 77 for (const_reverse_iterator it = rbegin(), ie = rend(); it != ie; ++it) in getLastArgNoClaim() local 86 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local 98 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local 113 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local 128 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 163 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local [all …]
|
| /external/wpa_supplicant_8/src/common/ |
| D | wpa_common.c | 955 /* IE hdr and mic_control */ in wpa_ft_mic() 1028 static int wpa_ft_parse_ftie(const u8 *ie, size_t ie_len, in wpa_ft_parse_ftie() argument 1034 parse->ftie = ie; in wpa_ft_parse_ftie() 1038 end = ie + ie_len; in wpa_ft_parse_ftie() 1155 static int wpa_ft_parse_fte(int key_mgmt, const u8 *ie, size_t len, in wpa_ft_parse_fte() argument 1160 const u8 *pos = ie; in wpa_ft_parse_fte() 1211 return wpa_ft_parse_ftie(ie, len, parse, pos); in wpa_ft_parse_fte() 1260 "RSN IE: %d", ret); in wpa_ft_parse_ies() 1349 * Check that the protected IE count matches with IEs included in the in wpa_ft_parse_ies() 1377 "the protected IE count"); in wpa_ft_parse_ies() [all …]
|