Home
last modified time | relevance | path

Searched defs:doc (Results 1 – 11 of 11) sorted by relevance

/appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/app/
DGenericDocumentCtsTest.java399 GenericDocument doc = new GenericDocument.Builder<>("namespace", in testDocumentInvalid_setNullDocValues() local
502 GenericDocument doc = new GenericDocument.Builder<>("namespace", "id1", "schema1") in testRetrieveTopLevelProperties() local
539 GenericDocument doc = new GenericDocument.Builder<>("namespace", "id1", "schema1") in testRetrieveNestedProperties() local
593 GenericDocument doc = new GenericDocument.Builder<>("namespace", "id1", "schema1") in testRetrieveNestedPropertiesMultipleNestedDocuments() local
643 GenericDocument doc = new GenericDocument.Builder<>("namespace", "id1", "schema1") in testRetrieveTopLevelPropertiesIndex() local
674 GenericDocument doc = new GenericDocument.Builder<>("namespace", "id1", "schema1") in testRetrieveTopLevelPropertiesIndexOutOfRange() local
708 GenericDocument doc = new GenericDocument.Builder<>("namespace", "id1", "schema1") in testNestedProperties_invalidPaths() local
730 GenericDocument doc = new GenericDocument.Builder<>("namespace", "id1", "schema1").build(); in testNestedProperties_arrayTypesInvalidPath() local
763 GenericDocument doc = new GenericDocument.Builder<>("namespace", "id1", "schema1") in testRetrieveNestedPropertiesIntermediateIndex() local
831 GenericDocument doc = new GenericDocument.Builder<>("namespace", "id1", "schema1") in testRetrieveNestedPropertiesLeafIndex() local
[all …]
DAppSearchSchemaMigrationCtsTestBase.java140 GenericDocument doc = new GenericDocument.Builder<>( in setUp() local
723 GenericDocument doc = new GenericDocument.Builder<>( in testSchemaMigration_sourceToNowhere() local
888 GenericDocument doc = new GenericDocument.Builder<>( in testSchemaMigration_toAnotherType() local
1311 GenericDocument doc = new GenericDocument.Builder<>( in testSchemaMigration_multiStep1To4() local
1360 GenericDocument doc = new GenericDocument.Builder<>( in testSchemaMigration_multiStep2To4() local
1406 GenericDocument doc = new GenericDocument.Builder<>( in testSchemaMigration_multiStep3To4() local
DAppSearchSessionCtsTestBase.java2495 GenericDocument doc = in testQueryIndexableLongProperty_numericSearchNotEnabled() local
7996 GenericDocument doc = new GenericDocument.Builder<>( in testQuery_hasPropertyFunctionWithoutEnablingFeatureFails() local
8133 GenericDocument doc = new GenericDocument.Builder<>( in testQuery_matchScoreExpressionFunctionWithoutEnablingFeatureFails() local
9428 GenericDocument doc = new GenericDocument.Builder<>("namespace", "id", "Type") in testSearchSuggestion_replacementDocument() local
11440 GenericDocument doc = in testEmbeddingQuantization() local
11492 GenericDocument doc = in testEmbeddingQuantization_changeSchema() local
11763 GenericDocument doc = in testRankingFunction_filterByRange() local
12174 GenericDocument doc = in testRankWithScorableProperty_updateSchemaByFlippingScorableType() local
/appsearch/appsearch-builtin-types/src/main/java/androidx/appsearch/app/
DShortcutAdapter.java122 final GenericDocument doc = GenericDocument.fromDocumentClass(document); in createShortcutBuilderFromDocument() local
/appsearch/appsearch-builtin-types/src/androidTest/java/androidx/appsearch/builtintypes/
DMobileApplicationTest.java147 GenericDocument doc = GenericDocument.fromDocumentClass(mobileApplication); in testGenericDocument() local
DContactPointTest.java225 GenericDocument doc = GenericDocument.fromDocumentClass(contactPoint); in testGenericDocument() local
DPersonTest.java502 GenericDocument doc = GenericDocument.fromDocumentClass(person); in testGenericDocument() local
/appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/ast/searchtest/
DAbstractSyntaxTreeSearchCtsTestBase.java176 GenericDocument doc = new GenericDocument.Builder<>( in testTextNode_toString_VerbatimFlagSet() local
218 GenericDocument doc = new GenericDocument.Builder<>( in testTextNode_toString_AllFlagsSet() local
787 GenericDocument doc = new GenericDocument.Builder<>( in testSearchNode_toString_handlesStringLiterals() local
831 GenericDocument doc = new GenericDocument.Builder<>( in testSearchNode_toString_handlesPrefixedStringLiterals() local
/appsearch/appsearch-local-storage/src/androidTest/java/androidx/appsearch/localstorage/
DAppSearchImplTest.java1539 GenericDocument doc = new GenericDocument.Builder<>("namespace1", "id1", "type") in testSearchSuggestion_invalidPrefix() local
1597 GenericDocument doc = new GenericDocument.Builder<>("namespace1", "id1", "type") in testSearchSuggestion_emptyPrefix() local
/appsearch/appsearch-local-storage/src/main/java/androidx/appsearch/localstorage/
DAppSearchImpl.java1977 GenericDocument doc = GenericDocumentToProtoConverter.toGenericDocument( in batchGetDocuments() local
/appsearch/appsearch/src/androidTest/java/androidx/appsearch/app/
DAnnotationProcessorTestBase.java541 LongDoc doc = new LongDoc(); in testAnnotation_unsetNumberClasses() local