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

/art/tools/ahat/src/
H A DHtmlDoc.java27 private PrintStream ps; field in class:HtmlDoc
35 public HtmlDoc(PrintStream ps, DocString title, URI style) { argument
36 this.ps = ps;
38 ps.println("<!DOCTYPE html>");
39 ps.println("<html>");
40 ps.println("<head>");
41 ps.format("<title>%s</title>\n", title.html());
42 ps.format("<link rel=\"stylesheet\" type=\"text/css\" href=\"%s\">\n",
44 ps
[all...]

Completed in 116 milliseconds