Home
last modified time | relevance | path

Searched defs:doc3 (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/integration/
H A DSessionTest.java59 Document doc3 = con3.get(); in testPathScopedCookies() local
112 Document doc3 = session.newRequest() in testPathScopedCookiesOnRedirect() local
131 Document doc3 = session.newRequest().url(xmlUrl).get(); in testCanChangeParsers() local
H A DUrlConnectTest.java389 final Document doc3 = res3.parse(); in canSpecifyResponseCharset() local
/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
H A DAppSearchSessionCtsTestBase.java2758 GenericDocument doc3 = in testQueryIndexableLongProperty_numericSearchEnabledSucceeds() local
8336 GenericDocument doc3 = in testQuery_hasPropertyFunction() local
8469 GenericDocument doc3 = in testQuery_matchScoreExpression() local
9536 GenericDocument doc3 = in testSearchSuggestion() local
9605 GenericDocument doc3 = in testSearchSuggestion_namespaceFilter() local
9689 GenericDocument doc3 = in testSearchSuggestion_documentIdFilter() local
9808 GenericDocument doc3 = in testSearchSuggestion_schemaFilter() local
9892 GenericDocument doc3 = in testSearchSuggestion_differentPrefix() local
9963 GenericDocument doc3 = in testSearchSuggestion_differentRankingStrategy() local
10228 GenericDocument doc3 = in testSearchSuggestion_multipleTerms() local
[all …]
/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/ast/searchtest/
H A DAbstractSyntaxTreeSearchCtsTestBase.java546 GenericDocument doc3 = in testComparatorNode_toString_doesNumericSearch() local
1058 GenericDocument doc3 = new GenericDocument.Builder<>("namespace", "id3", "Email").build(); in testSemanticSearchNode_toString_allDefaults_returnsDocuments() local
1338 GenericDocument doc3 = in testSemanticSearchNode_toString_noDefaults_returnsDocuments() local
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/nodes/
H A DNodeTest.java114 …Document doc3 = Jsoup.parse("<img src=//www.google.com/images/errors/logo_sm.gif alt=Google>", "ht… in handlesAbsOnProtocolessAbsoluteUris() local
H A DElementTest.java2479 Document doc3 = Jsoup.parse("<!doctype html>\n<html>"); in doctypeIsPrettyPrinted() local
/aosp_15_r20/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchImplTest.java1280 GenericDocument doc3 = in testSearchSuggestion() local
1494 GenericDocument doc3 = in testSearchSuggestion_namespaceFilter() local
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/parser/
H A DHtmlParserTest.java1866 Document doc3 = Jsoup.parse(html3); in mathHtmlIntegrationPoint() local