Home
last modified time | relevance | path

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

/frameworks/base/core/xsd/
DAndroid.bp4 api_dir: "schema",
/frameworks/base/services/core/xsd/
DAndroid.bp4 api_dir: "schema",
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/
DREADME.md8 The schema for the datasets is described in `benchmarks.proto`.
/frameworks/base/core/proto/android/service/
Drestricted_image.proto55 // Metadata about the image. Typically this has another proto schema,
/frameworks/av/drm/mediacas/plugins/clearkey/protos/
Dlicense_protos.proto58 // Note: In the previous implementation, the schema accommodated multiple
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1351 AString schema; in getReflectedFormat() local
1352 if (params->findString(KEY_TEMPORAL_LAYERING, &schema)) { in getReflectedFormat()
1358 if (sscanf(schema.c_str(), "webrtc.vp8.%u-layer%c", &numLayers, &dummy) == 1 in getReflectedFormat()
1378 } else if ((tags = sscanf(schema.c_str(), "android.generic.%u%c%u%c", in getReflectedFormat()
1385 ALOGD("Ignoring unsupported ts-schema [%s]", schema.c_str()); in getReflectedFormat()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dapi.proto66 // The versioning schema uses [semantic
Dfield_mask.proto170 // Note that in the presence of schema evolution, this may mean that
/frameworks/base/core/java/android/text/
DHtml.java206 private static final HTMLSchema schema = new HTMLSchema(); field in Html.HtmlParser
232 parser.setProperty(Parser.schemaProperty, HtmlParser.schema); in fromHtml()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt59 unstable across different builds with schema changes due to unknown fields.
551 Descriptor objects (which describe the protobuf schema and allow
/frameworks/wilhelm/doc/
DDoxyfile1253 # The XML_SCHEMA tag can be used to specify an XML schema,
/frameworks/native/docs/
DDoxyfile1511 # The XML_SCHEMA tag can be used to specify an XML schema,
/frameworks/av/media/libaaudio/
DDoxyfile1801 # The XML_SCHEMA tag can be used to specify a XML schema, which can be used by a
DDoxyfile.orig1792 # The XML_SCHEMA tag can be used to specify a XML schema, which can be used by a
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14981 field public static final java.lang.String KEY_TEMPORAL_LAYERING = "ts-schema";
58791 ….lang.String APACHE_SCHEMA_VALIDATION_FEATURE = "http://apache.org/xml/features/validation/schema";
/frameworks/base/api/
Dcurrent.txt25113 field public static final String KEY_TEMPORAL_LAYERING = "ts-schema";
78171 …final String APACHE_SCHEMA_VALIDATION_FEATURE = "http://apache.org/xml/features/validation/schema";
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt75157 Landroid/text/Html$HtmlParser;->schema:Lorg/ccil/cowan/tagsoup/HTMLSchema;