Searched full:documents (Results 1 – 25 of 50) sorted by relevance
12
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/ |
D | build-index.js | 18 var documents = JSON.parse(buffer.join('')) 25 documents.forEach(function (doc) { 34 for(var i=0; i < documents.length; i++) { 35 searchlookup[documents[i].id] = documents[i].title;
|
D | lunr.js | 20 * All documents _must_ be added within the passed config function. 28 * documents.forEach(function (doc) { 317 * @param {number} documentCount - The total number of documents. 473 * tokens in documents entering the search index and queries being ran against 739 * A vector is used to construct the vector space of documents and queries. These 740 * vectors support operations to determine the similarity between two documents or 1834 * An index contains the built index of all documents and provides a query interface 1873 * and will be combined with OR, e.g `hello world` will match documents that contain either 'hello' 1878 * wildcards will increase the number of documents that will be found but can also have a negative 1881 * Terms can be restricted to specific fields, e.g. `title:hello`, only documents with the term [all …]
|
D | README.adoc | 21 * generate-index.rb - generate an index of the HTML documents
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | README.adoc | 22 BUILD.adoc Documents how to build the specifications and reference pages 32 proposals/ Design documents for extensions 35 gen/out/ Default directory for the generated documents 47 `asciidoctor` and related toolchain components to generate output documents. 57 specification and reference page documents are generated from descriptions
|
D | LICENSE.adoc | 18 ** For specification source documents
|
D | BUILD.adoc | 19 It documents how to set up your build environment, build steps and targets, 96 These targets generate a variety of output documents in the directory 309 token, or enum name, so the documents are semantically tagged and more 422 This image is used to build Specification output documents or other Makefile
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | introduction.adoc | 19 across all of our source and output documents. 83 Specification toolchain, and the high complexity of the documents and 90 document, which concentrates solely on source documents. 97 Normative references are references to external documents or resources to
|
D | misc.adoc | 8 Images used in the Vulkan documents must be kept in the directory `images/` 20 output documents, and must not be scaled with asciidoctor options. 69 can be used in other documents.
|
D | markup.adoc | 15 The asciidoctor source for the Vulkan Specification and related documents is 178 compromising the output documents. 246 for PDF outputs, but does not work well with long HTML documents since it 613 the source documents. 849 are defined in the documents, as well as being added to the formal Glossary 985 documents, via asciidoctor conditionals. 1020 documents, via asciidoctor conditionals.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/antora/modules/ROOT/pages/ |
D | index.adoc | 12 Vulkan documents including specifications, guides, tutorials and samples 14 across documents to help navigate quickly to the information you need
|
/hardware/google/gfxstream/guest/mesa/ |
D | .graphqlrc.yml | 2 documents: 'src/**/*.{graphql,js,ts,jsx,tsx}'
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/chapters/ |
D | preamble.adoc | 5 // into the output documents generated by Khronos. This file itself is under
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | preamble.adoc | 5 // into the output documents generated by Khronos. This file itself is under
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/antora/modules/proposals/pages/ |
D | index.adoc | 6 These documents describe the Vulkan Roadmap, the Vulkan 2022 Profile
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_filter_cubic.adoc | 27 It documents cubic filtering of other image view types.
|
D | extensions.adoc | 28 The remainder of this appendix documents a set of extensions chosen when
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/ |
D | README.adoc | 50 * `loadable_html.rb` - add some status messages for slow-loading documents
|
D | attribs.adoc | 113 // used to generate links to separate extension proposal documents in
|
D | makeSubmit.py | 19 # outDir - where to generate intermediate and final documents
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | vkconventions.py | 182 there are multiple documents involved. 290 there are multiple documents involved.
|
D | check_html_xrefs.py | 24 other asciidoctor documents. Returns a list of [ anchor, title ].
|
D | README.adoc | 44 pages from specification source into single-page source documents, and
|
/hardware/interfaces/identity/support/tests/ |
D | IdentityCredentialSupportTest.cpp | 591 const cppbor::Array* documents = findArrayValueForTstr(deviceResponse, "documents"); in TEST() local 592 ASSERT_NE(documents, nullptr); in TEST() 593 ASSERT_EQ(documents->size(), 1); in TEST() 594 const cppbor::Map* document = ((*documents)[0])->asMap(); in TEST()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_opacity_micromap.adoc | 84 All of the issues are in the spec documents.
|
D | template.adoc | 16 Proposal documents are standalone and do not use the attributes and extensions associated with the …
|
12