/frameworks/base/services/core/xsd/ |
D | Android.bp | 13 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/ |
D | GetSchemaResponse.java | 94 public Builder addSchema(@NonNull AppSearchSchema schema) { in addSchema() argument 95 Objects.requireNonNull(schema); in addSchema() 97 mSchemaBundles.add(schema.getBundle()); in addSchema()
|
D | SearchSpec.java | 288 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()
|
D | SetSchemaRequest.java | 421 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/ |
D | SchemaToProtoConverter.java | 49 @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()
|
D | GenericDocumentToProtoConverter.java | 189 @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/ |
D | SchemaMigrationUtil.java | 55 for (AppSearchSchema schema : existingSchemas) { in getActiveMigrators() 56 existingTypes.add(schema.getSchemaType()); in getActiveMigrators()
|
/frameworks/base/core/xsd/ |
D | Android.bp | 13 api_dir: "schema",
|
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/visibilitystore/ |
D | VisibilityStoreImpl.java | 107 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/ |
D | restricted_image.proto | 55 // Metadata about the image. Typically this has another proto schema,
|
/frameworks/av/drm/mediacas/plugins/clearkey/protos/ |
D | license_protos.proto | 58 // Note: In the previous implementation, the schema accommodated multiple
|
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/ |
D | AppSearchImpl.java | 308 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/ |
D | AppSearchSession.java | 150 for (AppSearchSchema schema : request.getSchemas()) { in setSchema() 151 schemaBundles.add(schema.getBundle()); in setSchema()
|
/frameworks/base/tools/protologtool/ |
D | README.md | 54 it writes a viewer configuration file with following schema:
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecConfig.cpp | 1599 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/ |
D | AppSearchImplTest.java | 1611 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/ |
D | Html.java | 209 private static final HTMLSchema schema = new HTMLSchema(); field in Html.HtmlParser 235 parser.setProperty(Parser.schemaProperty, HtmlParser.schema); in fromHtml()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 5510 * 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/ |
D | Doxyfile | 1253 # The XML_SCHEMA tag can be used to specify an XML schema,
|
/frameworks/native/docs/ |
D | Doxyfile | 1511 # The XML_SCHEMA tag can be used to specify an XML schema,
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1801 # The XML_SCHEMA tag can be used to specify a XML schema, which can be used by a
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 14981 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/ |
D | current.txt | 22565 field public static final String KEY_TEMPORAL_LAYERING = "ts-schema";
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 59436 Landroid/text/Html$HtmlParser;->schema:Lorg/ccil/cowan/tagsoup/HTMLSchema;
|