Home
last modified time | relevance | path

Searched refs:spaces (Results 1 – 25 of 27) sorted by relevance

12

/device/generic/vulkan-cereal/protocols/vulkan/scripts/spec_tools/
Dconsole_printer.py52 spaces = ' ' * (width - len(data))
53 fields.append(data + spaces)
136 spaces = ' ' * caretLoc
138 print(spaces + colored('^' + tildes, 'green'))
140 print(spaces + colored(replacement, 'green'))
/device/generic/vulkan-cereal/protocols/vulkan/xml/spec_tools/
Dconsole_printer.py52 spaces = ' ' * (width - len(data))
53 fields.append(data + spaces)
136 spaces = ' ' * caretLoc
138 print(spaces + colored('^' + tildes, 'green'))
140 print(spaces + colored(replacement, 'green'))
/device/generic/vulkan-cereal/third-party/angle/doc/
DCodingStandard.md98 * {DO} use only spaces. No tab characters. Configure your editor to emit
99 spaces when you hit the TAB-key.
100 * {DEV} indent 4 spaces at a time.
101 * conditionals: place space outside the parenthesis. No spaces inside.
103 * class format(eg private, public, protected): indent by 2 spaces. Regular
DOrientation.md29 finish. **Important**: set indent style to spaces, not tabs!
/device/generic/vulkan-cereal/protocols/vulkan/appendices/
DVK_EXT_swapchain_colorspace.txt25 color spaces?
28 spaces really want / need floating point color components to be useful).
DVK_KHR_external_memory.txt101 transitioning memory between address spaces and other APIs, instances, or
Dglossary.txt200 The intersection of the view volume with all clip half-spaces.
313 The intersection of the view volume with all cull half-spaces.
DVK_KHR_swapchain.txt295 provide support for more color spaces.
/device/generic/vulkan-cereal/third-party/angle/scripts/
Dgenerate_new_renderer.py129 spaces = ' ' * len(typed_impl)
130 function_signature = re.sub(r'\n ', '\n' + spaces, function_signature)
/device/amlogic/yukawa/hal/audio/
Dspeaker_eq_sei610.fir8 # Each FIR coefficient is specified on one line (no leading spaces).
/device/generic/goldfish-opengl/
DGNUmakefile30 $(info,The source installation path contains spaces: '$(_BUILD_ROOT)')
/device/generic/vulkan-cereal/third-party/angle/
D.clang-format9 # Indent 4 spaces at a time.
/device/generic/vulkan-cereal/third-party/angle/tools/flex-bison/third_party/skeletons/
Dc-like.m422 # Put TEXT in comment. Avoid trailing spaces: don't indent empty lines.
/device/generic/vulkan-cereal/protocols/vulkan/chapters/
Dvertexpostproc.txt21 * Primitive clipping, including client-defined half-spaces (see
656 half-spaces.
660 half-spaces (if no client-defined cull half-spaces are enabled, culling
672 half-spaces with the view volume (if no client-defined clip half-spaces are
691 The number of client-defined clip and cull half-spaces that are enabled is
780 Primitives rendered with user-defined half-spaces must: satisfy a
784 specified clip distances, if multiple half-spaces are enabled).
/device/generic/vulkan-cereal/protocols/vulkan/style/
Dmarkup.txt71 with a lowercased version of the section name following, with spaces
113 first column of each line (leading spaces are often semantically meaningful
250 * Lists should have text indented by 4 spaces and the list item delimiter
251 (e.g. one or more asterisks, for bullet lists) indented by two spaces.
260 * Indent bullet lists two spaces (to the bullet), 4 spaces (to the text,
Dwriting.txt556 …t{for }` | `\text{for}\ ` | Text ending in spaces is unpredictable - favour escaped spac…
/device/generic/vulkan-cereal/protocols/vulkan/out/katex/
Dkatex.js2152 var spaces = null;
2155 spaces = spaces || [];
2156 spaces.push(groups[i]);
2159 } else if (spaces) {
2163 buildCommon.prependChildren(groups[i], spaces);
2164 spaces = null;
2167 if (spaces) {
2168 Array.prototype.push.apply(groups, spaces);
/device/google/redbull/json-c/
DDoxyfile11 # Values that contain spaces should be placed between quotes (" ")
170 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
171 # Doxygen uses this value to replace tabs by spaces in code fragments.
418 # with spaces.
950 # or name=definition (no spaces). If the definition and the = are
/device/google/coral/json-c/
DDoxyfile11 # Values that contain spaces should be placed between quotes (" ")
170 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
171 # Doxygen uses this value to replace tabs by spaces in code fragments.
418 # with spaces.
950 # or name=definition (no spaces). If the definition and the = are
/device/google/sunfish/json-c/
DDoxyfile11 # Values that contain spaces should be placed between quotes (" ")
170 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
171 # Doxygen uses this value to replace tabs by spaces in code fragments.
418 # with spaces.
950 # or name=definition (no spaces). If the definition and the = are
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DOutputHLSL.cpp494 for (int spaces = 0; spaces < indent; spaces++) in structInitializerString() local
/device/generic/vulkan-cereal/third-party/angle/tools/flex-bison/third_party/m4sugar/
Dm4sugar.m42293 # quoted with [ and ]. Beginning spaces and end spaces *are kept*.
2355 # If STRING contains end of lines, replace them with spaces. If there
2375 # Expands into STRING with tabs and spaces singled out into a single
2376 # space, and removing leading and trailing spaces.
2389 # leading/trailing spaces. Why not just `[^ ]'? Because they are
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_KHR_surface/
Dwsi.txt948 supported color spaces of a presentation engine, are:
989 This is intended to allow applications to supply data for color spaces
1029 the following color spaces:
/device/generic/vulkan-cereal/protocols/vulkan/katex/
Dkatex.mjs1083 * with spaces, we also remove empty classes.
6179 * Describes spaces between different classes of atoms.
6436 // Before determining what spaces to insert, perform bin cancellation.
6488 } // Ignore explicit spaces (e.g., \;, \,) when determining what implicit
9001 // Empty delimiters in \left and \right make null delimiter spaces.
13339 // CSS-based MathML spaces (\nobreak, \allowbreak) are ignored
13594 `|${controlWordWhitespaceRegexString}` + // \macroName + spaces
14795 this.consumeSpaces(); // ignore spaces before each argument
15858 // Ignore spaces in math mode
15966 … false, Parser.SUPSUB_GREEDINESS, undefined, undefined, true); // ignore spaces before sup/subscri…
[all …]
Dkatex.js13890 "|" + controlWordWhitespaceRegexString) + ( // \macroName + spaces

12