Searched defs:TwoColumnOutput (Results 1 - 2 of 2) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/util/
H A DTwoColumnOutput.java30 public final class TwoColumnOutput { class
66 TwoColumnOutput twoOut =
67 new TwoColumnOutput(sw, width1, width2, spacer);
88 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth, method in class:TwoColumnOutput
126 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth, method in class:TwoColumnOutput
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DTwoColumnOutput.java34 public final class TwoColumnOutput { class
70 TwoColumnOutput twoOut =
71 new TwoColumnOutput(sw, width1, width2, spacer);
92 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth, method in class:TwoColumnOutput
130 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth, method in class:TwoColumnOutput

Completed in 87 milliseconds