HomeSort by relevance Sort by last modified time
    Searched defs:prettyPrint (Results 1 - 3 of 3) sorted by null

  /dalvik/docs/
prettify.js 34 * 3) mark the <pre> and <code> tags in your source with class=prettyprint.
50 * Split {@code prettyPrint} into multiple timeouts so as not to interfere with
52 * If set to {@code false}, {@code prettyPrint()} is synchronous.
76 /** find all the < pre > and < code > tags in the DOM with class=prettyprint
81 var prettyPrint;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 333 printer.prettyPrint(initialDepth, root, startNode, endNode, sb, isOpenTagOnly);
XmlPrettyPrinter.java 113 public static String prettyPrint(String xml, XmlFormatPreferences prefs, XmlFormatStyle style,
119 printer.prettyPrint(-1, document, null, null, sb, false /*openTagOnly*/);
140 public void prettyPrint(int rootDepth, Node root, Node startNode, Node endNode,
    [all...]

Completed in 84 milliseconds