/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()
|
D | SIPHeaderList.java | 326 public String debugDump(int indentation) { in debugDump() argument 328 String indent = new Indentation(indentation).getIndentation(); in debugDump()
|
/external/mesa3d/src/glsl/ |
D | ir_print_visitor.cpp | 73 for (int i = 0; i < indentation; i++) in indent() 114 indentation++; in visit() 121 indentation++; in visit() 130 indentation--; in visit() 138 indentation++; in visit() 147 indentation--; in visit() 150 indentation--; in visit() 157 indentation++; in visit() 164 indentation--; in visit() 396 indentation++; in visit() [all …]
|
D | ir_print_visitor.h | 42 indentation = 0; in ir_print_visitor() 80 int 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/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/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/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bubble_controller.h | 76 indentation:(int)indentation;
|
D | bookmark_bubble_controller.mm | 359 indentation:0]; 387 indentation:(int)indentation { 395 [item setIndentationLevel:indentation]; 396 ++indentation; 403 indentation: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/markdown/tests/markdown-test/ |
D | inline-html-advanced.txt | 5 And nested without indentation:
|
/external/chromium/chrome/browser/resources/net_internals/ |
D | logviewpainter.js | 330 var indentation = ' '; 337 indentLines(indentation, oldConfigString.split('\n')); 343 indentLines(indentation, newConfigString.split('\n'));
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Inline HTML (Advanced).text | 5 And nested without indentation:
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | PODRedBlackTree.h | 727 void dumpFromNode(Node* node, int indentation) const in dumpFromNode() argument 730 for (int i = 0; i < indentation; i++) in dumpFromNode() 740 dumpFromNode(node->left(), indentation + 2); in dumpFromNode() 741 dumpFromNode(node->right(), indentation + 2); in dumpFromNode()
|
/external/icu4c/test/testdata/ |
D | testnorm.txt | 7 # indentation:4
|
D | icuio.txt | 9 // indentation:4
|
/external/proguard/src/proguard/classfile/visitor/ |
D | ClassPrinter.java | 65 private int indentation; field in ClassPrinter 919 indentation++; in indent() 924 indentation--; in outdent() 936 for (int index = 0; index < indentation; index++) in print()
|
/external/chromium/testing/gmock/scripts/generator/ |
D | README | 21 To change the indentation from the default of 2, set INDENT in
|
/external/icu4c/tools/genpname/ |
D | SyntheticPropertyValueAliases.txt | 8 # indentation: 4
|
/external/jpeg/ |
D | coderules.doc | 29 with two spaces per indentation level. (This indentation convention is
|
/external/llvm/utils/vim/ |
D | vimrc | 14 " A tab produces a 2-space indentation 49 " Set a few indentation parameters. See the VIM help for cinoptions-values for
|
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/ |
D | process.js | 971 var indentation = 0, 979 … line = repeat_string(" ", beautify.indent_start + indentation * beautify.indent_level) + line; 985 indentation += incr; 987 finally { indentation -= incr; }
|