Home
last modified time | relevance | path

Searched full:schema (Results 1 – 25 of 91) sorted by relevance

1234

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/json/
Dvkpcc.json2 "$schema": "http://json-schema.org/draft-04/schema#",
3 "id": "https://schema.khronos.org/vulkan/vkpcc.json#",
4 "title": "JSON schema for Vulkan pipeline state",
5 "description": "Schema for representing Vulkan pipeline state for use with the offline Pipeline Cac…
19 …"Renderpass": {"$ref": "https://schema.khronos.org/vulkan/vk.json#/definitions/VkRenderPassCreateI…
20 …"Renderpass2": {"$ref": "https://schema.khronos.org/vulkan/vk.json#/definitions/VkRenderPassCreate…
21 …s": {"type": "object", "patternProperties": {"^\\w+$": {"$ref": "https://schema.khronos.org/vulkan…
22 …s": {"type": "object", "patternProperties": {"^\\w+$": {"$ref": "https://schema.khronos.org/vulkan…
23 …s": {"type": "object", "patternProperties": {"^\\w+$": {"$ref": "https://schema.khronos.org/vulkan…
24 …"PipelineLayout": {"$ref": "https://schema.khronos.org/vulkan/vk.json#/definitions/VkPipelineLayou…
[all …]
/hardware/google/pixel/thermal/utils/
Dconfig_schema.json5 "$schema":"http://json-schema.org/draft-07/schema#",
8 "title":"The Root Schema",
16 "title":"The Sensors Schema",
20 "title":"The Items Schema",
32 "title":"The Name Schema",
42 "title":"The Type Schema",
52 …"title":"The hot threshold Schema, values are thresholds from ThrottlingSeverity::NONE to Throttli…
62 "title":"The Items Schema",
79 …"title":"The hot hysteresis Schema, values are thresholds from ThrottlingSeverity::NONE to Throttl…
88 "title":"The Items Schema",
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Djson_validate.py9 # This script validates a json pipeline file against the schema files.
32 # Exit with error if json or schema files do not exist
54 # Ensure that the generated vk.json schema is a valid schema
61 # Ensure that vkpcc.json is also a valid schema
64 print(vkpcc_schema_filename, "schema is valid")
66 print(vkpcc_schema_filename, "schema error: " + str(e))
68 # Construct a schema validator object from the two schema files
Dschema_generator.py9 # This script generates a full schema definition from the vk.xml.
19 \"$schema\": \"http://json-schema.org/draft-04/schema#\", \n\
20 \"id\": \"https://schema.khronos.org/vulkan/vk.json#\",\n\
21 \"title\": \"JSON schema for Vulkan SC\",\n\
22 \"description\": \"Schema for representing entire vk.xml as a schema.\",\n\
29 \"$schema\": {\"type\": \"string\", \"format\": \"uri\"},\n\
132 # Write schema header
216 …# This is however not possible to be represented in the schema. So, the plan is to not repres…
/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/
DW3cXmlAttributes.xsd2 <xs:schema targetNamespace="http://www.w3.org/XML/1998/namespace" xmlns:xs="http://www.w3.org/2001/…
9 This schema document describes the XML namespace, in a form
10 suitable for import by other schema documents.
55 <xs:documentation>This schema defines attributes and an attribute group
60 To enable this, such a schema must import this schema
62 &lt;schema . . .>
74 will define a type which will schema-validate an instance
79 <xs:documentation>In keeping with the XML Schema WG's standard versioning
80 policy, this schema document will persist at
84 The schema document at that URI may however change in the future,
[all …]
DSystemClass.xsd2 <!--W3C Schema generated by XMLSpy v2007 (http://www.altova.com)-->
3 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
17 </xs:schema>
DREADME.md7 …xmllint --xinclude --noout --schema ParameterFrameworkConfiguration.xsd /path/to/your/ParameterFra…
20 Schema for the **top-level configuration**. It contains:
46 Schema for the **SystemClass associated with the top-level configuration**. It
56 Schema for all **Subsystem files** (aka Structure files). These files describe the
81 Schema for the ConfigurableDomains (aka Settings files). These files contain
DSubsystem.xsd2 <!--W3C Schema generated by XMLSpy v2007 (http://www.altova.com)-->
3 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
32 </xs:schema>
DParameterFrameworkConfiguration.xsd2 <!--W3C Schema generated by XMLSpy v2011 sp1 (http://www.altova.com)-->
3 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
40 </xs:schema>
DComponentLibrary.xsd2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
15 </xs:schema>
DFileIncluder.xsd3 <xs:schema xmlns:html="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema" e…
15 </xs:schema>
DComponentTypeSet.xsd2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
39 </xs:schema>
DConfigurableDomains.xsd2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
37 </xs:schema>
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/vu-to-json/
Dextension.rb17 'schema version' => 2,
81 # For legacy schema reasons, put everything in "core" entry section
116 # Verify the json against the schema, if the required gem is installed
118 require 'json-schema'
120 # Read the schema in and validate against it
121 schema = IO.read(File.join(File.dirname(__FILE__), 'vu_schema.json'))
122 errors = JSON::Validator.fully_validate(schema, json, :errors_as_objects => true)
127 puts 'VU Extraction JSON Validator: ERROR - Validation of the json schema failed'
138 …puts 'VU Extraction JSON Validator: WARNING - "json-schema" gem missing - skipping verification of…
Dvu_schema.json2 "$schema": "http://json-schema.org/draft-04/schema#",
11 "schema version": {"type": "integer", "const": 3},
17 "schema version",
/hardware/interfaces/audio/7.0/config/
Dupdate_audio_policy_config.sh21 # Since the XML Schema Definition standard only allows space to be
29 # types in the XSD schema only. This allows for verifying all the values
30 # in lists, but in order to comply with XML Schema requirements
46 echo "to the format required by V7.0 XSD schema from a previous"
52 echo " OLD_VERSION specifies the version of schema currently used"
66 # First, validate the input using the schema of the current version
68 echo Validating the source against the $OLD_VERSION schema
71 …--schema ${ANDROID_BUILD_TOP}/${HAL_DIRECTORY}/${OLD_VERSION}/config/audio_policy_configuration.xs…
150 # Validate the results against the new schema
152 echo Validating the result against the $NEW_VERSION schema
[all …]
/hardware/interfaces/compatibility_matrices/build/
Dvintf_compatibility_matrix.go44 Command: `$XmlLintCmd --quiet --schema $xsd $in > /dev/null && touch -a $out`,
50 schemaTag = dependencyTag{name: "matrix-schema"}
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/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/gfxstream/guest/mesa/
D.graphqlrc.yml1 schema: 'schema.graphql'
/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()
112 // schema validation successfully, otherwise it is not forth going on running validation... in TEST()
115 // If second round fails, it means parameter-framework cannot validate schema in TEST()
/hardware/interfaces/bluetooth/audio/utils/hfp_codec_capabilities/
Dhfp_codec_capabilities.xsd1 <!-- HFP Offload Codec Capability Schema -->
2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
51 </xs:schema>
/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/interfaces/audio/common/all-versions/test/utility/src/
DValidateXml.cpp98 "\n Which is: " + xmlFilePath + "\nAgainst the schema: " + xsdFilePathExpr + in validateXml()
103 auto schema = make_xmlUnique(xmlSchemaParse(schemaParserCtxt.get())); in validateXml() local
104 if (schema == nullptr) { in validateXml()
105 return ::testing::AssertionFailure() << "Failed to parse schema (xsd)\n" << context(); in validateXml()
118 auto schemaCtxt = make_xmlUnique(xmlSchemaNewValidCtxt(schema.get())); in validateXml()
/hardware/interfaces/bluetooth/audio/utils/le_audio_codec_capabilities/
Dle_audio_codec_capabilities.xsd1 <!-- LE Audio Offload Codec Capability Schema -->
2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
77 </xs:schema>
/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.

1234