/external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/ |
D | Emitter.java | 108 private final ArrayStack<Integer> indents; field in Emitter 165 this.indents = new ArrayStack<Integer>(10); in Emitter() 262 indents.push(indent); in increaseIndent() 425 indent = indents.pop(); in expectScalar() 444 indent = indents.pop(); in expect() 461 indent = indents.pop(); in expect() 498 indent = indents.pop(); in expect() 521 indent = indents.pop(); in expect() 591 indent = indents.pop(); in expect() 624 indent = indents.pop(); in expect()
|
/external/webrtc/ |
D | pylintrc | 16 # We use two spaces for indents, instead of the usual four spaces or tab.
|
/external/parameter-framework/upstream/parameter/ |
D | Element.cpp | 89 size_t indents = depth; in dumpContent() local 91 while (indents--) { in dumpContent()
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
D | pylintrc | 16 # We use two spaces for indents, instead of the usual four spaces or tab.
|
/external/chromium-trace/catapult/dependency_manager/ |
D | pylintrc | 67 # We use two spaces for indents, instead of the usual four spaces or tab.
|
/external/chromium-trace/catapult/systrace/ |
D | pylintrc | 66 # We use two spaces for indents, instead of the usual four spaces or tab.
|
/external/chromium-trace/catapult/devil/ |
D | pylintrc | 67 # We use two spaces for indents, instead of the usual four spaces or tab.
|
/external/chromium-trace/catapult/dashboard/ |
D | pylintrc | 69 # We use two spaces for indents, instead of the usual four spaces or tab.
|
/external/chromium-trace/catapult/firefighter/ |
D | pylintrc | 67 # We use two spaces for indents, instead of the usual four spaces or tab.
|
/external/chromium-trace/catapult/ |
D | pylintrc | 71 # We use two spaces for indents, instead of the usual four spaces or tab.
|
/external/chromium-trace/catapult/telemetry/ |
D | pylintrc | 73 # We use two spaces for indents, instead of the usual four spaces or tab.
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/ |
D | ScannerImpl.java | 175 private ArrayStack<Integer> indents; field in ScannerImpl 215 this.indents = new ArrayStack<Integer>(10); in ScannerImpl() 551 this.indent = this.indents.pop(); in unwindIndent() 561 this.indents.push(this.indent); in addIndent()
|
/external/chromium-trace/catapult/third_party/flot/ |
D | CONTRIBUTING.md | 47 Use four-space indents, no tabs. Do not add horizontal space around parameter
|
/external/chromium-trace/catapult/third_party/mocha/ |
D | mocha.js | 2473 , indents = 2; 2476 return Array(indents).join(' '); 2481 ++indents; 2483 ++indents; 2491 --indents; 2493 --indents; 3985 , indents = 0 3989 return Array(indents).join(' ') 3997 ++indents; 4002 --indents; [all …]
|
/external/chromium-trace/catapult/tracing/third_party/mocha/ |
D | mocha.js | 2473 , indents = 2; 2476 return Array(indents).join(' '); 2481 ++indents; 2483 ++indents; 2491 --indents; 2493 --indents; 3985 , indents = 0 3989 return Array(indents).join(' ') 3997 ++indents; 4002 --indents; [all …]
|
/external/curl/packages/vms/ |
D | build_vms.com | 149 $! * Each level after that indents 4 characters.
|
/external/markdown/tests/extensions-x-toc/ |
D | syntax-toc.txt | 324 To make lists look nice, you can wrap items with hanging indents:
|
/external/markdown/tests/extensions-x-def_list/ |
D | markdown-syntax.txt | 361 To make lists look nice, you can wrap items with hanging indents:
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Markdown Documentation - Syntax.text | 361 To make lists look nice, you can wrap items with hanging indents:
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Markdown Documentation - Syntax.text | 361 To make lists look nice, you can wrap items with hanging indents:
|
/external/markdown/tests/markdown-test/ |
D | markdown-syntax.txt | 361 To make lists look nice, you can wrap items with hanging indents:
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 2595 N "indents" "'Indents" 4564 V "indents" "Ind'ents"
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_lexpos.utf | 2919 N "indents" "'Indents" 5025 V "indents" "Ind'ents"
|
/external/libmicrohttpd/doc/ |
D | texinfo.tex | 6591 % @indentedblock is like @quotation, but indents only on the left and
|
/external/bison/build-aux/ |
D | texinfo.tex | 6590 % @indentedblock is like @quotation, but indents only on the left and
|