Searched refs:formatAnnotation (Results 1 – 2 of 2) sorted by relevance
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
D | AnnotatedBytes.java | 148 formatAnnotation(cursor, cursor + length, formattedMsg), in annotate() 149 formatAnnotation(previousEntry.getKey(), in annotate() 158 formatAnnotation(cursor, cursor + length, formattedMsg), in annotate() 159 formatAnnotation(cursor, existingRangeAnnotation.annotation)); in annotate() 176 formatAnnotation(cursor, cursor + length, formattedMsg), in annotate() 177 formatAnnotation(nextKey, nextRangeAnnotation.annotation)); in annotate() 182 formatAnnotation(cursor, cursor + length, formattedMsg), in annotate() 183 formatAnnotation(nextKey, nextKey, in annotate() 189 formatAnnotation(cursor, cursor + length, formattedMsg), in annotate() 223 private String formatAnnotation(int offset, String annotationMsg) { in formatAnnotation() method in AnnotatedBytes [all …]
|
/external/dagger2/java/dagger/internal/codegen/binding/ |
D | MethodSignatureFormatter.java | 95 builder.append(formatAnnotation(annotationIterator.next())); 128 builder.append(formatAnnotation(qualifier)).append(' '); 137 private static String formatAnnotation(AnnotationMirror annotation) {
|