Home
last modified time | relevance | path

Searched defs:attr_id (Results 1 – 9 of 9) sorted by relevance

/external/autotest/server/cros/bluetooth/
Dbluetooth_sdp_tests.py185 def get_attribute(self, class_id, attr_id): argument
203 def assert_attribute_equals(self, class_id, attr_id, expected_value): argument
477 def get_attribute_ssr_sar(self, class_id, attr_id, size): argument
507 def get_attribute_ssar(self, class_id, attr_id, size): argument
534 def test_attribute(self, class_id, attr_id, get_attribute): argument
684 def test_non_existing(self, class_id, attr_id): argument
704 def get_attribute_sssar(self, class_id, attr_id, size): argument
730 def test_attribute_sssar(self, class_id, attr_id): argument
/external/wpa_supplicant_8/src/common/
Ddpp_pkex.c316 static int dpp_pkex_identifier_match(const u8 *attr_id, u16 attr_id_len, in dpp_pkex_identifier_match()
350 const u8 *attr_group, *attr_id, *attr_key; in dpp_pkex_rx_exchange_req() local
689 const u8 *attr_status, *attr_id, *attr_key, *attr_group; in dpp_pkex_rx_exchange_resp() local
/external/kernel-headers/original/uapi/rdma/
Drdma_user_ioctl_cmds.h55 __u16 attr_id; /* command specific type attribute */ member
/external/wpa_supplicant_8/src/eap_common/
Deap_sake_common.c19 u8 attr_id, u8 len, const u8 *data) in eap_sake_parse_add_attr()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dtf_mlir_translate.cc240 auto attr_id = mlir::Identifier::get("value", context); in GraphdefToSplattedMlirTranslateFunction() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dexport_utils.cc299 auto attr_id = mlir::Identifier::get("f", inst->getContext()); in GetOperationNodeDef() local
/external/python/cpython3/Python/
D_warnings.c190 get_warnings_attr(_Py_Identifier *attr_id, int try_import) in get_warnings_attr()
Dast.c2595 PyObject *attr_id = NEW_IDENTIFIER(CHILD(n, 1)); in ast_for_trailer() local
/external/python/cpython2/Python/
Dast.c1666 PyObject *attr_id = NEW_IDENTIFIER(CHILD(n, 1)); in ast_for_trailer() local