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

  /external/mesa3d/src/glsl/
ir_print_visitor.h 42 indentation = 0;
80 int indentation; member in class:ir_print_visitor
  /external/nist-sip/java/gov/nist/javax/sip/header/
Indentation.java 37 class Indentation {
39 private int indentation; field in class:Indentation
44 protected Indentation() {
45 indentation = 0;
54 protected Indentation(int initval) {
55 indentation = initval;
59 * set the indentation field
65 indentation = initval;
69 * get the number of indentation.
74 return indentation;
    [all...]
  /external/nist-sip/java/gov/nist/core/
GenericObjectList.java 94 protected int indentation; field in class:GenericObjectList
107 char[] chars = new char[indentation];
260 indentation--;
266 indentation++;
284 sprint(((GenericObject) obj).debugDump(this.indentation));
294 * indentation given.
298 int save = indentation;
299 indentation = indent;
301 indentation = save;
GenericObject.java 37 * Provides a few utility funcitons such as indentation and
80 protected int indentation; field in class:GenericObject
293 indentation = 0;
298 char [] chars = new char [indentation];
314 indentation--;
320 indentation++;
430 if (fieldName.compareTo("indentation") == 0) {
515 if (fieldName.compareTo("indentation") == 0) {
611 if (fieldName.compareTo("indentation") == 0) {
647 indentation + 1))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 285 // Look up the indentation level of the start node, if it is an element
288 // Measure the indentation of the start node such that we can indent
290 // in if the surrounding content does not use the same indentation size etc.
298 // level it is, and we also need to know the indentation level to use
300 // since from the initial indentation level and on down we want to normalize
310 // the parent chain and looking up the indentation for each. The reason for
312 // may be sharing lines with other nodes, and we disregard indentation for
313 // any nodes that don't start a line since the indentation may only be correct
315 // level that do have indentation info at the front of the line.
378 // remove the initial indentation in the reformatted elemen
618 String indentation = entry.getValue(); local
    [all...]
XmlPrettyPrinter.java 63 /** String to insert for a single indentation level */
69 /** List of indentation to use for each given depth */
91 * Sets the indentation levels to use (indentation string to use for each depth,
94 * @param indentationLevels an array of strings to use for the various indentation
131 * @param rootDepth the depth of the given node, used to determine indentation
455 int indentation = COMMENT_BEGIN.length(); local
461 indentation += (c == '\t') ? mPrefs.getTabWidth() : 1;
465 // See if the next line after the newline has indentation; if it doesn't,
490 // the overall minimum indentation boundary
    [all...]
  /external/proguard/src/proguard/classfile/visitor/
ClassPrinter.java 62 private static final String INDENTATION = " ";
65 private int indentation; field in class:ClassPrinter
    [all...]
  /external/openssl/ssl/
ssltest.c 1911 static const char indentation[] = local
    [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 1315 int indentation = style->textIndent().calcValue(object->size().width()); local
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 711 milliseconds