Home
last modified time | relevance | path

Searched refs:nested (Results 1 – 25 of 29) sorted by relevance

12

/hardware/interfaces/automotive/can/1.0/default/libnl++/
DMessageFactory.cpp47 void MessageFactoryBase::closeNested(nlmsghdr* msg, nlattr* nested) { in closeNested() argument
48 if (nested == nullptr) return; in closeNested()
49 nested->nla_len = uintptr_t(tail(msg)) - uintptr_t(nested); in closeNested()
/hardware/google/gfxstream/docs/
Ddeqp.md40 ./scripts/build-nested-vulkan-loader.sh
/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
DMessageFactory.h33 static void closeNested(nlmsghdr* msg, nlattr* nested);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
DREADME.adoc53 * `open_listing_block.rb` - allow '----' as a nested open block delimiter when tagged by '[open]'
Dkhronos.css224 ul li ul, ul li ol { margin-left: 1.25em; margin-bottom: 0; font-size: 1em; /* Override nested font…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_video_queue.adoc83 ** Eliminate nested pointer in `VkVideoSessionMemoryRequirementsKHR`
Dmemorymodel.adoc692 The memory domains are nested in the order listed above,
696 with memory domains later in the list nested in the domains earlier in the
700 in the list, and is nested according to that location.
Dglossary.adoc1175 A nested command buffer is a secondary command buffer that is executed
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.t126 * FastMessageQueue can only pass HIDL-defined types that do not involve nested
254 * FastMessageQueue can only pass HIDL-defined types that do not involve nested
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Drevisions.adoc14 <<sample-writing-explicit-vu, not use nested bullet points or other
31 <<markup-blocks-nested-open, continuation blocks inside refpages>>
147 * 2019-09-09 - Define markup for nested structure members in the
Dmarkup.adoc127 API Specification>>, nested one level inside a chapter.
128 Sections can be nested up to level 5, although not all levels are included
220 [[markup-blocks-nested-open]]
311 ** This is a nested list item for the second item.
324 ** This is a nested list item for the second item.
338 ** This is a nested list item for the second item.
349 ** This is a nested list item for the second item.
745 When a nested member within the compound name is referred to, use normal C
Dwriting.adoc867 section headers, as asciidoctor cannot render such nested content correctly.
1090 A valid usage statement may used nested bullet lists or other asciidoc
Dextensions.adoc705 Instead, expand the complex conditional into nested simpler ones:
/hardware/google/gfxstream/codegen/magma/
DREADME.md5 However, as emugen does not have the ability to generate binding code for nested
/hardware/interfaces/neuralnetworks/utils/
DREADME.md49 (i.e., not as a nested class) or used in a subsequent version of the NN HAL. Prefer using `convert`
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
DVK_EXT_debug_marker.adoc143 grouped together, and they can be nested to create a hierarchy.
Dcmdbuffers.adoc3191 [[commandbuffers-nested]]
3195 buffers, an implementation may: support <<glossary, nested command
3199 is enabled, the implementation supports <<glossary, nested command
3241 This requirement applies recursively, down to the most nested command buffer
Dfundamentals.adoc1222 [[fundamentals-validusage-nested-structs]]
Dfeatures.adoc6202 …DeviceNestedCommandBufferFeaturesEXT',desc='Structure describing whether nested command buffers ar…
6212 implementation supports nested command buffers, which allows <<glossary,
6222 implementation supports nested command buffers with command buffers that
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/
Dregistry.rnc118 # '1' to indicate it is just a pointer (used for nested pointers),
321 # '1' to indicate it is just a pointer (used for nested pointers),
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/
Drender-a11y-string.mjs166 // I think we might be able to drop the nested arrays, which would make
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
Dregistry.adoc564 to indicate it is just a pointer (used for nested pointers); or an
689 * tag:type - nested type tags contain other type names which are required
1144 to indicate it is just a pointer (used for nested pointers); or an
2276 dependencies on other types by adding nested tag:type tags.
2572 Add (if not present) a nested tag:require block labelled
2638 command) puts `VkInstanceCreateInfo` in nested tag:type tags where it is
2644 Go to the tag:types tag and search for the nested block labelled
2688 to enclose those type names in nested tag:type tags, as shown above.
2711 nested tag:type tags where it is used.
DChangeLog.adoc515 * Add test cases to CI for nested lists and math blocks in VU statements,
551 plain text, such as nested bullets or blocks (internal merge request
758 * Replace `~~~~` delimiter for nested open/source blocks with `----`,
3436 * Remove redundant nested VK_VERSION_1_1 conditional markup from the
4069 consistent by replacing the nested structure descriptions with a simple
5845 * Fix link markup in <<ray-traversal, Ray Traversal>> chapter, nested link
6945 * Use consistent markup for nested access (members, array references,
7128 * Remove unsupported nested links inside table captions (public pull
8203 * Remove nested conditionals in valid usage statements for
8277 * Detect nested bullet points in valid usage blocks and warn about them
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.mjs9439 * columns delimited by &, and create a nested list in row-major order
12275 // Write a single TextNode instead of multiple nested tags.
12609 // manually. Handle nested size changes.
12617 // This is a nested size change: e.g., inner[i] is the "b" in
12661 …ee.MathNode("mstyle", inner); // TODO(emily): This doesn't produce the correct size for nested size
13669 * which can be `set` either globally or local to a nested group, using an
13698 * Start a new nested group, affecting future local `set`s.
13706 * End current nested group, restoring values before the group began.
16337 let nested = 0; // allow nested braces in raw string group
16342 while ((nextToken = this.fetch()).text !== groupEnd || raw && nested > 0) {
[all …]
Dkatex.js16704 var nested = 0; // allow nested braces in raw string group
16709 while ((nextToken = this.fetch()).text !== groupEnd || raw && nested > 0) {
16715 nested++;
16719 nested--;

12