/external/stlport/src/ |
D | messages.cpp | 139 int set, int p_id, const string& dfault) const { in do_get() argument 142 set, p_id, dfault.c_str())) in do_get() 150 int set, int p_id, const wstring& dfault) const { in do_get() argument 154 …tr = _Locale_catgets(_M_message_obj, _STLP_MUTABLE(_Messages_impl, _M_cat)[thecat], set, p_id, ""); in do_get() 160 …2 = _Locale_catgets(_M_message_obj, _STLP_MUTABLE(_Messages_impl, _M_cat)[thecat], set, p_id, "*"); in do_get() 205 messages_byname<char>::do_get(catalog cat, int set, int p_id, in do_get() argument 207 { return _M_impl->do_get(cat, set, p_id, dfault); } in do_get() 235 int set, int p_id, const wstring& dfault) const in do_get() argument 236 { return _M_impl->do_get(thecat, set, p_id, dfault); } in do_get()
|
/external/libnfc-nci/src/nfc/ndef/ |
D | ndef_utils.c | 582 UINT8 *NDEF_MsgGetFirstRecById (UINT8 *p_msg, UINT8 *p_id, UINT8 ilen) in NDEF_MsgGetFirstRecById() argument 614 if ( (id_len == ilen) && (!memcmp (p_rec, p_id, ilen)) ) in NDEF_MsgGetFirstRecById() 639 UINT8 *NDEF_MsgGetNextRecById (UINT8 *p_cur_rec, UINT8 *p_id, UINT8 ilen) in NDEF_MsgGetNextRecById() argument 675 if ( (id_len == ilen) && (!memcmp (p_rec, p_id, ilen)) ) in NDEF_MsgGetNextRecById() 838 UINT8 *p_id, UINT8 id_len, in NDEF_MsgAddRec() argument 906 if (p_id) in NDEF_MsgAddRec() 907 memcpy (p_rec, p_id, id_len); in NDEF_MsgAddRec() 934 UINT8 *p_id, UINT8 id_len, in NDEF_MsgInsertRec() argument 953 p_id, id_len, p_payload, payload_len); in NDEF_MsgInsertRec() 1002 if (p_id) in NDEF_MsgInsertRec() [all …]
|
/external/libnfc-nci/src/nfc/include/ |
D | ndef_utils.h | 197 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetFirstRecById (UINT8 *p_msg, UINT8 *p_id, UINT8 ilen); 209 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetNextRecById (UINT8 *p_cur_rec, UINT8 *p_id, UINT8 ilen); 271 UINT8 *p_id, UINT8 id_len, 287 UINT8 *p_id, UINT8 id_len,
|
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_act.c | 975 tBTA_GATTC_ATTR_ID *p_id; in bta_gattc_read_multi() local 983 p_id = p_data->api_read_multi.p_id_list; in bta_gattc_read_multi() 985 for (i = 0; i < p_data->api_read_multi.num_attr && p_id; i ++, p_id ++) in bta_gattc_read_multi() 989 if (p_id->id_type == BTA_GATT_TYPE_CHAR) in bta_gattc_read_multi() 992 &p_id->id_value.char_id.srvc_id, in bta_gattc_read_multi() 993 &p_id->id_value.char_id.char_id, in bta_gattc_read_multi() 996 else if (p_id->id_type == BTA_GATT_TYPE_CHAR_DESCR) in bta_gattc_read_multi() 999 &p_id->id_value.char_descr_id.char_id.srvc_id, in bta_gattc_read_multi() 1000 &p_id->id_value.char_descr_id.char_id.char_id, in bta_gattc_read_multi() 1001 p_id->id_value.char_descr_id.descr_type); in bta_gattc_read_multi() [all …]
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_core.c | 1409 tBTA_SERVICE_ID *p_id = &service_id; in btif_enable_service() local 1425 (char*)p_id, sizeof(tBTA_SERVICE_ID), NULL); in btif_enable_service() 1443 tBTA_SERVICE_ID *p_id = &service_id; in btif_disable_service() local 1458 (char*)p_id, sizeof(tBTA_SERVICE_ID), NULL); in btif_disable_service()
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 28746 http://www.borealcanada.ca/news_e.cfm?p_id=222 62296 http://www.osha.gov/pls/oshaweb/owadisp.show_document?p_table=FEDERAL_REGISTER&p_id=16904 62297 http://www.osha.gov/pls/oshaweb/owadisp.show_document?p_table=FEDERAL_REGISTER&p_id=17902
|