Home
last modified time | relevance | path

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

123456789

/external/markdown/tests/pl/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
/external/markdown/tests/basic/
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/tests/pl/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/dagger2/javatests/dagger/lint/
DDaggerKotlinIssueDetectorTest.kt38 ).indented()
47 ).indented()
57 ).indented()
184 ).indented() in getDetector()
/external/harfbuzz_ng/src/
Dhb-debug.hh124 bool indented,
133 bool indented, in _hb_debug_msg_va() argument
149 if (indented) { in _hb_debug_msg_va()
182 bool indented HB_UNUSED, in _hb_debug_msg_va()
192 bool indented,
201 bool indented, in _hb_debug_msg() argument
209 _hb_debug_msg_va<max_level> (what, obj, func, indented, level, level_dir, message, ap); in _hb_debug_msg()
216 bool indented HB_UNUSED,
225 bool indented HB_UNUSED, in _hb_debug_msg()
/external/deqp/scripts/khr_util/
Dformat.py63 indented = []
69 indented.append(col)
72 indented.append(line[-1])
73 yield "".join(indented)
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
DSourcePrinter.java47 private boolean indented = false; field in SourcePrinter
168 if (!indented) { in print()
171 indented = true; in print()
202 indented = false; in println()
/external/python/pyyaml/tests/data/
Dspec-09-21.error5 not be less indented.
6 - The text is less indented
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"
/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"
/external/yapf/
D.flake87 # continuation line over-indented for hanging indent
9 # visually indented line with same indent as next logical line,
/external/llvm/test/YAMLParser/
Dsloppy-indentation.test11 to be indented with at least one space
15 to be indented with at least one space"
/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/dokka/core/testdata/markdown/
Dspec.txt31 continuation paragraphs need to be indented four spaces, but is
33 they, too, must be indented four spaces, but `Markdown.pl` does
47 3. Is a blank line needed before an indented code block?
80 5. Can list markers be indented? Can ordered list markers be right-aligned?
478 `#` character may be indented 0-3 spaces. The raw contents of the
704 The header content can be indented up to three spaces, and need
739 The setext header underline can be indented up to three spaces, and
869 An [indented code block](#indented-code-block)
870 <a id="indented-code-block"></a> is composed of one or more
871 [indented chunks](#indented-chunk) separated by blank lines.
[all …]
/external/rust/crates/textwrap/tests/
Dindent.rs85 let indented = indent(original, ""); in indented_text_should_have_the_same_number_of_lines_as_the_original_text() localVariable
86 assert_eq!(&indented, original); in indented_text_should_have_the_same_number_of_lines_as_the_original_text()
/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/
DC.output74 // Comment indented +2
75 // Comment indented +2
DC.input76 // Comment indented +2
77 // Comment indented +2
/external/python/cryptography/vectors/cryptography_vectors/hashes/SHA1/
DReadme.txt10 and the message digest (MDi) for each of these i are printed out, indented
11 by one tab space. The final message digest (MD), not indented, is the last
/external/python/cryptography/vectors/cryptography_vectors/hashes/SHA2/
DReadme.txt10 and the message digest (MDi) for each of these i are printed out, indented
11 by one tab space. The final message digest (MD), not indented, is the last
/external/python/cpython3/Lib/test/test_tools/
Dtest_pindent.py75 indented = f.read()
76 compile(indented, '_test.py', 'exec')
77 self.assertEqual(self.pindent(broken, '-r'), indented)
/external/rust/crates/anyhow/src/
Dfmt.rs33 let mut indented = Indented { in debug() localVariable
38 write!(indented, "{}", error)?; in debug()
/external/rust/crates/protobuf-codegen/2.27.1/src/
Dcode_writer.rs83 pub fn indented<F>(&mut self, cb: F) in indented() method
124 self.indented(|w| init(w)); in lazy_static_decl_get()
144 self.indented(cb); in block()
336 self.indented(cb); in if_else_stmt()
/external/python/cpython3/Grammar/
Dpython.gram418 | NEWLINE t=TYPE_COMMENT &(NEWLINE INDENT) { t } # Must be followed by indented block
905 | NEWLINE !INDENT { RAISE_INDENTATION_ERROR("expected an indented block") }
959 …RAISE_INDENTATION_ERROR("expected an indented block after 'with' statement on line %d", a->lineno)…
961 …RAISE_INDENTATION_ERROR("expected an indented block after 'with' statement on line %d", a->lineno)…
965 …RAISE_INDENTATION_ERROR("expected an indented block after 'try' statement on line %d", a->lineno) }
974 …RAISE_INDENTATION_ERROR("expected an indented block after 'finally' statement on line %d", a->line…
977 …RAISE_INDENTATION_ERROR("expected an indented block after 'except' statement on line %d", a->linen…
978 …| a='except' ':' NEWLINE !INDENT { RAISE_SYNTAX_ERROR("expected an indented block after except sta…
982 …RAISE_INDENTATION_ERROR("expected an indented block after 'match' statement on line %d", a->lineno…
986 …RAISE_INDENTATION_ERROR("expected an indented block after 'case' statement on line %d", a->lineno)…
[all …]

123456789