/aosp_15_r20/external/google-cloud-java/java-language/google-cloud-language/src/test/java/com/google/cloud/language/v1/ |
H A D | LanguageServiceClientHttpJsonTest.java | 85 Document document = Document.newBuilder().build(); in analyzeSentimentTest() local 113 Document document = Document.newBuilder().build(); in analyzeSentimentExceptionTest() local 131 Document document = Document.newBuilder().build(); in analyzeSentimentTest2() local 160 Document document = Document.newBuilder().build(); in analyzeSentimentExceptionTest2() local 178 Document document = Document.newBuilder().build(); in analyzeEntitiesTest() local 206 Document document = Document.newBuilder().build(); in analyzeEntitiesExceptionTest() local 223 Document document = Document.newBuilder().build(); in analyzeEntitiesTest2() local 252 Document document = Document.newBuilder().build(); in analyzeEntitiesExceptionTest2() local 270 Document document = Document.newBuilder().build(); in analyzeEntitySentimentTest() local 298 Document document = Document.newBuilder().build(); in analyzeEntitySentimentExceptionTest() local [all …]
|
H A D | LanguageServiceClientTest.java | 89 Document document = Document.newBuilder().build(); in analyzeSentimentTest() local 111 Document document = Document.newBuilder().build(); in analyzeSentimentExceptionTest() local 129 Document document = Document.newBuilder().build(); in analyzeSentimentTest2() local 153 Document document = Document.newBuilder().build(); in analyzeSentimentExceptionTest2() local 171 Document document = Document.newBuilder().build(); in analyzeEntitiesTest() local 193 Document document = Document.newBuilder().build(); in analyzeEntitiesExceptionTest() local 210 Document document = Document.newBuilder().build(); in analyzeEntitiesTest2() local 234 Document document = Document.newBuilder().build(); in analyzeEntitiesExceptionTest2() local 252 Document document = Document.newBuilder().build(); in analyzeEntitySentimentTest() local 275 Document document = Document.newBuilder().build(); in analyzeEntitySentimentExceptionTest() local [all …]
|
/aosp_15_r20/external/google-cloud-java/java-language/google-cloud-language/src/test/java/com/google/cloud/language/v1beta2/ |
H A D | LanguageServiceClientHttpJsonTest.java | 85 Document document = Document.newBuilder().build(); in analyzeSentimentTest() local 113 Document document = Document.newBuilder().build(); in analyzeSentimentExceptionTest() local 131 Document document = Document.newBuilder().build(); in analyzeSentimentTest2() local 160 Document document = Document.newBuilder().build(); in analyzeSentimentExceptionTest2() local 178 Document document = Document.newBuilder().build(); in analyzeEntitiesTest() local 206 Document document = Document.newBuilder().build(); in analyzeEntitiesExceptionTest() local 223 Document document = Document.newBuilder().build(); in analyzeEntitiesTest2() local 252 Document document = Document.newBuilder().build(); in analyzeEntitiesExceptionTest2() local 270 Document document = Document.newBuilder().build(); in analyzeEntitySentimentTest() local 298 Document document = Document.newBuilder().build(); in analyzeEntitySentimentExceptionTest() local [all …]
|
H A D | LanguageServiceClientTest.java | 89 Document document = Document.newBuilder().build(); in analyzeSentimentTest() local 111 Document document = Document.newBuilder().build(); in analyzeSentimentExceptionTest() local 129 Document document = Document.newBuilder().build(); in analyzeSentimentTest2() local 153 Document document = Document.newBuilder().build(); in analyzeSentimentExceptionTest2() local 171 Document document = Document.newBuilder().build(); in analyzeEntitiesTest() local 193 Document document = Document.newBuilder().build(); in analyzeEntitiesExceptionTest() local 210 Document document = Document.newBuilder().build(); in analyzeEntitiesTest2() local 234 Document document = Document.newBuilder().build(); in analyzeEntitiesExceptionTest2() local 252 Document document = Document.newBuilder().build(); in analyzeEntitySentimentTest() local 275 Document document = Document.newBuilder().build(); in analyzeEntitySentimentExceptionTest() local [all …]
|
/aosp_15_r20/external/icing/icing/index/ |
H A D | index-processor_test.cc | 387 DocumentProto document = in TEST_F() local 407 DocumentProto document = in TEST_F() local 425 DocumentProto document = in TEST_F() local 461 DocumentProto document = in TEST_F() local 539 DocumentProto document = in TEST_F() local 574 DocumentProto document = in TEST_F() local 612 DocumentProto document = in TEST_F() local 638 DocumentProto document = in TEST_F() local 675 DocumentProto document = in TEST_F() local 721 DocumentProto document = in TEST_F() local [all …]
|
/aosp_15_r20/external/icing/icing/result/ |
H A D | snippet-retriever_test.cc | 170 DocumentProto document = in TEST_F() local 196 DocumentProto document = in TEST_F() local 222 DocumentProto document = in TEST_F() local 247 DocumentProto document = in TEST_F() local 280 DocumentProto document = in TEST_F() local 313 DocumentProto document = in TEST_F() local 340 DocumentProto document = in TEST_F() local 368 DocumentProto document = in TEST_F() local 395 DocumentProto document = in TEST_F() local 428 DocumentProto document = in TEST_F() local [all …]
|
/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/ |
H A D | GenericDocumentCtsTest.java | 165 GenericDocument document = in testDocumentGetSingleValue() local 217 GenericDocument document = in testDocumentGetArrayValues() local 268 GenericDocument document = in testDocument_toString() local 322 GenericDocument document = in testDocumentEmptyProperties_toString() local 364 GenericDocument document = in testDocumentGetValues_differentTypes() local 395 GenericDocument document = in testDocument_setEmptyValues() local 1042 GenericDocument document = in testDocumentGetPropertyNamesSingleLevel() local 1071 GenericDocument document = in testDocumentGetPropertyNamesMultiLevel() local 1163 GenericDocument document = in testDocumentGetEmbeddingValue() local 1220 GenericDocument document = in testDocumentGetArrayEmbeddingValues() local [all …]
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
H A D | Chapter2_3Test.java | 27 YamlDocument document = new YamlDocument("example2_13.yaml"); in testExample_2_13() local 33 YamlDocument document = new YamlDocument("example2_14.yaml"); in testExample_2_14() local 56 YamlDocument document = new YamlDocument("example2_16.yaml"); in testExample_2_16() local 67 YamlDocument document = new YamlDocument("example2_17.yaml", false); in testExample_2_17() local 80 YamlDocument document = new YamlDocument("example2_17_unicode.yaml"); in testExample_2_17_unicode() local 87 YamlDocument document = new YamlDocument("example2_17_control.yaml", false); in testExample_2_17_control() local 94 YamlDocument document = new YamlDocument("example2_17_hexesc.yaml"); in testExample_2_17_hexesc() local 101 YamlDocument document = new YamlDocument("example2_17_single.yaml"); in testExample_2_17_single() local 108 YamlDocument document = new YamlDocument("example2_17_quoted.yaml"); in testExample_2_17_quoted() local 115 YamlDocument document = new YamlDocument("example2_17_tie_fighter.yaml"); in testExample_2_17_tie_fighter() local [all …]
|
H A D | Chapter2_4Test.java | 38 YamlDocument document = new YamlDocument("example2_19.yaml"); in testExample_2_19() local 51 YamlDocument document = new YamlDocument("example2_20.yaml"); in testExample_2_20() local 66 YamlDocument document = new YamlDocument("example2_21.yaml"); in testExample_2_21() local 77 YamlDocument document = new YamlDocument("example2_22.yaml"); in testExample_2_22() local 103 YamlDocument document = new YamlDocument("example2_23_non_date.yaml"); in testExample_2_23_non_date() local 114 YamlDocument document = new YamlDocument("example2_23_picture.yaml", false); in testExample_2_23_picture() local 141 YamlDocument document = new YamlDocument("example2_23.yaml", false, new SomethingConstructor()); in testExample_2_23() local 151 YamlDocument document = new YamlDocument("example2_25.yaml"); in testExample_2_25() local 161 YamlDocument document = new YamlDocument("example2_26.yaml"); in testExample_2_26() local
|
H A D | Chapter2_1Test.java | 27 YamlDocument document = new YamlDocument("example2_1.yaml"); in testExample_2_1() local 38 YamlDocument document = new YamlDocument("example2_2.yaml"); in testExample_2_2() local 52 YamlDocument document = new YamlDocument("example2_3.yaml"); in testExample_2_3() local 69 YamlDocument document = new YamlDocument("example2_4.yaml"); in testExample_2_4() local 79 YamlDocument document = new YamlDocument("example2_5.yaml"); in testExample_2_5() local 93 YamlDocument document = new YamlDocument("example2_6.yaml"); in testExample_2_6() local
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/document/ |
H A D | DocumentVisitorTest.java | 138 public CustomClassFromMap visitBoolean(Boolean document) { return null; } in visitBoolean() 140 public CustomClassFromMap visitString(String document) { return null; } in visitString() 142 public CustomClassFromMap visitNumber(SdkNumber document) { return null; } in visitNumber() 176 public CustomClass visitBoolean(Boolean document) { in visitBoolean() 181 public CustomClass visitString(String document) { in visitString() 186 public CustomClass visitNumber(SdkNumber document) { in visitNumber() 216 public String visitBoolean(Boolean document) { return null; } in visitBoolean() 218 public String visitString(String document) { return document; } in visitString() 220 public String visitNumber(SdkNumber document) { return null; } in visitNumber() 231 public SdkNumber visitBoolean(Boolean document) { return null; } in visitBoolean() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v1/ |
H A D | LanguageServiceClient.java | 192 public final AnalyzeSentimentResponse analyzeSentiment(Document document) { in analyzeSentiment() 223 Document document, EncodingType encodingType) { in analyzeSentiment() 313 public final AnalyzeEntitiesResponse analyzeEntities(Document document) { in analyzeEntities() 345 Document document, EncodingType encodingType) { in analyzeEntities() 439 public final AnalyzeEntitySentimentResponse analyzeEntitySentiment(Document document) { in analyzeEntitySentiment() 472 Document document, EncodingType encodingType) { in analyzeEntitySentiment() 568 public final AnalyzeSyntaxResponse analyzeSyntax(Document document) { in analyzeSyntax() 597 public final AnalyzeSyntaxResponse analyzeSyntax(Document document, EncodingType encodingType) { in analyzeSyntax() 687 public final ClassifyTextResponse classifyText(Document document) { in classifyText() 775 Document document, AnnotateTextRequest.Features features) { in annotateText() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v1beta2/ |
H A D | LanguageServiceClient.java | 194 public final AnalyzeSentimentResponse analyzeSentiment(Document document) { in analyzeSentiment() 226 Document document, EncodingType encodingType) { in analyzeSentiment() 316 public final AnalyzeEntitiesResponse analyzeEntities(Document document) { in analyzeEntities() 348 Document document, EncodingType encodingType) { in analyzeEntities() 442 public final AnalyzeEntitySentimentResponse analyzeEntitySentiment(Document document) { in analyzeEntitySentiment() 475 Document document, EncodingType encodingType) { in analyzeEntitySentiment() 571 public final AnalyzeSyntaxResponse analyzeSyntax(Document document) { in analyzeSyntax() 600 public final AnalyzeSyntaxResponse analyzeSyntax(Document document, EncodingType encodingType) { in analyzeSyntax() 690 public final ClassifyTextResponse classifyText(Document document) { in classifyText() 778 Document document, AnnotateTextRequest.Features features) { in annotateText() [all …]
|
/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A D | fpdf_view.cpp | 283 FPDF_EXPORT int FPDF_CALLCONV FPDF_GetFormType(FPDF_DOCUMENT document) { in FPDF_GetFormType() 304 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_LoadXFA(FPDF_DOCUMENT document) { in FPDF_LoadXFA() 363 FPDF_DocumentHasValidCrossReferenceTable(FPDF_DOCUMENT document) { in FPDF_DocumentHasValidCrossReferenceTable() 369 FPDF_GetDocPermissions(FPDF_DOCUMENT document) { in FPDF_GetDocPermissions() 375 FPDF_GetSecurityHandlerRevision(FPDF_DOCUMENT document) { in FPDF_GetSecurityHandlerRevision() 384 FPDF_EXPORT int FPDF_CALLCONV FPDF_GetPageCount(FPDF_DOCUMENT document) { in FPDF_GetPageCount() 393 FPDF_EXPORT FPDF_PAGE FPDF_CALLCONV FPDF_LoadPage(FPDF_DOCUMENT document, in FPDF_LoadPage() 772 FPDF_EXPORT void FPDF_CALLCONV FPDF_CloseDocument(FPDF_DOCUMENT document) { in FPDF_CloseDocument() 936 FPDF_GetPageSizeByIndexF(FPDF_DOCUMENT document, in FPDF_GetPageSizeByIndexF() 973 FPDF_EXPORT int FPDF_CALLCONV FPDF_GetPageSizeByIndex(FPDF_DOCUMENT document, in FPDF_GetPageSizeByIndex() [all …]
|
H A D | fpdf_doc.cpp | 78 FPDFBookmark_GetFirstChild(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark) { in FPDFBookmark_GetFirstChild() 90 FPDFBookmark_GetNextSibling(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark) { in FPDFBookmark_GetNextSibling() 126 FPDFBookmark_Find(FPDF_DOCUMENT document, FPDF_WIDESTRING title) { in FPDFBookmark_Find() 142 FPDFBookmark_GetDest(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark) { in FPDFBookmark_GetDest() 194 FPDF_EXPORT FPDF_DEST FPDF_CALLCONV FPDFAction_GetDest(FPDF_DOCUMENT document, in FPDFAction_GetDest() 223 FPDFAction_GetURIPath(FPDF_DOCUMENT document, in FPDFAction_GetURIPath() 245 FPDF_EXPORT int FPDF_CALLCONV FPDFDest_GetDestPageIndex(FPDF_DOCUMENT document, in FPDFDest_GetDestPageIndex() 337 FPDF_EXPORT FPDF_DEST FPDF_CALLCONV FPDFLink_GetDest(FPDF_DOCUMENT document, in FPDFLink_GetDest() 461 FPDF_GetFileIdentifier(FPDF_DOCUMENT document, in FPDF_GetFileIdentifier() 487 FPDF_EXPORT unsigned long FPDF_CALLCONV FPDF_GetMetaText(FPDF_DOCUMENT document, in FPDF_GetMetaText() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ |
H A D | DocumentName.java | 45 private final String document; field in DocumentName 107 public static DocumentName of(String project, String knowledgeBase, String document) { in of() 117 String project, String knowledgeBase, String document) { in ofProjectKnowledgeBaseDocumentName() 127 String project, String location, String knowledgeBase, String document) { in ofProjectLocationKnowledgeBaseDocumentName() 136 public static String format(String project, String knowledgeBase, String document) { in format() 147 String project, String knowledgeBase, String document) { in formatProjectKnowledgeBaseDocumentName() 158 String project, String location, String knowledgeBase, String document) { in formatProjectLocationKnowledgeBaseDocumentName() 282 private String document; field in DocumentName.Builder 308 public Builder setDocument(String document) { in setDocument() 336 private String document; field in DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ |
H A D | DocumentName.java | 45 private final String document; field in DocumentName 107 public static DocumentName of(String project, String knowledgeBase, String document) { in of() 117 String project, String knowledgeBase, String document) { in ofProjectKnowledgeBaseDocumentName() 127 String project, String location, String knowledgeBase, String document) { in ofProjectLocationKnowledgeBaseDocumentName() 136 public static String format(String project, String knowledgeBase, String document) { in format() 147 String project, String knowledgeBase, String document) { in formatProjectKnowledgeBaseDocumentName() 158 String project, String location, String knowledgeBase, String document) { in formatProjectLocationKnowledgeBaseDocumentName() 282 private String document; field in DocumentName.Builder 308 public Builder setDocument(String document) { in setDocument() 336 private String document; field in DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder [all …]
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
H A D | BeanConstructorTest.java | 27 String document = Util.getLocalResource("constructor/test-primitives1.yaml"); in testPrimitivesConstructor() local 92 String document = "charClass: id"; in testCharacter() local 116 String document = "text: qwerty"; in testNoEmptyConstructor() local 146 String document = "text: qwerty"; in testPrivateMethod() local 157 String document = "[1, 2]: qwerty"; in testKeyNotScalar() local 168 String document = "something: qwerty"; in testInvalidKey() local 179 String document = "staticInteger: 123"; in testStaticField() local 191 String document = "id: 123\nchild: 25"; in testScalarContructor() local 200 String document = "id: 123\nchild: 25"; in testScalarContructorException() local
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/ |
H A D | DocumentBuilderFactoryTest.java | 394 Document document = parser.parse(getClass().getResourceAsStream( in test_setCoalescingZ() local 422 Document document = parser.parse(getClass().getResourceAsStream( in test_setCoalescingZ() local 457 Document document = parser.parse(getClass().getResourceAsStream( in test_setExpandEntityReferencesZ() local 480 Document document = parser.parse(getClass().getResourceAsStream( in test_setExpandEntityReferencesZ() local 555 Document document = parser.parse(getClass().getResourceAsStream( in test_setIgnoringCommentsZ() local 578 Document document = parser.parse(getClass().getResourceAsStream( in test_setIgnoringCommentsZ() local 604 Document document = parser.parse(getClass().getResourceAsStream( in test_setIgnoringElementContentWhitespaceZ() local 623 Document document = parser.parse(getClass().getResourceAsStream( in test_setIgnoringElementContentWhitespaceZ() local 647 Document document = parser.parse(getClass().getResourceAsStream( in test_setNamespaceAwareZ() local 666 Document document = parser.parse(getClass().getResourceAsStream( in test_setNamespaceAwareZ() local
|
/aosp_15_r20/external/icing/icing/ |
H A D | icing-search-engine_put_test.cc | 176 DocumentProto document = CreateMessageDocument("namespace", "uri"); in TEST_F() local 227 DocumentProto document = in TEST_F() local 253 DocumentProto document = CreateMessageDocument("namespace", "uri"); in TEST_F() local 261 DocumentProto document = DocumentBuilder() in TEST_F() local 334 DocumentProto document = DocumentBuilder() in TEST_F() local 357 DocumentProto document = DocumentBuilder() in TEST_F() local 379 DocumentProto document = in TEST_F() local 408 DocumentProto document = DocumentBuilder() in TEST_F() local 479 DocumentProto document = DocumentBuilder() in TEST_F() local 533 DocumentProto document = in TEST_F() local [all …]
|
H A D | icing-search-engine_test.cc | 235 DocumentProto document = CreateMessageDocument("namespace", "uri"); in TEST_F() local 256 DocumentProto document = CreateMessageDocument("namespace", "uri"); in TEST_F() local 279 DocumentProto document = in TEST_F() local 332 DocumentProto document = in TEST_F() local 386 DocumentProto document = in TEST_F() local 896 DocumentProto document = CreateMessageDocument("namespace", "uri"); in TEST_F() local 952 DocumentProto document = CreateMessageDocument("namespace", "uri"); in TEST_F() local 1016 DocumentProto document = CreateMessageDocument("namespace", "uri"); in TEST_F() local 1062 DocumentProto document = CreateMessageDocument("namespace", "uri"); in TEST_F() local 1122 DocumentProto document = CreateMessageDocument("namespace", "uri"); in TEST_F() local [all …]
|
/aosp_15_r20/external/icing/icing/util/ |
H A D | tokenized-document_test.cc | 254 DocumentProto document = in TEST_F() local 330 DocumentProto document = in TEST_F() local 359 DocumentProto document = in TEST_F() local 398 DocumentProto document = in TEST_F() local 428 DocumentProto document = in TEST_F() local 475 DocumentProto document = in TEST_F() local 514 DocumentProto document = in TEST_F() local 554 DocumentProto document = in TEST_F() local 584 DocumentProto document = in TEST_F() local
|
/aosp_15_r20/external/google-cloud-java/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/ |
H A D | DocumentName.java | 47 private final String document; field in DocumentName 124 String project, String location, String dataStore, String branch, String document) { in of() 136 String project, String location, String dataStore, String branch, String document) { in ofProjectLocationDataStoreBranchDocumentName() 153 String document) { in ofProjectLocationCollectionDataStoreBranchDocumentName() 165 String project, String location, String dataStore, String branch, String document) { in format() 178 String project, String location, String dataStore, String branch, String document) { in formatProjectLocationDataStoreBranchDocumentName() 196 String document) { in formatProjectLocationCollectionDataStoreBranchDocumentName() 346 private String document; field in DocumentName.Builder 390 public Builder setDocument(String document) { in setDocument() 422 private String document; field in DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder [all …]
|
/aosp_15_r20/frameworks/libs/systemui/monet/tests/com/android/systemui/monet/ |
D | ColorSchemeTest.kt | 90 val document = buildDoc<Any>() in generateThemeStyles() constant 141 val document = buildDoc<Any>() in generateDefaultValues() constant 208 val document = buildDoc<Any>() in generateSymbols() constant 253 val document = buildDoc<Any>() in generateDynamicColors() constant 283 val document = buildDoc<Any>() in generatePublic() constant 323 val document = builder.newDocument() in buildDoc() constant
|
/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
D | StubProvider.java | 215 final StubDocument document = StubDocument.createRegularDocument(file, mimeType, parent); in createDocument() local 229 final StubDocument document = mStorage.get(documentId); in deleteDocument() local 276 StubDocument document; in queryChildDocuments() local 309 StubDocument document = mStorage.get(getDocumentIdForFile(file)); in querySearchDocuments() local 361 final StubDocument document = mStorage.get(docId); in openDocument() local 407 final StubDocument document = mStorage.get(docId); in openTypedDocument() local 433 final StubDocument document = mStorage.get(DocumentsContract.getDocumentId(uri)); in getStreamTypes() local 448 private ParcelFileDescriptor startWrite(final StubDocument document) in startWrite() 453 private ParcelFileDescriptor startWrite(final StubDocument document, boolean append) in startWrite() 611 final StubDocument document = StubDocument.createDocumentWithFlags(file, mimeType, parent, in createDocument() local [all …]
|