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

  /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/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmalintrules.py 30 from closure_linter import indentation namespace
99 self._indentation = indentation.IndentationRules()
253 if not self._is_html and error_check.ShouldCheck(Rule.INDENTATION):
254 # TODO(robbyw): Support checking indentation in HTML files.
    [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...]
  /external/proguard/src/proguard/classfile/visitor/
ClassPrinter.java 62 private static final String INDENTATION = " ";
65 private int indentation; field in class:ClassPrinter
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 305 // Look up the indentation level of the start node, if it is an element
308 // Measure the indentation of the start node such that we can indent
310 // in if the surrounding content does not use the same indentation size etc.
318 // level it is, and we also need to know the indentation level to use
320 // since from the initial indentation level and on down we want to normalize
330 // the parent chain and looking up the indentation for each. The reason for
332 // may be sharing lines with other nodes, and we disregard indentation for
333 // any nodes that don't start a line since the indentation may only be correct
335 // level that do have indentation info at the front of the line.
400 // remove the initial indentation in the reformatted elemen
702 String indentation = entry.getValue(); local
    [all...]
  /external/openssl/ssl/
ssltest.c 2005 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 
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
jython-2.5.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 

Completed in 712 milliseconds