Home
last modified time | relevance | path

Searched full:documents (Results 1 – 25 of 50) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/
Dbuild-index.js18 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;
Dlunr.js20 * 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 …]
DREADME.adoc21 * generate-index.rb - generate an index of the HTML documents
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DREADME.adoc22 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
DLICENSE.adoc18 ** For specification source documents
DBUILD.adoc19 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/
Dintroduction.adoc19 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
Dmisc.adoc8 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.
Dmarkup.adoc15 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/
Dindex.adoc12 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.yml2 documents: 'src/**/*.{graphql,js,ts,jsx,tsx}'
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/chapters/
Dpreamble.adoc5 // into the output documents generated by Khronos. This file itself is under
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dpreamble.adoc5 // into the output documents generated by Khronos. This file itself is under
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/antora/modules/proposals/pages/
Dindex.adoc6 These documents describe the Vulkan Roadmap, the Vulkan 2022 Profile
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_filter_cubic.adoc27 It documents cubic filtering of other image view types.
Dextensions.adoc28 The remainder of this appendix documents a set of extensions chosen when
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
DREADME.adoc50 * `loadable_html.rb` - add some status messages for slow-loading documents
Dattribs.adoc113 // used to generate links to separate extension proposal documents in
DmakeSubmit.py19 # outDir - where to generate intermediate and final documents
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dvkconventions.py182 there are multiple documents involved.
290 there are multiple documents involved.
Dcheck_html_xrefs.py24 other asciidoctor documents. Returns a list of [ anchor, title ].
DREADME.adoc44 pages from specification source into single-page source documents, and
/hardware/interfaces/identity/support/tests/
DIdentityCredentialSupportTest.cpp591 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/
DVK_EXT_opacity_micromap.adoc84 All of the issues are in the spec documents.
Dtemplate.adoc16 Proposal documents are standalone and do not use the attributes and extensions associated with the …

12