Home
last modified time | relevance | path

Searched refs:twoc (Results 1 – 1 of 1) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DAnnotatedBytes.java290 TwoColumnOutput twoc = new TwoColumnOutput(out, leftWidth, rightWidth, "|"); in writeAnnotations() local
306 twoc.write("", paddingSub + pointAnnotation.annotation); in writeAnnotations()
320 twoc.write(left, right); in writeAnnotations()
326 twoc.write(left, ""); in writeAnnotations()