Home
last modified time | relevance | path

Searched refs:indented (Results 1 – 25 of 139) sorted by relevance

123456

/external/markdown/tests/markdown-test/
Dtabs.txt2 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/
DTabs.text2 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
DCode Blocks.text5 code block indented by spaces
/external/markdown/MarkdownTest/Tests_2004/
DTabs.text2 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/
DSourcePrinter.java33 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/
Dhb-debug.hh122 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/
Dformat.py62 indented = []
68 indented.append(col)
71 indented.append(line[-1])
72 yield "".join(indented)
/external/python/cpython3/Lib/test/
Dcfgparser.313 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/
Dsloppy-indentation.data9 to be indented with at least one space
13 to be indented with at least one space"
Dsloppy-indentation.canonical14 "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"
Dspec-06-01.canonical4 ? !!str "Not indented"
Dspec-06-01.data4 Not indented:
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/
Dsloppy-indentation.test11 to be indented with at least one space
15 to be indented with at least one space"
Dspec-09-21.test12 # CHECK: 8:2: error: A text line is less indented than the block scalar
Dspec-06-01.test6 Not indented:
/external/llvm/test/YAMLParser/
Dsloppy-indentation.test11 to be indented with at least one space
15 to be indented with at least one space"
Dspec-09-21.test12 # CHECK: 8:2: error: A text line is less indented than the block scalar
Dspec-06-01.test6 Not indented:
/external/python/cpython3/Lib/test/test_tools/
Dtest_pindent.py74 indented = f.read()
75 compile(indented, '_test.py', 'exec')
76 self.assertEqual(self.pindent(broken, '-r'), indented)
/external/python/cpython2/Lib/test/
Dtest_tools.py100 indented = f.read()
101 compile(indented, '_test.py', 'exec')
102 self.assertEqual(self.pindent(broken, '-r'), indented)
/external/yapf/
D.flake85 # visually indented line with same indent as next logical line,
/external/clang/test/Preprocessor/
Dtraditional-cpp.c29 indented!
/external/v4l2_codec2/
D.clang-format21 # lines indented eight spaces.". clang-format does not support having the colon
/external/python/cpython2/Misc/
DREADME.Emacs27 mode: indented-text
/external/skqp/site/dev/contrib/
Dstyle.md248 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

123456