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

/art/tools/ahat/src/
H A DDoc.java26 * Output the title of the page.
28 void title(String format, Object... args); method in interface:Doc
36 * Start a new section with the given title.
38 void section(String title); argument
H A DHtmlDoc.java32 * @param title - The main page title.
35 public HtmlDoc(PrintStream ps, DocString title, URI style) { argument
41 ps.format("<title>%s</title>\n", title.html());
49 public void title(String format, Object... args) { method in class:HtmlDoc
61 public void section(String title) { argument
63 ps.print(DocString.text(title).html());

Completed in 63 milliseconds