Home
last modified time | relevance | path

Searched refs:schema (Results 1 – 25 of 32) sorted by relevance

12

/hardware/interfaces/compatibility_matrices/build/
Dvintf_compatibility_matrix.go44 Command: `$XmlLintCmd --quiet --schema $xsd $in > /dev/null && touch -a $out`,
102 …e) generateValidateBuildAction(ctx android.ModuleContext, path android.Path, schema android.Path) {
109 Implicit: schema,
111 "xsd": schema.String(),
140 schema := g.getSchema(ctx)
141 if !schema.Valid() {
147 g.generateValidateBuildAction(ctx, srcPath, schema.Path())
172 g.generateValidateBuildAction(ctx, g.genFile, schema.Path())
/hardware/interfaces/audio/7.0/config/
Dupdate_audio_policy_config.sh68 echo Validating the source against the $OLD_VERSION schema
71 …--schema ${ANDROID_BUILD_TOP}/${HAL_DIRECTORY}/${OLD_VERSION}/config/audio_policy_configuration.xs…
152 echo Validating the result against the $NEW_VERSION schema
155 …--schema ${ANDROID_BUILD_TOP}/${HAL_DIRECTORY}/${NEW_VERSION}/config/audio_policy_configuration.xs…
/hardware/interfaces/audio/policy/1.0/vts/functional/
DValidateEngineConfiguration.cpp29 static const std::string schema = variable
47 schema.c_str()); in TEST()
58 schema.c_str()) && in deviceUsesConfigurableEngine()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/vu-to-json/
Dextension.rb121 schema = IO.read(File.join(File.dirname(__FILE__), 'vu_schema.json'))
122 errors = JSON::Validator.fully_validate(schema, json, :errors_as_objects => true)
/hardware/interfaces/audio/common/all-versions/test/utility/src/
DValidateXml.cpp103 auto schema = make_xmlUnique(xmlSchemaParse(schemaParserCtxt.get())); in validateXml() local
104 if (schema == nullptr) { in validateXml()
118 auto schemaCtxt = make_xmlUnique(xmlSchemaNewValidCtxt(schema.get())); in validateXml()
/hardware/interfaces/bluetooth/audio/utils/
DAndroid.bp151 api_dir: "le_audio_codec_capabilities/schema",
159 api_dir: "hfp_codec_capabilities/schema",
185 …cmd: "$(location flatc) -I hardware/interfaces/bluetooth/audio/utils/ -b --schema -o $(genDir) $(i…
199 …cmd: "$(location flatc) -I hardware/interfaces/bluetooth/audio/utils/ -b --schema -o $(genDir) $(i…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/
DREADME.adoc32 ** This validates the XML files against the schema description; generates
50 For a detailed description of the schema, go to `..` and `make registry`,
91 * `registry.rnc` - RelaxNG compact schema for validating XML against the
92 schema.
113 * `validate` - validate `vk.xml` and `video.xml` against the schema.
171 hex constants in the header. Updated schema to match. Changed <ptype>
177 registry.rnc schema a bit.
200 Update documentation for changes to schema and generator scripts.
206 Move registry.txt (schema documentation) to the Vulkan spec source
/hardware/google/pixel/presubmit_tests/schemas/
DAndroid.bp5 "powerhint-schema.proto",
/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/config/
DREADME.md7 ## JSON schema
9 Each JSON file must be in a schema like the following example:
16 // (number) The version for the JSON schema.
/hardware/interfaces/security/rkp/aidl/android/hardware/security/keymint/
DDeviceInfoV2.cddl17 "version" : 2, ; The CDDL schema version.
DDeviceInfoV1.cddl16 "version" : 1, ; The CDDL schema version.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_pipeline_properties.adoc23 https://github.com/KhronosGroup/VulkanSC-Docs/wiki/JSON-schema[JSON schema]
/hardware/interfaces/audio/
DREADME.md32 - `config` — the XSD schema for the Audio Policy Manager
62 - `config` — the XSD schema for the Audio Effects configuration file.
/hardware/interfaces/bluetooth/audio/utils/le_audio_configuration_set/
Daudio_set_scenarios.fbs25 /// audio_set_configurations.fbs schema and loaded from a different source file.
/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DBluetoothLeAudioAseConfigurationSettingProvider.cpp793 for (auto [schema, content] : config_files) { in LoadContent()
794 if (!LoadConfigurationsFromFiles(schema, content, location)) return false; in LoadContent()
797 for (auto [schema, content] : scenario_files) { in LoadContent()
798 if (!LoadScenariosFromFiles(schema, content)) return false; in LoadContent()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
Dregistry.adoc38 This document describes the Khronos Vulkan API Registry schema, and provides
54 An XML schema and validator target are included.
56 The schema is based on, but not identical to that used for the previously
70 The XML schema is not pure XML all the way down.
86 schema (`registry.rnc`), and comments in the Registry (`vk.xml`) itself to
143 * `validate` - validate `vk.xml` against the XML schema.
207 [[schema]] anchor
213 This description corresponds to a formal Relax NG schema file,
216 At present the only registry in this schema is the core Vulkan API registry,
220 [[schema:profile]]
[all …]
DChangeLogSC.adoc29 * Fix multiple JSON parser and schema issues (!331)
DBUILD.adoc108 XML Registry schema document::
122 A validated schema for the output of this is stored in
DChangeLog.adoc556 * Remove explicit `optional="false"` syntax from the XML schema for
562 * Update registry schema document with a current example of `externsync`
614 registry documentation and schema (internal merge request 5951).
1047 registry schema, and style guide documents (public issue 2069).
1172 Several needed XML schema changes are introduced in this update which may
1178 * Introduce a new `depends` attribute to the XML schema, replacing the
1202 now that the new `depends` schema supports that (internal merge request
1204 * Add a new `deprecated` attribute to several tags in XML schema which
1528 * Update the registry schema document to describe all allowed command
2259 registry schema document to help clarify how the `alias` XML attribute
[all …]
/hardware/interfaces/dumpstate/1.1/
Dtypes.hal62 * descriptor of the native handle. The protobuf schema shall be defined by the vendor.
/hardware/interfaces/security/rkp/
DCHANGELOG.md35 * The schema for the CSR itself has been significantly simplified, please see
/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/
DREADME.md7 …xmllint --xinclude --noout --schema ParameterFrameworkConfiguration.xsd /path/to/your/ParameterFra…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Drevisions.adoc34 reference the normative references section for the registry schema
/hardware/interfaces/keymaster/4.0/
Dtypes.hal648 * following schema:
1318 * encoded representation of the values. The ASN.1 schema used is the AuthorizationList schema
DIKeymasterDevice.hal515 * ASN.1 format, specified by the following schema:
539 * AuthorizationList schema.
682 * 1.3.6.1.4.1.11129.2.1.17 and value according to the KeyDescription schema defined as:
759 * The above schema is mostly a straightforward translation of the IKeymasterDevice tag/value

12