/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/json/ |
D | vkpcc.json | 2 "$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/ |
D | config_schema.json | 5 "$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/ |
D | json_validate.py | 9 # 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
|
D | schema_generator.py | 9 # 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/ |
D | W3cXmlAttributes.xsd | 2 <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 <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 …]
|
D | SystemClass.xsd | 2 <!--W3C Schema generated by XMLSpy v2007 (http://www.altova.com)--> 3 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> 17 </xs:schema>
|
D | README.md | 7 …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
|
D | Subsystem.xsd | 2 <!--W3C Schema generated by XMLSpy v2007 (http://www.altova.com)--> 3 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> 32 </xs:schema>
|
D | ParameterFrameworkConfiguration.xsd | 2 <!--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>
|
D | ComponentLibrary.xsd | 2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> 15 </xs:schema>
|
D | FileIncluder.xsd | 3 <xs:schema xmlns:html="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema" e… 15 </xs:schema>
|
D | ComponentTypeSet.xsd | 2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> 39 </xs:schema>
|
D | ConfigurableDomains.xsd | 2 <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/ |
D | extension.rb | 17 '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…
|
D | vu_schema.json | 2 "$schema": "http://json-schema.org/draft-04/schema#", 11 "schema version": {"type": "integer", "const": 3}, 17 "schema version",
|
/hardware/interfaces/audio/7.0/config/ |
D | update_audio_policy_config.sh | 21 # 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/ |
D | vintf_compatibility_matrix.go | 44 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/ |
D | README.adoc | 32 ** 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.yml | 1 schema: 'schema.graphql'
|
/hardware/interfaces/audio/policy/1.0/vts/functional/ |
D | ValidateEngineConfiguration.cpp | 29 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/ |
D | hfp_codec_capabilities.xsd | 1 <!-- HFP Offload Codec Capability Schema --> 2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> 51 </xs:schema>
|
/hardware/interfaces/bluetooth/audio/utils/ |
D | Android.bp | 151 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/ |
D | ValidateXml.cpp | 98 "\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/ |
D | le_audio_codec_capabilities.xsd | 1 <!-- 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/ |
D | README.md | 7 ## JSON schema 9 Each JSON file must be in a schema like the following example: 16 // (number) The version for the JSON schema.
|