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

  /external/chromium_org/media/midi/
usb_midi_device_android.cc 29 std::vector<uint8> UsbMidiDeviceAndroid::GetDescriptor() {
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
service.py 61 def GetDescriptor():
76 * method_descriptor.service == GetDescriptor
101 method = service.GetDescriptor().FindMethodByName("Foo")
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message.h 82 // const Descriptor* descriptor = foo->GetDescriptor();
295 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; }
310 // need to implement this method, rather than the GetDescriptor() and
    [all...]
  /external/protobuf/python/google/protobuf/
service.py 61 def GetDescriptor():
76 * method_descriptor.service == GetDescriptor
101 method = service.GetDescriptor().FindMethodByName("Foo")
  /external/protobuf/src/google/protobuf/
message.h 82 // Descriptor* descriptor = foo->GetDescriptor();
314 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; }
329 // need to implement this method, rather than the GetDescriptor() and
    [all...]
  /external/chromium_org/tools/usb_gadget/
gadget.py 205 print 'GetDescriptor(recipient={}, type={}, index={}, lang={})'.format(
208 return self.GetDescriptor(recipient, desc_type, desc_index, desc_lang,
211 def GetDescriptor(self, recipient, typ, index, lang, length):
hid_gadget.py 135 def GetDescriptor(self, recipient, typ, index, lang, length):
141 return super(HidGadget, self).GetDescriptor(recipient, typ, index, lang,
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugArangeSet.h 51 const Descriptor* GetDescriptor(uint32_t i) const
DWARFDebugPubnamesSet.h 64 const DWARFDebugPubnamesSet::Descriptor* GetDescriptor(uint32_t i) const
  /external/chromium_org/device/bluetooth/
bluetooth_remote_gatt_characteristic_chromeos.cc 172 BluetoothRemoteGattCharacteristicChromeOS::GetDescriptor(
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.h 135 inline Span* GetDescriptor(PageID p) const {
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
linuxdevicemanager.cc 66 virtual int GetDescriptor();
399 int LinuxDeviceWatcher::GetDescriptor() {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.h 143 inline Span* GetDescriptor(PageID p) const {
  /external/lldb/source/Host/common/
File.cpp 107 File::GetDescriptor() const
170 m_descriptor = ::fcntl(rhs.GetDescriptor(), F_DUPFD);
287 if (::fcntl(GetDescriptor(), F_GETPATH, path) == -1)
299 if (::snprintf(proc, sizeof(proc), "/proc/self/fd/%d", GetDescriptor()) < 0)
563 int fd = GetDescriptor();
598 int fd = GetDescriptor();
648 int fd = GetDescriptor();
  /art/runtime/mirror/
class.cc 94 const char* old_exception_descriptor = old_exception->GetClass()->GetDescriptor(&temp);
172 const char* descriptor = h_this->GetDescriptor(&temp);
221 << "'" << GetDescriptor(&temp) << "' cl=" << GetClassLoader() << " -----\n",
342 return IsInSamePackage(klass1->GetDescriptor(&temp1), klass2->GetDescriptor(&temp2));
722 const char* Class::GetDescriptor(std::string* storage) {
739 const char* elem_desc = GetComponentType()->GetDescriptor(&temp);
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_event_router.cc 517 BluetoothLowEnergyEventRouter::GetDescriptor(
    [all...]
  /external/chromium_org/third_party/webrtc/base/
physicalsocketserver.cc 598 virtual int GetDescriptor() {
652 int GetDescriptor() const {
746 ssize_t ret = read(GetDescriptor(), b, sizeof(b));
773 virtual int GetDescriptor() {
774 return PosixSignalHandler::Instance()->GetDescriptor();
830 virtual int GetDescriptor() {
931 virtual int GetDescriptor() {
    [all...]
  /art/runtime/verifier/
reg_type.h 208 const std::string& GetDescriptor() const {
  /art/runtime/
dex_file.h     [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h 809 WinUsb_GetDescriptor_t GetDescriptor;

Completed in 407 milliseconds