/tools/dexter/slicer/ |
D | dex_format.cc | 57 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 …]
|
D | dex_ir_builder.cc | 25 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()
|
D | dex_ir.cc | 58 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()
|
D | reader.cc | 102 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/ |
D | gatts_lib.py | 231 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)
|
D | bt_gatt_utils.py | 150 for descriptor in descriptor_uuids: 153 characteristic, descriptor, test_value) 156 characteristic, descriptor)
|
/tools/dexter/slicer/export/slicer/ |
D | dex_ir_builder.h | 58 Type* GetType(String* descriptor); 65 Type* GetType(const char* descriptor) { in GetType() argument 66 return GetType(GetAsciiString(descriptor)); in GetType()
|
D | dex_format.h | 306 std::string DescriptorToDecl(const char* descriptor); 309 char DescriptorToShorty(const char* descriptor);
|
/tools/dexter/dexter/ |
D | dexter.cc | 254 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()
|
D | experimental.cc | 210 ::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/ |
D | PsiModifierItem.kt | 163 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/ |
D | compare.py | 20 from google.protobuf import descriptor 36 if desc.label is descriptor.FieldDescriptor.LABEL_REPEATED:
|
/tools/test/connectivity/acts_tests/tests/google/bt/gatt/ |
D | GattOverBrEdrTest.py | 488 for descriptor in descriptor_uuids: 491 characteristic, descriptor, test_value) 494 characteristic, descriptor)
|
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/ |
D | HOGP_PTS_INSTRUCTIONS | 225 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/ |
D | descriptor.proto | 46 // 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/ |
D | AndroidLibCoreTest.xml.data | 4 <option name="config-descriptor:metadata" key="component" value="graphics" />
|
D | AndroidTest.xml.data | 4 <option name="config-descriptor:metadata" key="component" value="graphics" />
|
D | AndroidDalvikTest.xml.data | 4 <option name="config-descriptor:metadata" key="component" value="graphics" />
|
/tools/asuite/atest/proto/ |
D | common_pb2.py | 8 from google.protobuf import descriptor as _descriptor
|
/tools/asuite/atest-py2/proto/ |
D | common_pb2.py | 8 from google.protobuf import descriptor as _descriptor
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | plugin.proto | 52 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/ |
D | telephony_stress_metric_pb2.py | 5 from google.protobuf import descriptor as _descriptor
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/gen/ |
D | audiowear_pb2.py | 7 from google.protobuf import descriptor as _descriptor
|
/tools/test/connectivity/acts/framework/acts/metrics/loggers/protos/gen/ |
D | acts_blackbox_pb2.py | 5 from google.protobuf import descriptor as _descriptor
|
D | acts_usage_metadata_pb2.py | 6 from google.protobuf import descriptor as _descriptor
|