HomeSort by relevance Sort by last modified time
    Searched defs:p_value (Results 1 - 19 of 19) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 55 pointer p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 pointer p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
iterator_fn_imps.hpp 55 pointer_ p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 const_pointer_ p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 55 pointer p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 pointer p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
iterator_fn_imps.hpp 55 pointer_ p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 const_pointer_ p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 55 pointer p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 pointer p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
iterator_fn_imps.hpp 55 pointer_ p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 const_pointer_ p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 55 pointer p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 pointer p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/
iterator_fn_imps.hpp 55 pointer_ p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 const_pointer_ p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
argument.hpp 72 , p_value( t )
75 unit_test::readwrite_property<T> p_value; member in class:boost::BOOST_RT_PARAM_NAMESPACE::typed_argument
88 return static_cast<typed_argument<T> const&>( arg_ ).p_value.value;
99 return static_cast<typed_argument<T>&>( arg_ ).p_value.value;
  /external/chromium-trace/catapult/dashboard/dashboard/models/
anomaly.py 48 p_value = ndb.FloatProperty(indexed=False) variable in class:Anomaly
  /hardware/broadcom/libbt/src/
conf.c 97 char *p_value; local
118 p_value = strtok(NULL, CONF_DELIMITERS);
120 if (NULL == p_value)
132 p_entry->p_action(p_name, p_value, p_entry->param);
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_main.c 228 UINT8 type, len, *p_value, *p_stored, max_len; local
248 p_value = p_tlv_list + xx + 2;
389 else if (memcmp (p_value, p_stored, len))
396 if (memcmp (p_value, p_stored, len))
408 memcpy (p_stored, p_value, len);
  /external/libnfc-nci/src/nfc/llcp/
llcp_sdp.c 397 UINT8 type, length, tid, sap, *p_value; local
418 p_value = p;
419 BE_STREAM_TO_UINT8 (tid, p_value);
420 sap = llcp_sdp_get_sap_by_name ((char*) p_value, (UINT8) (length - 1));
433 p_value = p;
434 BE_STREAM_TO_UINT8 (tid, p_value);
435 BE_STREAM_TO_UINT8 (sap, p_value);
  /system/bt/bta/gatt/
bta_gattc_int.h 139 UINT8 *p_value; member in struct:__anon72868
  /system/bt/bta/hh/
bta_hh_le.c 84 UINT8 p_value[GATT_MAX_ATTR_LEN]; member in struct:__anon72939
178 op->p_value, BTA_GATT_AUTH_REQ_NONE);
184 value.p_value = op->p_value;
208 UINT8 *p_value, tBTA_GATTC_WRITE_TYPE write_type) {
219 memcpy(op->p_value, p_value, len);
699 p_data->p_value && p_data->p_value->len == 2)
701 UINT8 *pp = p_data->p_value->p_value
2346 UINT8 *p_value, rpt_id; local
    [all...]
  /system/bt/bta/jv/
bta_jv_int.h 325 UINT8 *p_value; member in struct:__anon73231
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 1087 jbyte *p_value = env->GetByteArrayElements(value, NULL); local
1112 jbyte *p_value = env->GetByteArrayElements(value, NULL); local
    [all...]
  /system/bt/stack/gatt/
gatt_int.h 179 tGATT_ATTR_VALUE *p_value; member in struct:__anon73619
192 tGATT_ATTR_VALUE *p_value; member in struct:__anon73620
206 tGATT_ATTR_VALUE *p_value; member in struct:__anon73621
684 UINT8 *p_value, UINT16 *p_len, UINT16 mtu,tGATT_SEC_FLAG sec_flag,UINT8 key_size,UINT32 trans_id);
  /system/bt/bta/include/
bta_gatt_api.h 187 UINT8 *p_value; member in struct:__anon73061
258 tBTA_GATT_UNFMT *p_value; member in struct:__anon73066
809 ** p_value - the value to be written.
818 UINT8 *p_value,
    [all...]

Completed in 445 milliseconds