HomeSort by relevance Sort by last modified time
    Searched refs:p_id (Results 1 - 10 of 10) sorted by null

  /external/stlport/src/
messages.cpp 139 int set, int p_id, const string& dfault) const {
142 set, p_id, dfault.c_str()))
150 int set, int p_id, const wstring& dfault) const {
154 const char* str = _Locale_catgets(_M_message_obj, _STLP_MUTABLE(_Messages_impl, _M_cat)[thecat], set, p_id, "");
160 const char* str2 = _Locale_catgets(_M_message_obj, _STLP_MUTABLE(_Messages_impl, _M_cat)[thecat], set, p_id, "*");
205 messages_byname<char>::do_get(catalog cat, int set, int p_id,
207 { return _M_impl->do_get(cat, set, p_id, dfault); }
235 int set, int p_id, const wstring& dfault) const
236 { return _M_impl->do_get(thecat, set, p_id, dfault); }
  /ndk/sources/cxx-stl/stlport/src/
messages.cpp 139 int set, int p_id, const string& dfault) const {
142 set, p_id, dfault.c_str()))
150 int set, int p_id, const wstring& dfault) const {
154 const char* str = _Locale_catgets(_M_message_obj, _STLP_MUTABLE(_Messages_impl, _M_cat)[thecat], set, p_id, "");
160 const char* str2 = _Locale_catgets(_M_message_obj, _STLP_MUTABLE(_Messages_impl, _M_cat)[thecat], set, p_id, "*");
205 messages_byname<char>::do_get(catalog cat, int set, int p_id,
207 { return _M_impl->do_get(cat, set, p_id, dfault); }
235 int set, int p_id, const wstring& dfault) const
236 { return _M_impl->do_get(thecat, set, p_id, dfault); }
  /external/libnfc-nci/src/nfc/include/
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/libnfc-nci/src/nfc/ndef/
ndef_utils.c 582 UINT8 *NDEF_MsgGetFirstRecById (UINT8 *p_msg, UINT8 *p_id, UINT8 ilen)
614 if ( (id_len == ilen) && (!memcmp (p_rec, p_id, ilen)) )
639 UINT8 *NDEF_MsgGetNextRecById (UINT8 *p_cur_rec, UINT8 *p_id, UINT8 ilen)
675 if ( (id_len == ilen) && (!memcmp (p_rec, p_id, ilen)) )
838 UINT8 *p_id, UINT8 id_len,
906 if (p_id)
907 memcpy (p_rec, p_id, id_len);
934 UINT8 *p_id, UINT8 id_len,
953 p_id, id_len, p_payload, payload_len);
1002 if (p_id)
1523 UINT8 *p_type, *p_id, *p_pay; local
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_act.c 1120 tBTA_GATTC_ATTR_ID *p_id; local
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_core.c 1458 tBTA_SERVICE_ID *p_id = &service_id; local
1492 tBTA_SERVICE_ID *p_id = &service_id; local
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_suite_impl.hpp 68 id_t p_id; // unique id for this test unit member in class:boost::unit_test::test_unit
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
jp2.c 374 * @param p_id the id of the handler to fetch.
378 static const opj_jp2_header_handler_t * opj_jp2_img_find_handler (OPJ_UINT32 p_id);
383 * @param p_id the id of the handler to fetch.
387 static const opj_jp2_header_handler_t * opj_jp2_find_handler (OPJ_UINT32 p_id );
    [all...]
j2k.c 193 * @param p_id Marker value to look up
197 static const struct opj_dec_memory_marker_handler * opj_j2k_get_marker_handler (OPJ_UINT32 p_id);
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_socket.c 2520 sctp_assoc_t *p_id; local
    [all...]

Completed in 614 milliseconds