Home
last modified time | relevance | path

Searched refs:descriptor (Results 1 – 25 of 49) sorted by relevance

12

/tools/dexter/slicer/
Ddex_format.cc57 std::string DescriptorToDecl(const char* descriptor) { in DescriptorToDecl() argument
61 while (*descriptor == '[') { in DescriptorToDecl()
63 ++descriptor; in DescriptorToDecl()
66 if (*descriptor == 'L') { in DescriptorToDecl()
67 for (++descriptor; *descriptor != ';'; ++descriptor) { in DescriptorToDecl()
68 SLICER_CHECK_NE(*descriptor, '\0'); in DescriptorToDecl()
69 ss << (*descriptor == '/' ? '.' : *descriptor); in DescriptorToDecl()
72 ss << PrimitiveTypeName(*descriptor); in DescriptorToDecl()
75 SLICER_CHECK_EQ(descriptor[1], '\0'); in DescriptorToDecl()
87 char DescriptorToShorty(const char* descriptor) { in DescriptorToShorty() argument
[all …]
Ddex_ir_builder.cc25 return ::strcmp(class_descriptor, method_decl->parent->descriptor->c_str()) == 0 in Match()
94 Type* Builder::GetType(String* descriptor) { in GetType() argument
97 if (ir_type->descriptor == descriptor) { in GetType()
104 ir_type->descriptor = descriptor; in GetType()
137 ss << dex::DescriptorToShorty(return_type->descriptor->c_str()); in CreateShorty()
140 ss << dex::DescriptorToShorty(param_type->descriptor->c_str()); in CreateShorty()
Ddex_ir.cc58 method_key.class_descriptor = method->decl->parent->descriptor; in GetKey()
71 return method_key.class_descriptor == method->decl->parent->descriptor && in Compare()
78 return dex::DescriptorToDecl(descriptor->c_str()); in Decl()
82 switch (*descriptor->c_str()) { in GetCategory()
103 ss << type->descriptor->c_str(); in Signature()
107 ss << return_type->descriptor->c_str(); in Signature()
205 return a->descriptor->index < b->descriptor->index; in Normalize()
Dreader.cc102 const char* descriptor = GetStringMUTF8(typeId.descriptor_idx); in FindClassIndex() local
103 if (strcmp(class_descriptor, descriptor) == 0) { in FindClassIndex()
796 ir_type->descriptor = GetString(dex_type.descriptor_idx); in ParseType()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dgatts_lib.py231 descriptor = self.dut.droid.gattServerCreateBluetoothGattDescriptor(
235 descriptor, desc['value'])
238 descriptor, desc['instance_id'])
239 self.descriptor_list.append(descriptor)
240 return descriptor
257 descriptor = self._setup_descriptor(desc)
259 characteristic, descriptor)
Dbt_gatt_utils.py150 for descriptor in descriptor_uuids:
153 characteristic, descriptor, test_value)
156 characteristic, descriptor)
/tools/dexter/slicer/export/slicer/
Ddex_ir_builder.h58 Type* GetType(String* descriptor);
65 Type* GetType(const char* descriptor) { in GetType() argument
66 return GetType(GetAsciiString(descriptor)); in GetType()
Ddex_format.h306 std::string DescriptorToDecl(const char* descriptor);
309 char DescriptorToShorty(const char* descriptor);
/tools/dexter/dexter/
Ddexter.cc254 const char* descriptor = reader.GetStringMUTF8(typeId.descriptor_idx); in ListClasses() local
255 printf(" %s\n", dex::DescriptorToDecl(descriptor).c_str()); in ListClasses()
371 std::string descriptor = ClassNameToDescriptor(extract_class_); in ProcessDex() local
372 dex::u4 class_idx = reader.FindClassIndex(descriptor.c_str()); in ProcessDex()
Dexperimental.cc210 ::strcmp(ir_method->decl->prototype->return_type->descriptor->c_str(), "V") == 0; in StressExitHook()
366 if (std::strcmp(ir_method->decl->parent->descriptor->c_str(), kTracerClass) == 0) { in CodeCoverage()
450 auto class_descriptor = decl->parent->descriptor; in StressFindMethod()
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiModifierItem.kt163 val descriptor = codebase.bindingContext(sourcePsi) in <lambda>() constant
166 if (descriptor is DeclarationDescriptorWithVisibility) { in <lambda>()
168 descriptor.visibility.effectiveVisibility(descriptor, false) in <lambda>()
/tools/carrier_settings/python/
Dcompare.py20 from google.protobuf import descriptor
36 if desc.label is descriptor.FieldDescriptor.LABEL_REPEATED:
/tools/test/connectivity/acts_tests/tests/google/bt/gatt/
DGattOverBrEdrTest.py488 for descriptor in descriptor_uuids:
491 characteristic, descriptor, test_value)
494 characteristic, descriptor)
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DHOGP_PTS_INSTRUCTIONS225 Note: Find all isntance ID of descriptor with 2902 uuid
237 Note: Find all isntance ID of descriptor with 2902 uuid
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto46 // descriptor.proto must be optimized for speed because reflection-based
243 // extensions when we build a descriptor, at which point all protos have been
381 // Disables the generation of the standard "descriptor()" accessor, which can
383 // from proto1 easier; new code should avoid fields named "descriptor".
397 // The parsed descriptor looks like:
569 // options protos in descriptor objects (e.g. returned by Descriptor::options(),
/tools/asuite/atest/unittest_data/
DAndroidLibCoreTest.xml.data4 <option name="config-descriptor:metadata" key="component" value="graphics" />
DAndroidTest.xml.data4 <option name="config-descriptor:metadata" key="component" value="graphics" />
DAndroidDalvikTest.xml.data4 <option name="config-descriptor:metadata" key="component" value="graphics" />
/tools/asuite/atest/proto/
Dcommon_pb2.py8 from google.protobuf import descriptor as _descriptor
/tools/asuite/atest-py2/proto/
Dcommon_pb2.py8 from google.protobuf import descriptor as _descriptor
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dplugin.proto52 import "google/protobuf/descriptor.proto";
58 // descriptor will be included in proto_file, below.
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/loggers/protos/
Dtelephony_stress_metric_pb2.py5 from google.protobuf import descriptor as _descriptor
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/gen/
Daudiowear_pb2.py7 from google.protobuf import descriptor as _descriptor
/tools/test/connectivity/acts/framework/acts/metrics/loggers/protos/gen/
Dacts_blackbox_pb2.py5 from google.protobuf import descriptor as _descriptor
Dacts_usage_metadata_pb2.py6 from google.protobuf import descriptor as _descriptor

12