Home
last modified time | relevance | path

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

/frameworks/base/services/core/xsd/
DAndroid.bp13 api_dir: "schema",
20 api_dir: "platform-compat/config/schema",
27 api_dir: "platform-compat/overrides/schema",
35 api_dir: "display-device-config/schema",
42 api_dir: "display-layout-config/schema",
50 api_dir: "device-state-config/schema",
/frameworks/proto_logging/stats/atoms/appsearch/
Dappsearch_extension_atoms.proto43 * Logs detailed stats for setting schema in AppSearch.
72 // Overall time used for setting schema including the binder latency
75 // Number of newly added schema types
78 // Number of deleted schema types
81 // Number of compatible schema type changes
84 // Number of index-incompatible schema type changes
87 // Number of backwards-incompatible schema type changes
102 // Time used for the rewrite schema to proto.
120 /** Time used for the get old schema. */
136 * Logs detailed stats for schema migration in AppSearch.
[all …]
/frameworks/base/core/xsd/
DAndroid.bp13 api_dir: "schema",
20 api_dir: "vibrator/vibration/schema",
/frameworks/base/omapi/aidl/vts/functional/config/
DAndroid.bp24 api_dir: "schema",
/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/proto_logging/stats/atoms/wear/prototiles/
Dprototiles_extension_atoms.proto68 * This atom captures the tile schema version when the tile get rendered for the
73 // Layout schema version used by the tile.
/frameworks/base/tools/protologtool/
DREADME.md57 it writes a viewer configuration file with following schema:
/frameworks/base/packages/SystemUI/docs/device-entry/
Dquickaffordance.md36 …e `KeyguardQuickAffordanceProviderContract` file defines the content provider schema for consumers.
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1782 AString schema; in getReflectedFormat() local
1783 if (params->findString(KEY_TEMPORAL_LAYERING, &schema)) { in getReflectedFormat()
1789 if (sscanf(schema.c_str(), "webrtc.vp8.%u-layer%c", &numLayers, &dummy) == 1 in getReflectedFormat()
1809 } else if ((tags = sscanf(schema.c_str(), "android.generic.%u%c%u%c", in getReflectedFormat()
1816 ALOGD("Ignoring unsupported ts-schema [%s]", schema.c_str()); in getReflectedFormat()
/frameworks/base/core/java/android/text/
DHtml.java209 private static final HTMLSchema schema = new HTMLSchema(); field in Html.HtmlParser
235 parser.setProperty(Parser.schemaProperty, HtmlParser.schema); in fromHtml()
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jar ... ) } org/ccil/cowan/tagsoup/Schema.class Schema.java package org.ccil. ...
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/proto_logging/stats/
Datoms.proto7341 * Logs when MediaProvider has finished upgrading or downgrading its database schema.
7355 // Duration of schema change, normalized per file
13514 // Time used to read and process the schema and namespaces.
13538 // Time used to recover the schema store.
13548 // Number of schema types currently in the schema store.
13613 // Number of schema types filtered.
13837 // Size of the schema store in bytes. Will be set to -1 if an IO error is
13841 // Total number of schema types.
13907 // Storage information of the schema store.
/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
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt23706 field public static final String KEY_TEMPORAL_LAYERING = "ts-schema";
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt55470 Landroid/text/Html$HtmlParser;->schema:Lorg/ccil/cowan/tagsoup/HTMLSchema;