Home
last modified time | relevance | path

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

/frameworks/base/services/core/xsd/
DAndroid.bp13 api_dir: "schema",
21 api_dir: "platform-compat/config/schema",
28 api_dir: "platform-compat/overrides/schema",
36 api_dir: "display-device-config/schema",
43 api_dir: "display-layout-config/schema",
50 api_dir: "device-state-config/schema",
/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DGetSchemaResponse.java94 public Builder addSchema(@NonNull AppSearchSchema schema) { in addSchema() argument
95 Objects.requireNonNull(schema); in addSchema()
97 mSchemaBundles.add(schema.getBundle()); in addSchema()
DSearchSpec.java288 for (String schema : schemas) { in getProjections()
289 typePropertyPathsMap.put(schema, typePropertyPathsBundle.getStringArrayList(schema)); in getProjections()
603 @NonNull String schema, @NonNull Collection<String> propertyPaths) { in addProjection()
604 Objects.requireNonNull(schema); in addProjection()
612 mProjectionTypePropertyMasks.putStringArrayList(schema, propertyPathsArrayList); in addProjection()
DSetSchemaRequest.java421 for (AppSearchSchema schema : mSchemas) { in build()
422 referencedSchemas.remove(schema.getSchemaType()); in build()
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DSchemaToProtoConverter.java49 @NonNull AppSearchSchema schema, int version) { in toSchemaTypeConfigProto()
50 Objects.requireNonNull(schema); in toSchemaTypeConfigProto()
53 .setSchemaType(schema.getSchemaType()) in toSchemaTypeConfigProto()
55 List<AppSearchSchema.PropertyConfig> properties = schema.getProperties(); in toSchemaTypeConfigProto()
DGenericDocumentToProtoConverter.java189 @NonNull SchemaTypeConfigProto schema) { in setEmptyProperty() argument
191 for (int i = 0; i < schema.getPropertiesCount(); ++i) { in setEmptyProperty()
192 if (propertyName.equals(schema.getProperties(i).getPropertyName())) { in setEmptyProperty()
193 dataType = schema.getProperties(i).getDataType().getNumber(); in setEmptyProperty()
/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/util/
DSchemaMigrationUtil.java55 for (AppSearchSchema schema : existingSchemas) { in getActiveMigrators()
56 existingTypes.add(schema.getSchemaType()); in getActiveMigrators()
/frameworks/base/core/xsd/
DAndroid.bp13 api_dir: "schema",
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/visibilitystore/
DVisibilityStoreImpl.java107 for (AppSearchSchema schema : getSchemaResponse.getSchemas()) { in VisibilityStoreImpl()
108 if (schema.getSchemaType().equals(VisibilityDocument.SCHEMA_TYPE)) { in VisibilityStoreImpl()
110 } else if (schema.getSchemaType().equals(VisibleToPackagesDocument.SCHEMA_TYPE)) { in VisibilityStoreImpl()
/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/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java308 SchemaTypeConfigProto schema = schemaProtoTypesList.get(i); in AppSearchImpl() local
309 String prefixedSchemaType = schema.getSchemaType(); in AppSearchImpl()
310 addToMap(mSchemaMapLocked, getPrefix(prefixedSchemaType), schema); in AppSearchImpl()
421 AppSearchSchema schema = schemas.get(i); in setSchema() local
423 SchemaToProtoConverter.toSchemaTypeConfigProto(schema, version); in setSchema()
545 AppSearchSchema schema = in getSchema() local
551 responseBuilder.addSchema(schema); in getSchema()
/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/
DAppSearchSession.java150 for (AppSearchSchema schema : request.getSchemas()) { in setSchema()
151 schemaBundles.add(schema.getBundle()); in setSchema()
/frameworks/base/tools/protologtool/
DREADME.md54 it writes a viewer configuration file with following schema:
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1599 AString schema; in getReflectedFormat() local
1600 if (params->findString(KEY_TEMPORAL_LAYERING, &schema)) { in getReflectedFormat()
1606 if (sscanf(schema.c_str(), "webrtc.vp8.%u-layer%c", &numLayers, &dummy) == 1 in getReflectedFormat()
1626 } else if ((tags = sscanf(schema.c_str(), "android.generic.%u%c%u%c", in getReflectedFormat()
1633 ALOGD("Ignoring unsupported ts-schema [%s]", schema.c_str()); in getReflectedFormat()
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchImplTest.java1611 List<AppSearchSchema> schema = in testClearPackageData() local
1616 schema, in testClearPackageData()
1673 List<AppSearchSchema> schema = in testPrunePackageData() local
1678 schema, in testPrunePackageData()
1687 schema, in testPrunePackageData()
/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/proto_logging/stats/
Datoms.proto5510 * Logs when MediaProvider has finished upgrading or downgrading its database schema.
5524 // Duration of schema change, normalized per file
11029 // Time used to read and process the schema and namespaces.
11053 // Time used to recover the schema store.
11063 // Number of schema types currently in the schema store.
11126 // Number of schema types filtered.
11319 // Size of the schema store in bytes. Will be set to -1 if an IO error is
11323 // Total number of schema types.
11389 // 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/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/core/api/
Dcurrent.txt22565 field public static final String KEY_TEMPORAL_LAYERING = "ts-schema";
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59436 Landroid/text/Html$HtmlParser;->schema:Lorg/ccil/cowan/tagsoup/HTMLSchema;