/aosp_15_r20/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/ |
D | AppSearchImplTest.java | 504 List<AppSearchSchema> schemas = in testTriggerCheckOptimizeByMutationSize() local 558 List<AppSearchSchema> schemas = in testReset() local 1249 List<AppSearchSchema> schemas = in testSearchSuggestion() local 1329 List<AppSearchSchema> schemas = in testSearchSuggestion_removeDocument() local 1389 List<AppSearchSchema> schemas = in testSearchSuggestion_replaceDocument() local 1463 List<AppSearchSchema> schemas = in testSearchSuggestion_namespaceFilter() local 1546 List<AppSearchSchema> schemas = in testSearchSuggestion_invalidPrefix() local 1618 List<AppSearchSchema> schemas = in testSearchSuggestion_emptyPrefix() local 2270 List<AppSearchSchema> schemas = in testSetSchema() local 2357 List<AppSearchSchema> schemas = in testRemoveSchema() local [all …]
|
D | AppSearchLoggerTest.java | 428 List<AppSearchSchema> schemas = in testLoggingStats_initializeWithDocuments_success() local 496 List<AppSearchSchema> schemas = in testLoggingStats_enableBlobStore_initializeWithDocuments_success() local 563 List<AppSearchSchema> schemas = in testLoggingStats_initialize_failure() local 632 List<AppSearchSchema> schemas = Collections.singletonList(testSchema); in testLoggingStats_putDocument_success() local 685 List<AppSearchSchema> schemas = Collections.singletonList(testSchema); in testLoggingStats_putDocument_failure() local 740 List<AppSearchSchema> schemas = Collections.singletonList(testSchema); in testLoggingStats_search_success() local 823 List<AppSearchSchema> schemas = in testLoggingStats_search_failure() local 893 List<AppSearchSchema> schemas = Arrays.asList(actionSchema, entitySchema); in testLoggingStats_search_join() local 1033 List<AppSearchSchema> schemas = in testLoggingStats_remove_success() local 1073 List<AppSearchSchema> schemas = in testLoggingStats_remove_failure() local [all …]
|
/aosp_15_r20/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/ |
D | AppFunctionSchemaParserTest.java | 77 Map<String, AppSearchSchema> schemas = in parse_singleType_withNoAttributes() local 113 Map<String, AppSearchSchema> schemas = in parse_singleType_withAttributes() local 158 Map<String, AppSearchSchema> schemas = in parse_multipleNestedTypes() local 195 Map<String, AppSearchSchema> schemas = in parse_exceedMaxAllowedDocumentTypes() local 211 Map<String, AppSearchSchema> schemas = in parse_unsupportedType_returnsEmptyMap() local 227 Map<String, AppSearchSchema> schemas = in parse_missingAppFunctionStaticMetadataType_returnsEmptyMap() local
|
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/resource/ |
H A D | SchemaLoaders.java | 92 public Builder schemas(Map<String, String> schemas) { in schemas() method in SchemaLoaders.Builder 103 public Builder schemas(Function<String, String> schemas) { in schemas() method in SchemaLoaders.Builder 121 …public <T> Builder schemas(Function<String, T> mapIriToObject, Function<T, String> mapObjectToData… in schemas() method in SchemaLoaders.Builder
|
/aosp_15_r20/packages/modules/AppSearch/framework/java/external/android/app/appsearch/ |
D | SearchSpec.java | 456 Set<String> schemas = mTypePropertyFilters.keySet(); in getFilterProperties() local 551 Set<String> schemas = mProjectionTypePropertyMasks.keySet(); in getProjections() local 574 Set<String> schemas = mProjectionTypePropertyMasks.keySet(); in getProjectionPaths() local 900 public Builder addFilterSchemas(@NonNull String... schemas) { in addFilterSchemas() 914 public Builder addFilterSchemas(@NonNull Collection<String> schemas) { in addFilterSchemas()
|
D | SetSchemaRequest.java | 220 SetSchemaRequest( in SetSchemaRequest() 417 public Builder addSchemas(@NonNull AppSearchSchema... schemas) { in addSchemas() 430 public Builder addSchemas(@NonNull Collection<AppSearchSchema> schemas) { in addSchemas()
|
D | GetByDocumentIdRequest.java | 115 Set<String> schemas = mTypePropertyPaths.keySet(); in getProjections() local 136 Set<String> schemas = mTypePropertyPaths.keySet(); in getProjectionPaths() local
|
/aosp_15_r20/external/kotlinx.serialization/guide/example/ |
H A D | example-formats-08.kt | 16 val schemas = ProtoBufSchemaGenerator.generateSchemaText(descriptors) in main() constant
|
/aosp_15_r20/packages/modules/AppSearch/framework/java/external/android/app/appsearch/observer/ |
D | ObserverSpec.java | 93 public Builder addFilterSchemas(@NonNull String... schemas) { in addFilterSchemas() 107 public Builder addFilterSchemas(@NonNull Collection<String> schemas) { in addFilterSchemas()
|
/aosp_15_r20/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/ |
D | EnterpriseContactsTest.java | 419 Set<AppSearchSchema> schemas = getSchemaResponse.getSchemas(); in testEnterpriseContacts_canAccessWithOnlyContactsAccess() local 444 Set<AppSearchSchema> schemas = getSchemaResponse.getSchemas(); in testEnterpriseContacts_canNotAccessWithoutContactsAccess() local 472 Set<AppSearchSchema> schemas = getSchemaResponse.getSchemas(); in testEnterpriseContacts_canNotAccessWithOnlyCallerIdAccess() local
|
/aosp_15_r20/external/json-schema-validator/src/test/resources/openapi3/ |
H A D | discriminator.json | 23 "schemas": { object 301 "schemas": { object 357 "schemas": { object 430 "schemas": { object 530 "schemas": { object
|
/aosp_15_r20/packages/modules/AppSearch/service/java/com/android/server/appsearch/appsindexer/ |
D | AppFunctionSchemaParser.java | 118 Map<String, AppSearchSchema> schemas = in parseAndCreateSchemas() local 144 Map<String, AppSearchSchema> schemas = new ArrayMap<>(); in parseDocumentTypeAndCreateSchemas() local
|
D | AppFunctionStaticMetadataParserImpl.java | 288 @NonNull Map<String, AppSearchSchema> schemas) { in parseIntoMapForGivenSchemas() 316 @NonNull Map<String, AppSearchSchema> schemas) in parseAppFunctionsIntoMapForGivenSchemas()
|
/aosp_15_r20/external/googleapis/google/pubsub/v1/ |
H A D | schema.proto | 252 repeated Schema schemas = 1; field 283 repeated Schema schemas = 1; field
|
/aosp_15_r20/packages/modules/AppSearch/framework/java/android/app/appsearch/ |
D | AppSearchSession.java | 1232 @NonNull List<AppSearchSchema> schemas, in setSchemaNoMigrations() 1325 @NonNull List<AppSearchSchema> schemas, in setSchemaWithMigrations()
|
/aosp_15_r20/external/libxml2/ |
H A D | runsuite.c | 743 xstcTestInstance(xmlNodePtr cur, xmlSchemaPtr schemas, in xstcTestInstance() 842 xmlSchemaPtr schemas = NULL; in xstcTestGroup() local
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | runsuite.c | 761 xstcTestInstance(xmlNodePtr cur, xmlSchemaPtr schemas, in xstcTestInstance() 860 xmlSchemaPtr schemas = NULL; in xstcTestGroup() local
|
/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/ |
H A D | SetSchemaRequestCtsTest.java | 851 AppSearchSchema[] schemas = request.getSchemas().toArray(new AppSearchSchema[0]); in testVerbatimTokenizerType() local 877 AppSearchSchema[] schemas = request.getSchemas().toArray(new AppSearchSchema[0]); in testRfc822TokenizerType() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/base/core/proto/android/ |
D | typedef.pb.cc | 29 static constexpr ::_pbi::MigrationSchema* schemas = nullptr; variable
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/ |
H A D | MockSchemaFactory.java | 35 public Schema newSchema(Source[] schemas) throws SAXException { in newSchema()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/ |
H A D | schema_matching.cpp | 572 const std::vector<const FunctionSchema*>& schemas, in matchSchemas() 690 std::vector<const FunctionSchema*> schemas; in emitBuiltinCall() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/proto_logging/stats/enums/app_shared/ |
D | app_op_enums.pb.cc | 31 static constexpr ::_pbi::MigrationSchema* schemas = nullptr; variable
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/proto_logging/stats/enums/media/ |
D | enums.pb.cc | 31 static constexpr ::_pbi::MigrationSchema* schemas = nullptr; variable
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/proto_logging/stats/enums/appsearch/ |
D | enums.pb.cc | 31 static constexpr ::_pbi::MigrationSchema* schemas = nullptr; variable
|
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/enums/anr/ |
D | enums.pb.cc | 31 static constexpr ::_pbi::MigrationSchema* schemas = nullptr; variable
|