Home
last modified time | relevance | path

Searched defs:schemas (Results 1 – 25 of 874) sorted by relevance

12345678910>>...35

/aosp_15_r20/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchImplTest.java504 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 …]
DAppSearchLoggerTest.java428 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/
DAppFunctionSchemaParserTest.java77 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 DSchemaLoaders.java92 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/
DSearchSpec.java456 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()
DSetSchemaRequest.java220 SetSchemaRequest( in SetSchemaRequest()
417 public Builder addSchemas(@NonNull AppSearchSchema... schemas) { in addSchemas()
430 public Builder addSchemas(@NonNull Collection<AppSearchSchema> schemas) { in addSchemas()
DGetByDocumentIdRequest.java115 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 Dexample-formats-08.kt16 val schemas = ProtoBufSchemaGenerator.generateSchemaText(descriptors) in main() constant
/aosp_15_r20/packages/modules/AppSearch/framework/java/external/android/app/appsearch/observer/
DObserverSpec.java93 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/
DEnterpriseContactsTest.java419 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 Ddiscriminator.json23 "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/
DAppFunctionSchemaParser.java118 Map<String, AppSearchSchema> schemas = in parseAndCreateSchemas() local
144 Map<String, AppSearchSchema> schemas = new ArrayMap<>(); in parseDocumentTypeAndCreateSchemas() local
DAppFunctionStaticMetadataParserImpl.java288 @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 Dschema.proto252 repeated Schema schemas = 1; field
283 repeated Schema schemas = 1; field
/aosp_15_r20/packages/modules/AppSearch/framework/java/android/app/appsearch/
DAppSearchSession.java1232 @NonNull List<AppSearchSchema> schemas, in setSchemaNoMigrations()
1325 @NonNull List<AppSearchSchema> schemas, in setSchemaWithMigrations()
/aosp_15_r20/external/libxml2/
H A Drunsuite.c743 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 Drunsuite.c761 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 DSetSchemaRequestCtsTest.java851 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/
Dtypedef.pb.cc29 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 DMockSchemaFactory.java35 public Schema newSchema(Source[] schemas) throws SAXException { in newSchema()
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dschema_matching.cpp572 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/
Dapp_op_enums.pb.cc31 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/
Denums.pb.cc31 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/
Denums.pb.cc31 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/
Denums.pb.cc31 static constexpr ::_pbi::MigrationSchema* schemas = nullptr; variable

12345678910>>...35