Home
last modified time | relevance | path

Searched defs:descriptor (Results 1 – 7 of 7) sorted by relevance

/tools/dexter/slicer/
Ddex_format.cc56 std::string DescriptorToDecl(const char* descriptor) { in DescriptorToDecl()
86 char DescriptorToShorty(const char* descriptor) { in DescriptorToShorty()
Ddex_ir_builder.cc94 Type* Builder::GetType(String* descriptor) { in GetType()
Dreader.cc101 const char* descriptor = GetStringMUTF8(typeId.descriptor_idx); in FindClassIndex() local
/tools/dexter/slicer/export/slicer/
Ddex_ir_builder.h65 Type* GetType(const char* descriptor) { in GetType()
Ddex_ir.h177 String* descriptor; member
/tools/dexter/dexter/
Ddexter.cc252 const char* descriptor = reader.GetStringMUTF8(typeId.descriptor_idx); in ListClasses() local
361 std::string descriptor = ClassNameToDescriptor(extract_class_); in ProcessDex() local
/tools/metalava/src/main/java/com/android/tools/metalava/
DOptions.kt1310 val descriptor = stringToExistingFile(getValue(args, ++index)) in <lambda>() constant