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

/art/tools/ahat/src/
H A DDocString.java27 class DocString { class
30 public DocString() { method in class:DocString
35 * Construct a new DocString, initialized with the given text.
37 public static DocString text(String str) {
38 DocString doc = new DocString();
43 * Construct a new DocString, initialized with the given formatted text.
45 public static DocString format(String format, Object... args) {
46 DocString doc = new DocString();
[all...]

Completed in 59 milliseconds