/external/markdown/tests/markdown-test/ |
D | tabs.txt | 2 indented with tabs 5 indented with spaces 9 this code block is indented by one tab 13 this code block is indented by two tabs 18 indented with tabs 21 indented with spaces
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Tabs.text | 2 indented with tabs 5 indented with spaces 9 this code block is indented by one tab 13 this code block is indented by two tabs 18 indented with tabs 21 indented with spaces
|
D | Code Blocks.text | 5 code block indented by spaces
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Tabs.text | 2 indented with tabs 5 indented with spaces 9 this code block is indented by one tab 13 this code block is indented by two tabs 18 indented with tabs 21 indented with spaces
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/ |
D | SourcePrinter.java | 33 private boolean indented = false; field in SourcePrinter 74 if (!indented) { in print() 76 indented = true; in print() 108 indented = false; in println() 132 if (!indented) { in wrapToColumn() 134 indented = true; in wrapToColumn()
|
/external/harfbuzz_ng/src/ |
D | hb-debug.hh | 122 bool indented, 131 bool indented, in _hb_debug_msg_va() argument 147 if (indented) { in _hb_debug_msg_va() 180 bool indented HB_UNUSED, in _hb_debug_msg_va() 190 bool indented, 199 bool indented, in _hb_debug_msg() argument 207 _hb_debug_msg_va<max_level> (what, obj, func, indented, level, level_dir, message, ap); in _hb_debug_msg() 214 bool indented HB_UNUSED, 223 bool indented HB_UNUSED, in _hb_debug_msg()
|
/external/deqp/scripts/khr_util/ |
D | format.py | 62 indented = [] 68 indented.append(col) 71 indented.append(line[-1]) 72 yield "".join(indented)
|
/external/python/cpython3/Lib/test/ |
D | cfgparser.3 | 13 values = that are indented # and end with hash comments 39 [yeah, sections can be indented as well] 46 even if values are indented like this = seriously
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | sloppy-indentation.data | 9 to be indented with at least one space 13 to be indented with at least one space"
|
D | sloppy-indentation.canonical | 14 "the parser does not require scalars to be indented with at least one space" 16 "the parser does not require scalars to be indented with at least one space"
|
D | spec-06-01.canonical | 4 ? !!str "Not indented"
|
D | spec-06-01.data | 4 Not indented:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/ |
D | sloppy-indentation.test | 11 to be indented with at least one space 15 to be indented with at least one space"
|
D | spec-09-21.test | 12 # CHECK: 8:2: error: A text line is less indented than the block scalar
|
D | spec-06-01.test | 6 Not indented:
|
/external/llvm/test/YAMLParser/ |
D | sloppy-indentation.test | 11 to be indented with at least one space 15 to be indented with at least one space"
|
D | spec-09-21.test | 12 # CHECK: 8:2: error: A text line is less indented than the block scalar
|
D | spec-06-01.test | 6 Not indented:
|
/external/python/cpython3/Lib/test/test_tools/ |
D | test_pindent.py | 74 indented = f.read() 75 compile(indented, '_test.py', 'exec') 76 self.assertEqual(self.pindent(broken, '-r'), indented)
|
/external/python/cpython2/Lib/test/ |
D | test_tools.py | 100 indented = f.read() 101 compile(indented, '_test.py', 'exec') 102 self.assertEqual(self.pindent(broken, '-r'), indented)
|
/external/yapf/ |
D | .flake8 | 5 # visually indented line with same indent as next logical line,
|
/external/clang/test/Preprocessor/ |
D | traditional-cpp.c | 29 indented!
|
/external/v4l2_codec2/ |
D | .clang-format | 21 # lines indented eight spaces.". clang-format does not support having the colon
|
/external/python/cpython2/Misc/ |
D | README.Emacs | 27 mode: indented-text
|
/external/skqp/site/dev/contrib/ |
D | style.md | 248 Cases and default in switch statements are indented from the switch. 356 Constructor initializers should be one per line, indented, with punctuation 455 or all parameters placed on the next line and indented eight spaces
|