HomeSort by relevance Sort by last modified time
    Searched refs:GetDescriptor (Results 26 - 50 of 109) sorted by null

12 3 4 5

  /art/runtime/verifier/
reg_type_cache.cc 372 const std::string& descriptor(type.GetDescriptor());
378 (cur_entry->GetDescriptor() == descriptor)) {
404 const std::string& descriptor(uninit_type.GetDescriptor());
408 cur_entry->GetDescriptor() == descriptor) {
433 entry = new PreciseReferenceType(klass, uninit_type.GetDescriptor(), entries_.size());
481 const std::string& descriptor(type.GetDescriptor());
486 cur_entry->GetDescriptor() == descriptor) {
564 const std::string& descriptor(array.GetDescriptor());
574 return FromDescriptor(loader, klass->GetDescriptor(&temp), false);
576 return FromClass(klass->GetDescriptor(&temp), klass
    [all...]
reg_type.cc 417 result << "Unresolved Reference" << ": " << PrettyDescriptor(GetDescriptor().c_str());
424 << PrettyDescriptor(GetDescriptor().c_str())
432 << PrettyDescriptor(GetDescriptor().c_str());
624 return cache->FromClass(super_klass->GetDescriptor(&temp), super_klass, false);
630 GetDescriptor()[0] == '[') {
903 return reg_types->FromClass(join_class->GetDescriptor(&temp), join_class, false);
  /external/chromium_org/device/bluetooth/
bluetooth_remote_gatt_characteristic_chromeos.h 52 virtual device::BluetoothGattDescriptor* GetDescriptor(
  /external/chromium_org/media/midi/
midi_manager_usb.cc 82 std::vector<uint8> descriptor = devices_[i]->GetDescriptor();
usb_midi_input_stream_unittest.cc 26 virtual std::vector<uint8> GetDescriptor() OVERRIDE {
  /external/protobuf/src/google/protobuf/
dynamic_message_unittest.cc 103 EXPECT_EQ(prototype_->GetDescriptor(), descriptor_);
text_format.cc 235 const Descriptor* descriptor = message->GetDescriptor();
777 ParserImpl parser(output->GetDescriptor(), input, error_collector_,
790 ParserImpl parser(output->GetDescriptor(), input, error_collector_,
820 ParserImpl parser(output->GetDescriptor(), &input_stream, error_collector_,
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field_reflection_unittest.cc 65 const Descriptor* desc = message.GetDescriptor();
166 const Descriptor* desc = extended_message.GetDescriptor();
generated_message_reflection_unittest.cc 236 const Descriptor* descriptor = message.GetDescriptor();
258 const Descriptor* descriptor = message.GetDescriptor();
435 const Descriptor* descriptor = message.GetDescriptor();
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...]
dynamic_message_unittest.cc 107 EXPECT_EQ(prototype_->GetDescriptor(), descriptor_);
  /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/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...]
macsocketserver.cc 70 dispatcher->GetDescriptor(),
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_api.cc 415 scoped_ptr<apibtle::GetDescriptor::Params> params(
416 apibtle::GetDescriptor::Params::Create(*args_));
420 BluetoothLowEnergyEventRouter::Status status = event_router->GetDescriptor(
429 // apibtle::GetDescriptor::Result::Create as it doesn't convert lists of enums
709 ->GetDescriptor(extension(), instance_id_, &descriptor);
717 // apibtle::GetDescriptor::Results::Create as it doesn't convert lists of
bluetooth_low_energy_apitest.cc 812 IN_PROC_BROWSER_TEST_F(BluetoothLowEnergyApiTest, GetDescriptor) {
836 EXPECT_CALL(*chrc0_, GetDescriptor(kTestDescriptorId0))
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.h 143 inline Span* GetDescriptor(PageID p) const {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.h 135 inline Span* GetDescriptor(PageID p) const {
  /external/lldb/include/lldb/Host/
File.h 222 GetDescriptor() const;
  /external/lldb/source/Core/
DataBufferMemoryMap.cpp 134 return MemoryMapFromFileDescriptor (file.GetDescriptor(), offset, length, writeable, fd_is_file);
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
linuxdevicemanager.cc 66 virtual int GetDescriptor();
399 int LinuxDeviceWatcher::GetDescriptor() {
  /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,
  /art/runtime/
class_linker_test.cc 72 ASSERT_STREQ(descriptor.c_str(), primitive->GetDescriptor(&temp));
111 EXPECT_STREQ(component_type.c_str(), array->GetComponentType()->GetDescriptor(&temp));
124 ASSERT_STREQ(array_descriptor.c_str(), array->GetDescriptor(&temp));
130 ASSERT_GT(strlen(array->GetComponentType()->GetDescriptor(&temp)), 0U);
154 EXPECT_STREQ(direct_interface0->GetDescriptor(&temp), "Ljava/lang/Cloneable;");
156 EXPECT_STREQ(direct_interface1->GetDescriptor(&temp), "Ljava/io/Serializable;");
189 EXPECT_STREQ(descriptor.c_str(), klass->GetDescriptor(&temp));
208 EXPECT_TRUE(mirror::Class::IsInSamePackage(klass->GetDescriptor(&temp),
209 klass->GetDescriptor(&temp2)));
331 EXPECT_STREQ(descriptor.c_str(), klass.Get()->GetDescriptor(&temp))
    [all...]
  /art/compiler/sea_ir/types/
type_inference.cc 94 const char* descriptor = iterator.GetDescriptor();

Completed in 994 milliseconds

12 3 4 5