/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/ |
D | bluetooth_SDP_ServiceSearchAttributeRequest.py | 99 for attr_id in self.FAKE_GENERAL_ATTRIBUTE_IDS: 100 attr = ET.Element('attribute', {'id': str(attr_id)}) 105 attr_id = self.FAKE_ATTRIBUTE_VALUE + offset 106 attr = ET.Element('attribute', {'id': str(attr_id)}) 115 def test_non_existing(self, class_id, attr_id): argument 128 [attr_id], 132 'should not!' % (class_id, attr_id)) 135 def get_attribute(self, class_id, attr_id, size): argument 149 [class_id], self.MAX_ATTR_BYTE_CNT, [attr_id], size) 153 res[0][0] == attr_id): [all …]
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceBrowse/ |
D | bluetooth_SDP_ServiceBrowse.py | 22 def get_attribute_ssr_sar(self, class_id, attr_id, size): argument 41 record_handle, self.MAX_ATTR_BYTE_CNT, [attr_id]) 43 value[0] == attr_id): 50 def get_attribute_ssar(self, class_id, attr_id, size): argument 61 [class_id], self.MAX_ATTR_BYTE_CNT, [attr_id], size) 69 elem[0] == attr_id): 76 def test_attribute(self, class_id, attr_id, get_attribute): argument 88 result_16 = get_attribute(class_id, attr_id, 16) 91 result_cur = get_attribute(class_id, attr_id, size)
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/ |
D | bluetooth_SDP_ServiceAttributeRequest.py | 140 def get_attribute(self, class_id, attr_id): argument 150 record_handle, self.MAX_ATTR_BYTE_CNT, [attr_id]) 151 if isinstance(res, list) and len(res) == 2 and res[0] == attr_id: 158 def assert_attribute_equals(self, class_id, attr_id, expected_value): argument 166 self.assert_equal(self.get_attribute(class_id, attr_id), 308 for attr_id in self.FAKE_GENERAL_ATTRIBUTE_IDS: 310 attr_id, self.FAKE_ATTRIBUTE_VALUE) 318 attr_id = lang_base[1] + offset 321 record_handle, self.MAX_ATTR_BYTE_CNT, [attr_id]) 322 self.assert_equal(response, [attr_id, self.FAKE_ATTRIBUTE_VALUE]) [all …]
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_sake_common.c | 19 u8 attr_id, u8 len, const u8 *data) in eap_sake_parse_add_attr() argument 23 switch (attr_id) { in eap_sake_parse_add_attr() 133 if (attr_id < 128) { in eap_sake_parse_add_attr() 135 " attribute %d", attr_id); in eap_sake_parse_add_attr() 139 "attribute %d", attr_id); in eap_sake_parse_add_attr()
|
/external/syslinux/gpxe/src/net/infiniband/ |
D | ib_sma.c | 316 .attr_id = htons ( IB_SMP_ATTR_NODE_INFO ), 322 .attr_id = htons ( IB_SMP_ATTR_NODE_DESC ), 328 .attr_id = htons ( IB_SMP_ATTR_GUID_INFO ), 334 .attr_id = htons ( IB_SMP_ATTR_PORT_INFO ), 340 .attr_id = htons ( IB_SMP_ATTR_PKEY_TABLE ),
|
D | ib_smc.c | 56 mad->hdr.attr_id = htons ( IB_SMP_ATTR_PORT_INFO ); in ib_smc_get_port_info() 86 mad->hdr.attr_id = htons ( IB_SMP_ATTR_GUID_INFO ); in ib_smc_get_guid_info() 115 mad->hdr.attr_id = htons ( IB_SMP_ATTR_PKEY_TABLE ); in ib_smc_get_pkey_table()
|
D | ib_cm.c | 65 mad.hdr.attr_id = htons ( IB_CM_ATTR_READY_TO_USE ); in ib_cm_send_rtu() 120 .attr_id = htons ( IB_CM_ATTR_CONNECT_REPLY ), 182 switch ( mad->hdr.attr_id ) { in ib_cm_req_complete() 221 conn, ntohs ( mad->hdr.attr_id ) ); in ib_cm_req_complete() 275 mad.hdr.attr_id = htons ( IB_CM_ATTR_CONNECT_REQUEST ); in ib_cm_path_complete()
|
D | ib_mi.c | 95 ( agent->attr_id != hdr->attr_id ) ) in ib_mi_handle() 150 ntohs ( hdr->attr_id ), ntohs ( hdr->status ) ); in ib_mi_complete_recv() 190 ntohs ( hdr->attr_id ), ntohs ( hdr->status ) ); in ib_mi_send()
|
D | ib_mcast.c | 54 sa->mad_hdr.attr_id = htons ( IB_SA_ATTR_MC_MEMBER_REC ); in ib_mcast_mad()
|
D | ib_pathrec.c | 119 sa->mad_hdr.attr_id = htons ( IB_SA_ATTR_PATH_REC ); in ib_create_path()
|
/external/autotest/client/common_lib/cros/bluetooth/ |
D | bluetooth_sdp_socket.py | 356 for attr_id in attr_ids: 359 if isinstance(attr_id, list): 361 attr_id[0], attr_id[1]) 363 packed_attr_id = struct.pack('>BH', SDP_UINT16, attr_id)
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | eapol_test.sgml | 155 attr_id:syntax:value, or attr_id alone. attr_id should be the numeric 158 to send. When attr_id is given alone, NULL is used as the attribute
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | ib_mi.h | 27 uint16_t attr_id; member
|
D | ib_mad.h | 489 uint16_t attr_id; member
|