Searched refs:menu (Results 1 – 6 of 6) sorted by relevance
/art/tools/ahat/src/main/com/android/ahat/ |
D | SubsetSelector.java | 86 DocString menu = new DocString(); in render() local 87 menu.appendFormat("(%d of %d elements shown - ", mLimit, all); in render() 90 menu.appendLink(mQuery.with(mId, 0), DocString.text("show none")); in render() 91 menu.append(" - "); in render() 92 menu.appendLink(mQuery.with(mId, less), DocString.text("show less")); in render() 93 menu.append(" - "); in render() 95 menu.append("show none - show less - "); in render() 99 menu.appendLink(mQuery.with(mId, more), DocString.text("show more")); in render() 100 menu.append(" - "); in render() 101 menu.appendLink(mQuery.with(mId, all), DocString.text("show all")); in render() [all …]
|
D | Doc.java | 33 void menu(DocString string); in menu() method
|
D | AhatHttpHandler.java | 44 doc.menu(Menu.getMenu()); in handle()
|
D | HtmlDoc.java | 56 public void menu(DocString string) { in menu() method in HtmlDoc
|
/art/tools/ahat/etc/ |
D | style.css | 17 div.menu {
|
/art/tools/ahat/ |
D | README.txt | 26 * Have a menu at the top of an object view with links to the sections? 27 * Include ahat version and hprof file in the menu at the top of the page? 34 * Include a link to /objects in the overview and menu?
|