/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Indentation.java | 39 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()
|
D | SIPObject.java | 344 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/mesa3d/src/glsl/ |
D | ir_print_visitor.cpp | 73 indentation = 0; in ir_print_visitor() 89 for (int i = 0; i < indentation; i++) in indent() 165 indentation++; in visit() 172 indentation++; in visit() 181 indentation--; in visit() 189 indentation++; in visit() 198 indentation--; in visit() 201 indentation--; in visit() 209 indentation++; in visit() 216 indentation--; in visit() [all …]
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
D | ir_print_visitor.cpp | 73 indentation = 0; in ir_print_visitor() 89 for (int i = 0; i < indentation; i++) in indent() 165 indentation++; in visit() 172 indentation++; in visit() 181 indentation--; in visit() 189 indentation++; in visit() 198 indentation--; in visit() 201 indentation--; in visit() 209 indentation++; in visit() 216 indentation--; in visit() [all …]
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/ |
D | TextUtils.js | 164 var indentation = 0; 165 … while (indentation < line.length && WebInspector.TextUtils.isSpaceChar(line.charAt(indentation))) 166 ++indentation; 167 return line.substr(0, indentation);
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | MessageObject.java | 115 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/chromium_org/tools/gyp/pylib/gyp/ |
D | easy_xml.py | 68 indentation = ' ' * level 71 indentation = '' 77 xml_parts.append(indentation + '<' + name) 98 if multi_line and indentation: 99 xml_parts.append(indentation)
|
/external/nist-sip/java/gov/nist/core/ |
D | GenericObjectList.java | 94 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()
|
D | GenericObject.java | 80 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/chromium_org/v8/tools/ |
D | check-name-clashes.py | 39 self.indentation = 0 46 self.indentation = len(line) - len(line.lstrip()) 49 assert len(line[:self.indentation].strip()) == 0, \ 51 (line[:self.indentation], line)) 52 line = line[self.indentation:]
|
/external/llvm/test/YAMLParser/ |
D | spec-05-12.data | 3 # We don't currently reject tabs as indentation. 14 indentation, in plain scalar
|
D | spec-06-01.data | 4 # neither content nor indentation. 16 ] # indentation.
|
D | sloppy-indentation.data | 5 indentation should be kept: { 19 may not adhere indentation'
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
D | NetObject.java | 333 indentation + 1)); in debugDump() 343 indentation + 1)); in debugDump() 382 int save = indentation; in debugDump() 383 indentation = indent; in debugDump() 385 indentation = save; in debugDump()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/ |
D | autopep8.py | 761 indentation = re.split(pattern=r'\bimport\b', 764 indentation + 'import ' + target[offset:].lstrip('\t ,')) 1026 indentation = _get_indentation(logical_line) 1028 return indentation + untokenize_without_newlines( 1167 indentation = _get_indentation(line) 1180 fixed_lines.append(indentation + line) 1337 def shorten_line(tokens, source, indentation, indent_word, max_line_length, argument 1346 indentation=indentation, 1357 indentation=indentation, 1369 indentation=indentation, [all …]
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bubble_controller.h | 80 indentation:(int)indentation;
|
D | bookmark_bubble_controller.mm | 334 indentation:0]; 367 indentation:(int)indentation { 375 [item setIndentationLevel:indentation]; 376 ++indentation; 384 indentation:indentation];
|
/external/owasp/sanitizer/tools/ |
D | cut_release.py | 127 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/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | Lexicon.py | 24 indentation = Bol + Rep(Any(" \t")) 87 (indentation, Method('indentation_action')),
|
/external/markdown/tests/markdown-test/ |
D | inline-html-advanced.txt | 5 And nested without indentation:
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Inline HTML (Advanced).text | 5 And nested without indentation:
|
/external/markdown/tests/safe_mode/ |
D | inline-html-advanced.txt | 5 And nested without indentation:
|
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/ |
D | gUnit.g | 194 : {// 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/markdown/MarkdownTest/Tests_2007/ |
D | Inline HTML (Advanced).text | 5 And nested without indentation:
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_dump.c | 49 uint indentation; member 613 ctx->indentation += indent_spaces; in iter_instruction() 631 ctx.indentation = 0; in tgsi_dump_instruction() 663 ctx.indentation = 0; in tgsi_dump() 718 ctx.base.indentation = 0; in tgsi_dump_str()
|