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

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLAbstractAtomicProperty.java 62 public void prettyPrint(StatePrettyPrinter pp) {
63 pp.prettyPrint(mType, getStringValue());
GLCompositeProperty.java 128 public void prettyPrint(StatePrettyPrinter pp) {
129 pp.prettyPrint(mType, null);
132 p.prettyPrint(pp);
IGLProperty.java 62 void prettyPrint(StatePrettyPrinter pp);
StatePrettyPrinter.java 30 public void prettyPrint(@NonNull GLStateType name, @Nullable String value) {
42 public void prettyPrint(@NonNull String s) {
GLListProperty.java 172 public void prettyPrint(StatePrettyPrinter pp) {
173 pp.prettyPrint(mType, null);
176 pp.prettyPrint(String.format(Locale.US, "Index %d:", i));
178 p.prettyPrint(pp);
GLSparseArrayProperty.java 155 public void prettyPrint(StatePrettyPrinter pp) {
156 pp.prettyPrint(mType, null);
160 pp.prettyPrint(String.format(Locale.US, "Index %d:", key));
165 prop.prettyPrint(pp);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinter.java 76 public static String prettyPrint(
90 printer.prettyPrint(-1, document, null, null, sb, false /*openTagOnly*/);
99 public static String prettyPrint(@NonNull Node node, boolean endWithNewline) {
100 return prettyPrint(node, EclipseXmlFormatPreferences.create(), XmlFormatStyle.get(node),
125 public static String prettyPrint(
134 printer.prettyPrint(-1, node, null, null, sb, false /*openTagOnly*/);
AndroidXmlFormattingStrategy.java 354 printer.prettyPrint(initialDepth, root, startNode, endNode, sb, isOpenTagOnly);
    [all...]
  /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...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 

Completed in 322 milliseconds