Home
last modified time | relevance | path

Searched defs:doc4 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/integration/
H A DSessionTest.java67 Document doc4 = Jsoup.newSession().url(CookieServlet.Url).get(); in testPathScopedCookies() local
/aosp_15_r20/development/samples/Vault/tests/src/com/example/android/vault/
H A DEncryptedDocumentTest.java181 final EncryptedDocument doc4 = new EncryptedDocument(4, mFile, mDataKey, mMacKey); in testCopiedFile() local
/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/ast/searchtest/
H A DAbstractSyntaxTreeSearchCtsTestBase.java1060 GenericDocument doc4 = in testSemanticSearchNode_toString_allDefaults_returnsDocuments() local
/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
H A DAppSearchSessionCtsTestBase.java9540 GenericDocument doc4 = in testSearchSuggestion() local
9693 GenericDocument doc4 = in testSearchSuggestion_documentIdFilter() local
9896 GenericDocument doc4 = in testSearchSuggestion_differentPrefix() local
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/parser/
H A DHtmlParserTest.java1872 Document doc4 = Jsoup.parse(html4); in mathHtmlIntegrationPoint() local
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/nodes/
H A DElementTest.java2480 Document doc4 = Jsoup.parse("\n<!doctype html>\n<html>"); in doctypeIsPrettyPrinted() local