HomeSort by relevance Sort by last modified time
    Searched refs:encodedAnnotation (Results 1 - 3 of 3) sorted by null

  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/EncodedValue/
AnnotationEncodedValueAdaptor.java 39 public static void writeTo(IndentingWriter writer, AnnotationEncodedSubValue encodedAnnotation)
42 ReferenceFormatter.writeTypeReference(writer, encodedAnnotation.annotationType);
45 writeElementsTo(writer, encodedAnnotation);
49 public static void writeElementsTo(IndentingWriter writer, AnnotationEncodedSubValue encodedAnnotation)
52 for (int i=0; i<encodedAnnotation.names.length; i++) {
53 writer.write(encodedAnnotation.names[i].getStringValue());
56 EncodedValueAdaptor.writeTo(writer, encodedAnnotation.values[i]);
  /cts/tools/dex-tools/src/dex/reader/
DexAnnotationImpl.java 33 private DexEncodedAnnotationImpl encodedAnnotation;
51 encodedAnnotation = new DexEncodedAnnotationImpl(buffer, this, typeIds,
56 return encodedAnnotation.getValue();
60 return encodedAnnotation.getTypeName();
71 builder.append(formatter.format(encodedAnnotation.getTypeName()));
  /external/smali/smali/src/main/antlr3/
smaliTreeWalker.g     [all...]

Completed in 200 milliseconds