Home
last modified time | relevance | path

Searched refs:indentation (Results 1 – 25 of 213) sorted by relevance

123456789

/external/nist-sip/java/gov/nist/javax/sip/header/
DIndentation.java39 private int indentation; field in Indentation
45 indentation = 0; in Indentation()
55 indentation = initval; in Indentation()
65 indentation = initval; in setIndentation()
74 return indentation; in getCount()
81 indentation++; in increment()
88 indentation--; in decrement()
97 char[] chars = new char[indentation]; in getIndentation()
DSIPObject.java344 indentation + 1)); in debugDump()
354 indentation + 1)); in debugDump()
390 int save = indentation; in debugDump()
391 indentation = indent; in debugDump()
393 indentation = save; in debugDump()
/external/autotest/client/bin/result_tools/
Dview.py331 def _get_dirs_html(dirs, parent_path, total_bytes, indentation): argument
355 INDENTATION_KEY: indentation + 2*INDENTATION}
369 INDENTATION_KEY: indentation}
373 sub_indentation = indentation + INDENTATION
379 INDENTATION_KEY: indentation})
383 INDENTATION_KEY: indentation}
415 indentation = INDENTATION
417 dirs, '..', size_original, indentation + INDENTATION)
419 INDENTATION_KEY: indentation}
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
DIndentingAppendable.java23 private final String indentation; field in IndentingAppendable
31 IndentingAppendable(String indentation, Appendable delegate) { in IndentingAppendable() argument
32 this.indentation = indentation; in IndentingAppendable()
67 delegate.append(indentation); in maybeIndent()
/external/mesa3d/src/compiler/glsl/
Dir_print_visitor.cpp90 indentation = 0; in ir_print_visitor()
106 for (int i = 0; i < indentation; i++) in indent()
218 indentation++; in visit()
225 indentation++; in visit()
232 indentation--; in visit()
240 indentation++; in visit()
247 indentation--; in visit()
250 indentation--; in visit()
258 indentation++; in visit()
264 indentation--; in visit()
[all …]
Dir_builder_print_visitor.cpp83 int indentation; member in ir_builder_print_visitor
142 : next_ir_index(1), f(f), indentation(0) in ir_builder_print_visitor()
155 for (int i = 0; i < indentation; i++) in indent()
286 indentation++; in visit_enter()
307 indentation--; in visit_leave()
627 indentation++; in visit_enter()
654 indentation--; in visit_enter()
727 indentation++; in visit_enter()
741 indentation--; in visit_leave()
/external/nist-sip/java/gov/nist/javax/sip/message/
DMessageObject.java115 this.indentation + 1)); in debugDump()
125 indentation + 1)); in debugDump()
164 int save = indentation; in dbgPrint()
165 indentation = indent; in dbgPrint()
167 indentation = save; in dbgPrint()
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
DProfiler.java227 …String buildProfilerString(DurationUnit du, String firstPrefix, String label, String indentation) { in buildProfilerString() argument
237 buildStopWatchString(buf, du, ELAPSED_TIME, indentation, (StopWatch) child); in buildProfilerString()
240 …iler.buildProfilerString(du, NESTED_PROFILER_FIRST_PREFIX, SUBTOTAL_ELAPSED, indentation + " "); in buildProfilerString()
242 buildStopWatchString(buf, du, ELAPSED_TIME, indentation, profiler.globalStopWatch); in buildProfilerString()
245 buildStopWatchString(buf, du, label, indentation, globalStopWatch); in buildProfilerString()
249 …pWatchString(StringBuilder buf, DurationUnit du, String prefix, String indentation, StopWatch sw) { in buildStopWatchString() argument
251 buf.append(indentation); in buildStopWatchString()
/external/nist-sip/java/gov/nist/core/
DGenericObjectList.java94 protected int indentation; field in GenericObjectList
107 char[] chars = new char[indentation]; in getIndentation()
260 indentation--; in sprint()
266 indentation++; in sprint()
284 sprint(((GenericObject) obj).debugDump(this.indentation)); in debugDump()
298 int save = indentation; in debugDump()
299 indentation = indent; in debugDump()
301 indentation = save; in debugDump()
DGenericObject.java80 protected int indentation; field in GenericObject
293 indentation = 0; in GenericObject()
298 char [] chars = new char [indentation]; in getIndentation()
314 indentation--; in sprint()
320 indentation++; in sprint()
647 indentation + 1)); in debugDump()
657 indentation + 1)); in debugDump()
693 indentation = indent; in debugDump()
695 indentation = 0; in debugDump()
/external/vboot_reference/
DPRESUBMIT.cfg3 # We are using Linux style indentation with tabs
4 # The indentation is checked by checkpatch not the python script
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-06-01.data2 # neither content nor indentation.
14 ] # indentation.
Dsloppy-indentation.data3 indentation should be kept: {
17 may not adhere indentation'
Dsloppy-indentation.canonical6 ? !!str "indentation should be kept"
18 { ? !!str "foo": { ? !!str "bar" : !!str "quoted scalars may not adhere indentation" } }
/external/llvm/test/YAMLParser/
Dspec-06-01.test4 # neither content nor indentation.
16 ] # indentation.
Dsloppy-indentation.test5 indentation should be kept: {
19 may not adhere indentation'
Dspec-05-12.test5 # We don't currently reject tabs as indentation.
15 indentation, in plain scalar
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp123 const std::string indentation = std::string(indentationDepth, '\t'); in glslTraverseBasicTypes() local
126 …return indentation + "for (int " + loopIndexName + " = 0; " + loopIndexName + " < " + de::toString… in glslTraverseBasicTypes()
127 indentation + "{\n" + in glslTraverseBasicTypes()
129 indentation + "}\n"; in glslTraverseBasicTypes()
156 const std::string indentation = std::string(indentationDepth, '\t'); in glslAssignBasicTypeObject() local
159 result << indentation << name << " = "; in glslAssignBasicTypeObject()
168 << indentation << "v += 0.4;\n"; in glslAssignBasicTypeObject()
176 const std::string indentation = std::string(indentationDepth, '\t'); in glslCheckBasicTypeObject() local
179 …result << indentation << "allOk = allOk && compare_" << glu::getDataTypeName(type) << "(" << name … in glslCheckBasicTypeObject()
188 << indentation << "v += 0.4;\n" in glslCheckBasicTypeObject()
[all …]
/external/nist-sip/java/gov/nist/javax/sip/address/
DNetObject.java337 indentation + 1)); in debugDump()
347 indentation + 1)); in debugDump()
386 int save = indentation; in debugDump()
387 indentation = indent; in debugDump()
389 indentation = save; in debugDump()
/external/r8/src/main/java/com/android/tools/r8/shaking/
DReasonPrinter.java140 private int indentation = -1; field in ReasonPrinter.ReasonFormatter
163 indentation++; in startItem()
169 for (int i = 0; i < indentation; i++) { in indent()
189 indentation--; in endItem()
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_urllib.py139 indentation = find_indentation(node)
156 if not first or node.parent.prefix.endswith(indentation):
157 new.prefix = indentation
/external/owasp/sanitizer/tools/
Dcut_release.py127 indentation = re.match(r"^\s*", line).group()
132 line = "%s%s %s" % (indentation, replace_fields(match[1]), match[0])
138 lines.append("%s%s" % (indentation, replace_fields(match)))
/external/v8/src/wasm/
Dwasm-text.cc92 int indentation = std::min(kMaxIndentation, 2 * control_depth); in PrintWasmText() local
94 offset_table->emplace_back(i.pc_offset(), line_nr, indentation); in PrintWasmText()
100 os.write(padding, indentation); in PrintWasmText()
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
DgUnit.g194 : {// we need to determine the number of spaces or tabs (indentation) for multi-line input
202 String indentation = buf.reverse().toString();
240 // finally we need to prpcess the indentation line by line
247 if ( line.startsWith(indentation) ) line = line.substring(indentation.length());
/external/minijail/
DPRESUBMIT.cfg3 # We are using Linux-style indentation with tabs

123456789