OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddDescriptor
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/device/bluetooth/
bluetooth_gatt_characteristic.h
162
virtual bool
AddDescriptor
(BluetoothGattDescriptor* descriptor) = 0;
bluetooth_remote_gatt_characteristic_chromeos.h
54
virtual bool
AddDescriptor
(
bluetooth_remote_gatt_characteristic_chromeos.cc
181
bool BluetoothRemoteGattCharacteristicChromeOS::
AddDescriptor
(
/external/chromium_org/device/bluetooth/test/
mock_bluetooth_gatt_characteristic.h
44
MOCK_METHOD1(
AddDescriptor
, bool(BluetoothGattDescriptor*));
/external/chromium_org/tools/usb_gadget/
usb_descriptors_test.py
199
hid_desc.
AddDescriptor
(hid_constants.DescriptorType.REPORT, 0x80)
200
hid_desc.
AddDescriptor
(hid_constants.DescriptorType.PHYSICAL, 0x60)
206
hid_desc.
AddDescriptor
(hid_constants.DescriptorType.REPORT, 0x80)
207
hid_desc.
AddDescriptor
(hid_constants.DescriptorType.PHYSICAL, 0x60)
hid_gadget.py
77
hid_desc.
AddDescriptor
(hid_constants.DescriptorType.REPORT,
usb_descriptors.py
354
def
AddDescriptor
(self, typ, length):
/external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugArangeSet.h
42
void
AddDescriptor
(const DWARFDebugArangeSet::Descriptor& range);
DWARFDebugPubnamesSet.h
71
void
AddDescriptor
(dw_offset_t cu_rel_offset, const char* name);
DWARFDebugPubnames.cpp
191
pubnames_set.
AddDescriptor
(die->GetOffset() - cu_offset, mangled ? mangled : name);
238
pubnames_set.
AddDescriptor
(die->GetOffset() - cu_offset, name);
DWARFDebugPubnamesSet.cpp
40
DWARFDebugPubnamesSet::
AddDescriptor
(dw_offset_t cu_rel_offset, const char* name)
DWARFDebugArangeSet.cpp
66
// using the
AddDescriptor
method.
100
DWARFDebugArangeSet::
AddDescriptor
(const DWARFDebugArangeSet::Descriptor& range)
/external/chromium_org/components/nacl/loader/
nacl_ipc_adapter.cc
248
void
AddDescriptor
(NaClDescWrapper* desc) { descs_.push_back(desc); }
592
rewritten_msg->
AddDescriptor
(nacl_desc.release());
655
rewritten_msg->
AddDescriptor
(desc_wrapper.release());
694
rewritten_msg->
AddDescriptor
(desc_wrapper.release());
Completed in 228 milliseconds