Home
last modified time | relevance | path

Searched defs:doc2 (Results 1 – 25 of 45) sorted by relevance

12

/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/integration/
H A DSessionTest.java49 Document doc2 = con2.get(); in testPathScopedCookies() local
107 Document doc2 = session.newRequest() in testPathScopedCookiesOnRedirect() local
128 Document doc2 = session.newRequest().parser(Parser.htmlParser()).url(xmlUrl).get(); in testCanChangeParsers() local
H A DConnectTest.java351 Document doc2 = res.parse(); in multipleParsesOkAfterBufferUp() local
727 Document doc2 = con.get(); in repeatable() local
/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/ast/searchtest/
H A DAbstractSyntaxTreeSearchCtsTestBase.java542 GenericDocument doc2 = in testComparatorNode_toString_doesNumericSearch() local
1053 GenericDocument doc2 = in testSemanticSearchNode_toString_allDefaults_returnsDocuments() local
1155 GenericDocument doc2 = in testSemanticSearchNode_toString_lowerBoundSet_returnsDocuments() local
1244 GenericDocument doc2 = in testSemanticSearchNode_toString_boundsSet_returnsDocuments() local
1333 GenericDocument doc2 = in testSemanticSearchNode_toString_noDefaults_returnsDocuments() local
/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
H A DAppSearchSessionCtsTestBase.java2753 GenericDocument doc2 = in testQueryIndexableLongProperty_numericSearchEnabledSucceeds() local
8151 GenericDocument doc2 = in testQuery_PropertyDefinedWithEnablingFeatureSucceeds() local
8332 GenericDocument doc2 = in testQuery_hasPropertyFunction() local
8464 GenericDocument doc2 = in testQuery_matchScoreExpression() local
8741 GenericDocument doc2 = in testQuery_propertyWeightsNestedProperties() local
9532 GenericDocument doc2 = in testSearchSuggestion() local
9601 GenericDocument doc2 = in testSearchSuggestion_namespaceFilter() local
9685 GenericDocument doc2 = in testSearchSuggestion_documentIdFilter() local
9804 GenericDocument doc2 = in testSearchSuggestion_schemaFilter() local
9888 GenericDocument doc2 = in testSearchSuggestion_differentPrefix() local
[all …]
/aosp_15_r20/external/tinyxml2/
H A Dxmltest.cpp553 XMLDocument doc2; in main() local
1447 XMLDocument doc2; in main() local
1473 XMLDocument doc2; in main() local
1503 XMLDocument doc2; in main() local
1577 XMLDocument doc2; in main() local
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dnodeappendchildnewchilddiffdocument.java72 Document doc2; in runTest() local
H A Dhc_nodeappendchildnewchilddiffdocument.java71 Document doc2; in runTest() local
H A Delementwrongdocumenterr.java74 Document doc2; in runTest() local
H A Dhc_elementwrongdocumenterr.java72 Document doc2; in runTest() local
H A Dhc_nodeinsertbeforenewchilddiffdocument.java71 Document doc2; in runTest() local
H A Dnodeinsertbeforenewchilddiffdocument.java71 Document doc2; in runTest() local
H A Dhc_nodereplacechildnewchilddiffdocument.java71 Document doc2; in runTest() local
H A Dnamednodemapwrongdocumenterr.java73 Document doc2; in runTest() local
H A Dnodereplacechildnewchilddiffdocument.java71 Document doc2; in runTest() local
H A Dhc_namednodemapwrongdocumenterr.java72 Document doc2; in runTest() local
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A DsetAttributeNodeNS05.java78 Document doc2; in runTest() local
/aosp_15_r20/external/rust/android-crates-io/crates/yaml-rust/tests/
Dtest_round_trip.rs62 let doc2 = YamlLoader::load_from_str(&out_str).unwrap().pop().unwrap(); in test_issue133() localVariable
/aosp_15_r20/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java443 GenericDocument doc2 = new GenericDocument.Builder<>("namespace", "id2", "Type1").build(); in testLoggingStats_initializeWithDocuments_success() local
511 GenericDocument doc2 = new GenericDocument.Builder<>("namespace", "id2", "Type1").build(); in testLoggingStats_enableBlobStore_initializeWithDocuments_success() local
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/nodes/
H A DCommentTest.java53 Document doc2 = Jsoup.parse(out); in stableIndentInBlock() local
H A DAttributeTest.java89 Document doc2 = Jsoup.parse(html, Parser.htmlParser().settings(ParseSettings.preserveCase)); in booleanAttributesAreNotCaseSensitive() local
H A DElementTest.java107 …Document doc2 = Jsoup.parse("<div id=1><div id=2><p>Hello <span id=2>world!</span></p></div></div>… in testGetElementById() local
1714 Document doc2 = Jsoup.parse( in testRemoveAfterIndex() local
2305 Document doc2 = Jsoup.parse(html); in prettySerializationRoundTrips() local
2322 Document doc2 = Jsoup.parse(html); in prettyPrintScriptsDoesNotGrowOnRepeat() local
2478 Document doc2 = Jsoup.parse("\n <!doctype html><html>"); in doctypeIsPrettyPrinted() local
/aosp_15_r20/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DRecentsLoaderTests.java135 final DocumentInfo doc2 = mEnv.model.createFile("test"); in testShowOrHideHiddenFiles() local
/aosp_15_r20/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DSetAttributeNodeNS.java186 Document doc2; in testSetAttributeNode5() local
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/parser/
H A DHtmlParserTest.java269 Document doc2 = Jsoup.parse(h2); in doesNotCreateImplicitLists() local
1836 Document doc2 = Jsoup.parse(html2, parser); in xmlnsAttributeError() local
1848 Document doc2 = Jsoup.parse(html2); in mathAnnotationSvg() local
1861 Document doc2 = Jsoup.parse(html2); in mathHtmlIntegrationPoint() local
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/sym/
H A DTestByteBasedSymbols.java47 String doc2 = createDoc(FIELD_NAMES, false); in testSharedSymbols() local

12