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

/external/mesa3d/src/glsl/
H A Dir_print_visitor.h42 indentation = 0;
80 int indentation; member in class:ir_print_visitor
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DIndentation.java39 private int indentation; field in class:Indentation
45 indentation = 0;
55 indentation = initval;
59 * set the indentation field
65 indentation = initval;
69 * get the number of indentation.
74 return indentation;
78 * increment the indentation field
81 indentation++;
85 * decrement the indentation fiel
[all...]
H A DSIPHeaderList.java322 * @param indentation
326 public String debugDump(int indentation) { argument
328 String indent = new Indentation(indentation).getIndentation();
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Decmalintrules.py30 from closure_linter import indentation namespace
99 self._indentation = indentation.IndentationRules()
254 # TODO(robbyw): Support checking indentation in HTML files.
746 # should trigger a proper indentation warning message as [ is not indented
/external/nist-sip/java/gov/nist/core/
H A DGenericObject.java37 * 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
[all...]
H A DGenericObjectList.java94 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;
/external/proguard/src/proguard/classfile/visitor/
H A DClassPrinter.java65 private int indentation; field in class:ClassPrinter
919 indentation++;
924 indentation--;
936 for (int index = 0; index < indentation; index++)
/external/openssl/ssl/
H A Dssltest.c2034 static const char indentation[] = local
2041 indent, indent, indentation, format);
/external/webkit/Source/WebCore/accessibility/gtk/
H A DAccessibilityObjectWrapperAtk.cpp1315 int indentation = style->textIndent().calcValue(object->size().width()); local
1316 if (indentation != undefinedLength) {
1317 buffer.set(g_strdup_printf("%i", indentation));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 1564 milliseconds