Searched refs:value_handle (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h37 Boolean GetValueIfPresent(const void *key, const void **value_handle) const;
H A DCFCMutableDictionary.cpp96 CFCMutableDictionary::GetValueIfPresent(const void *key, const void **value_handle) const
100 return ::CFDictionaryGetValueIfPresent (dict, key, value_handle);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_ax_object_proxy.cc1093 v8::Handle<v8::Value> value_handle = gin::CreateHandle( local
1095 if (value_handle.IsEmpty())
1097 v8::Handle<v8::Object> handle = value_handle->ToObject();
1105 v8::Handle<v8::Value> value_handle = gin::CreateHandle( local
1107 if (value_handle.IsEmpty())
1109 v8::Handle<v8::Object> handle = value_handle->ToObject();
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_cache.c778 UINT16 decl_handle, UINT16 value_handle,
796 p_rec->s_handle = value_handle;
777 bta_gattc_add_char_to_list(tBTA_GATTC_SERV *p_srvc_cb, UINT16 decl_handle, UINT16 value_handle, tBT_UUID uuid, UINT8 property) argument

Completed in 111 milliseconds