Searched refs:schema (Results 1 – 5 of 5) sorted by relevance
105 auto schema = make_xmlUnique(xmlSchemaParse(schemaParserCtxt.get())); in validateXml() local106 if (schema == nullptr) { in validateXml()119 auto schemaCtxt = make_xmlUnique(xmlSchemaNewValidCtxt(schema.get())); in validateXml()
1340 AString schema; in getReflectedFormat() local1341 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()
648 * following schema:1318 * encoded representation of the values. The ASN.1 schema used is the AuthorizationList schema
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
842 # The XML_SCHEMA tag can be used to specify an XML schema,