Home
last modified time | relevance | path

Searched refs:continuation (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dconsole_printer.py94 continuation = '[...]'
104 maxLen -= len(continuation)
109 line = line[:maxLen] + continuation
116 caretLoc += len(continuation)
118 line = continuation + line[newBeginning:]
125 maxLen -= len(continuation)
126 caretLoc += len(continuation)
131 line = continuation + line[newBeginning:newEnd] + continuation
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dspirvcapgenerator.py187 continuation = ' +'
189 continuation = ''
194 body.append('{} {}{}'.format(indent, linktext, continuation))
/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
DAssertOk.h46 Continuation continuation) { in continueIfIsOk() argument
48 return !isOkStatus ? isOkStatus : continuation(); in continueIfIsOk()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dmarkup.adoc207 | Open | `--` | For <<markup-sample-section-bullet-lists,continuation blocks>> an…
208 | Open (alt.) | `----` | For continuation blocks inside reference pages. Must be preceded …
225 continuation block, use the markup:
289 Note that continuation blocks for list items longer than one paragraph
293 However, list continuation blocks should be followed by a `+` on a line by
307 The second paragraph is in a continuation block:
309 This is a continuation block containing the second paragraph,
312 Since it follows a continuation block, it must be separated by a blank
320 The second paragraph is in a continuation block:
322 This is a continuation block containing the second paragraph,
[all …]
Drevisions.adoc31 <<markup-blocks-nested-open, continuation blocks inside refpages>>
Dwriting.adoc911 This demonstrates how to create a continuation paragraph in a member
938 This demonstrates how to create a continuation paragraph in a member
959 It is usually best to append a continuation block following the first
/hardware/interfaces/gnss/1.1/
DIGnssMeasurementCallback.hal27 * a continuation of the table from 1.0/IGnssMeasurementCallback.hal.
/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/
DREADME136 a continuation that may or not be present.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc110 * Add reflow test for list continuation in VUs (internal MR 6177).
8928 * Fix styleguide bad markup of block continuation (public pull request