Searched refs:schema (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/compatibility_matrices/build/ |
D | vintf_compatibility_matrix.go | 44 Command: `$XmlLintCmd --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/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()
|
/hardware/interfaces/audio/common/all-versions/test/utility/src/ |
D | ValidateXml.cpp | 105 auto schema = make_xmlUnique(xmlSchemaParse(schemaParserCtxt.get())); in validateXml() local 106 if (schema == nullptr) { in validateXml() 119 auto schemaCtxt = make_xmlUnique(xmlSchemaNewValidCtxt(schema.get())); in validateXml()
|
/hardware/interfaces/dumpstate/1.1/ |
D | types.hal | 62 * descriptor of the native handle. The protobuf schema shall be defined by the vendor.
|
/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/ |
D | README.md | 7 …xmllint --xinclude --noout --schema ParameterFrameworkConfiguration.xsd /path/to/your/ParameterFra…
|
/hardware/google/av/media/sfplugin/ |
D | CCodecConfig.cpp | 1340 AString schema; in getReflectedFormat() local 1341 if (params->findString(KEY_TEMPORAL_LAYERING, &schema)) { in getReflectedFormat() 1347 if (sscanf(schema.c_str(), "webrtc.vp8.%u-layer%c", &numLayers, &dummy) == 1 in getReflectedFormat() 1367 } else if ((tags = sscanf(schema.c_str(), "android.generic.%u%c%u%c", in getReflectedFormat() 1374 ALOGD("Ignoring unsupported ts-schema [%s]", schema.c_str()); in getReflectedFormat()
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 648 * following schema: 1318 * encoded representation of the values. The ASN.1 schema used is the AuthorizationList schema
|
D | IKeymasterDevice.hal | 515 * 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
|
/hardware/qcom/msm8998/json-c/ |
D | Doxyfile | 842 # The XML_SCHEMA tag can be used to specify an XML schema,
|