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

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_print_visitor.h92 int indentation; member in class:ir_print_visitor
/external/mesa3d/src/glsl/
H A Dir_print_visitor.h92 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/chromium_org/third_party/closure_linter/closure_linter/
H A Decmalintrules.py33 from closure_linter import indentation namespace
107 self._indentation = indentation.IndentationRules()
293 # TODO(robbyw): Support checking indentation in HTML files.
770 # should trigger a proper indentation warning message as [ is not indented
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c49 uint indentation; member in struct:dump_ctx
609 /* update indentation */
613 ctx->indentation += indent_spaces;
631 ctx.indentation = 0;
663 ctx.indentation = 0;
718 ctx.base.indentation = 0;
/external/chromium_org/tools/gyp/tools/emacs/
H A Dgyp.el37 (defun gyp-set-indentation ()
38 "Hook function to configure python indentation to suit gyp mode."
43 (add-hook 'gyp-mode-hook 'gyp-set-indentation)
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c49 uint indentation; member in struct:dump_ctx
609 /* update indentation */
613 ctx->indentation += indent_spaces;
631 ctx.indentation = 0;
663 ctx.indentation = 0;
718 ctx.base.indentation = 0;
/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dpep8.py38 100 indentation
139 return offset, "E101 indentation contains mixed spaces and tabs"
150 return indent.index('\t'), "W191 indentation contains tabs"
346 def indentation(logical_line, previous_logical, indent_char, function
348 r"""Use 4 spaces per indentation level.
364 yield 0, "E111 indentation is not a multiple of four"
369 yield 0, "E113 unexpected indentation"
374 r"""Continuation lines indentation.
382 - further indentation should be used to clearly distinguish itself as a
419 # for each depth, memorize the hanging indentation
[all...]
/external/openssl/ssl/
H A Dssltest.c2011 static const char indentation[] = local
2018 indent, indent, indentation, format);
/external/proguard/src/proguard/classfile/visitor/
H A DClassPrinter.java67 private int indentation; field in class:ClassPrinter
977 indentation++;
982 indentation--;
994 for (int index = 0; index < indentation; index++)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dexterns.js436 indentation: function () { },
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/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/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 7707 milliseconds