Home
last modified time | relevance | path

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

12345

/third_party/skia/third_party/externals/harfbuzz/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()
/third_party/vk-gl-cts/scripts/khr_util/
Dformat.py63 indented = []
69 indented.append(col)
72 indented.append(line[-1])
73 yield "".join(indented)
/third_party/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"
Dspec-09-14.error6 non-indented plain scalar.
Dspec-06-01.canonical4 ? !!str "Not indented"
Dspec-06-01.data4 Not indented:
/third_party/python/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
/third_party/python/Lib/test/test_tools/
Dtest_pindent.py75 indented = f.read()
76 compile(indented, '_test.py', 'exec')
77 self.assertEqual(self.pindent(broken, '-r'), indented)
/third_party/python/Grammar/
Dpython.gram418 | NEWLINE t=TYPE_COMMENT &(NEWLINE INDENT) { t } # Must be followed by indented block
904 | NEWLINE !INDENT { RAISE_INDENTATION_ERROR("expected an indented block") }
958 …RAISE_INDENTATION_ERROR("expected an indented block after 'with' statement on line %d", a->lineno)…
960 …RAISE_INDENTATION_ERROR("expected an indented block after 'with' statement on line %d", a->lineno)…
964 …RAISE_INDENTATION_ERROR("expected an indented block after 'try' statement on line %d", a->lineno) }
973 …RAISE_INDENTATION_ERROR("expected an indented block after 'finally' statement on line %d", a->line…
976 …RAISE_INDENTATION_ERROR("expected an indented block after 'except' statement on line %d", a->linen…
977 …| a='except' ':' NEWLINE !INDENT { RAISE_SYNTAX_ERROR("expected an indented block after except sta…
981 …RAISE_INDENTATION_ERROR("expected an indented block after 'match' statement on line %d", a->lineno…
985 …RAISE_INDENTATION_ERROR("expected an indented block after 'case' statement on line %d", a->lineno)…
[all …]
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Ddoc-guide.rst81 Definition, must be indented and
87 preceding paragraph or on its own line, and indented text::
/third_party/node/tools/inspector_protocol/
D.clang-format14 # gets correctly indented.
/third_party/node/deps/v8/third_party/inspector_protocol/
D.clang-format14 # gets correctly indented.
/third_party/curl/tests/data/
Dtest1185133 ./%LOGDIR/code1185.c:39:6: warning: not indented 2 steps (uses 4) (INDENTATION)
157 ./%LOGDIR/code1185.c:50:2: warning: not indented 2 steps (uses 0) (INDENTATION)
/third_party/gstreamer/gstplugins_bad/ext/gs/
D.clang-format14 # gets correctly indented.
/third_party/skia/third_party/externals/expat/expat/
Dconfigure-ac-style.md24 - (c) go to the next line, with the first character indented 2 spaces more
/third_party/openssl/doc/man3/
DECPKParameters_print.pod29 or B<fp>. The output lines are indented by B<off> spaces.
DEVP_PKEY_ASN1_METHOD.pod176 readable text to B<out>, indented B<indent> spaces.
191 readable text to B<out>, indented B<indent> spaces.
234 readable text to B<out>, indented B<indent> spaces.
243 B<out>, indented B<indent> spaces.
DSCT_print.pod23 The output can be indented by a specified number of spaces. If a B<CTLOG_STORE>
DBIO_f_prefix.pod20 text output, where each line gets automatically prefixed and indented
/third_party/skia/site/docs/dev/contrib/
Dstyle.md277 Cases and default in switch statements are indented from the switch.
393 Constructor initializers should be one per line, indented, with punctuation
519 or all parameters placed on the next line and indented eight spaces
/third_party/gstreamer/gstreamer/gst/printf/
DREADME56 Files have also been indented with gst-indent, so this is basically a
/third_party/node/test/parallel/
Dtest-console-group.js143 indented: 'properly', property
/third_party/skia/third_party/externals/angle2/doc/
DCodingStandard.md103 * namespaces: are not indented.
104 * extern code blocks: are not indented.

12345