Searched refs:title (Results 1 - 8 of 8) 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 DRootedHandler.java33 doc.title("Rooted");
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());
H A DObjectsHandler.java53 doc.title("Objects");
H A DOverviewHandler.java39 doc.title("Overview");
H A DNativeAllocationsHandler.java37 doc.title("Registered Native Allocations");
H A DSiteHandler.java42 doc.title("Site %s", site.getName());
H A DObjectHandler.java61 doc.title("Object %08x", inst.getUniqueId());

Completed in 785 milliseconds