/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/jdk/ |
H A D | UntypedSerializationTest.java | 20 ArrayList<Object> doc = new ArrayList<Object>(); in testFromArray() local 70 LinkedHashMap<String,Object> doc = new LinkedHashMap<String,Object>(); in testFromMap() local
|
/aosp_15_r20/external/angle/build/android/gyp/ |
H A D | aar.py | 26 def _GetManifestPackage(doc): argument 38 def _IsManifestEmpty(doc): argument
|
/aosp_15_r20/libcore/luni/src/test/java/tests/org/w3c/dom/ |
H A D | HCNodeDocumentFragmentNormalize.java | 50 Document doc; in testNodeDocumentFragmentNormalize1() local 70 Document doc; in testNodeDocumentFragmentNormalize2() local
|
H A D | OwnerElement.java | 75 Document doc; in testGetOwnerElement1() local 92 Document doc; in testGetOwnerElement2() local
|
H A D | GetAttributeNodeNS.java | 77 Document doc; in testGetAttributeNodeNS1() local 89 Document doc; in testGetAttributeNodeNS2() local
|
H A D | RemoveNamedItemNS.java | 78 Document doc; in testRemoveNamedItemNS1() local 97 Document doc; in testRemoveNamedItemNS2() local
|
H A D | NodeGetOwnerDocument.java | 76 Document doc; in testGetOwnerDocument1() local 89 Document doc; in testGetOwnerDocument2() local
|
H A D | GetNamedItemNS.java | 55 Document doc; in testGetNamedItemNS1() local 73 Document doc; in testGetNamedItemNS2() local
|
/aosp_15_r20/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/ |
H A D | PackageSourcePageTest.java | 98 final Document doc = support.parse(output.getFile("index.source.html")); in testContents() local 131 final Document doc = support.parse(output.getFile("index.source.html")); in should_render_non_empty_sources() local
|
/aosp_15_r20/frameworks/base/tools/app_metadata_bundles/src/lib/java/com/android/asllib/marshallable/ |
H A D | DataCategory.java | 60 public Element toOdDomElement(Document doc) { in toOdDomElement() 69 public List<Element> toHrDomElement(Document doc) { in toHrDomElement()
|
H A D | AndroidSafetyLabel.java | 47 public Element toOdDomElement(Document doc) { in toOdDomElement() 63 public Element toHrDomElement(Document doc) { in toHrDomElement()
|
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/integration/ |
H A D | FuzzFixesIT.java | 43 Document doc = Jsoup.parse(file, "UTF-8", "https://example.com/"); in testHtmlParse() local 58 Document doc = Jsoup.parse(file, "UTF-8", "https://example.com/", Parser.xmlParser()); in testXmlParse() local
|
/aosp_15_r20/external/libxml2/python/tests/ |
H A D | ctxterror.py | 30 doc = parserCtxt.doc() variable 45 doc = parserCtxt.doc() variable
|
H A D | validDTD.py | 35 doc = libxml2.parseDoc(valid) variable 43 doc = libxml2.parseDoc(invalid) variable
|
H A D | validSchemas.py | 57 doc = libxml2.parseDoc(valid) variable 65 doc = libxml2.parseDoc(invalid) variable
|
H A D | validRNG.py | 50 doc = libxml2.parseDoc(valid) variable 58 doc = libxml2.parseDoc(invalid) variable
|
H A D | serialize.py | 12 doc = libxml2.parseDoc("""<root><foo>hello</foo></root>""") variable 71 doc = libxml2.htmlParseDoc("""<html><head><title>Hello</title><body><p>hello</body></html>""", None) variable
|
H A D | walker.py | 40 doc = libxml2.parseDoc(docstr) variable 79 doc = libxml2.parseDoc(docstr) variable
|
/aosp_15_r20/external/skia/src/pdf/ |
H A D | SkPDFType1Font.cpp | 250 static SkPDFIndirectReference make_type1_font_descriptor(SkPDFDocument* doc, in make_type1_font_descriptor() 295 static SkPDFIndirectReference type1_font_descriptor(SkPDFDocument* doc, in type1_font_descriptor() 309 void SkPDFEmitType1Font(const SkPDFFont& pdfFont, SkPDFDocument* doc) { in SkPDFEmitType1Font()
|
/aosp_15_r20/external/fonttools/MetaTools/ |
H A D | buildTableList.py | 60 doc = f.read() variable 70 doc = doc[:beginPos] + intro + blockquote + "\n" + doc[endPos:] variable
|
/aosp_15_r20/external/ktfmt/core/src/main/java/com/facebook/ktfmt/format/ |
H A D | ParseError.kt | 33 val doc = element.containingFile.viewProvider.document!! in positionOf() constant
|
/aosp_15_r20/external/pdfium/core/fpdfdoc/ |
H A D | cpdf_bafontmap_unittest.cpp | 22 CPDF_TestDocument doc; in TEST_F() local 41 CPDF_TestDocument doc; in TEST_F() local
|
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/sym/ |
H A D | SymbolsViaParserTest.java | 42 String doc = _createDoc17(); in _test17Chars() local 81 final String doc = "{ \"" + field + "\" : \"test\" }"; in _testSymbolTableExpansion() local
|
/aosp_15_r20/external/llvm/unittests/Support/ |
H A D | YAMLIOTest.cpp | 76 FooBar doc; in TEST() local 97 FooBar doc; in TEST() local 984 MultilineStringType doc; in TEST() local 1010 MultilineStringType doc; in TEST() local 1019 MultilineStringType doc; in TEST() local 1442 FooBarMap doc; in TEST() local 1664 FlowFooBarDoc doc; in TEST() local 2080 FooBar doc; in TEST() local 2161 FooBar doc; in TEST() local 2168 OptionalTest doc; in TEST() local
|
/aosp_15_r20/external/libxml2/ |
H A D | xmllint.c | 296 xmlDocPtr doc; in parseXml() local 347 xmlDocPtr doc; in parseHtml() local 1714 static void walkDoc(xmlDocPtr doc) { in walkDoc() 1881 static void doXPathQuery(xmlDocPtr doc, const char *query) { in doXPathQuery() 1914 xmlDocPtr doc = NULL; in parseFile() local 2072 xmlDocPtr doc; in parseAndPrintFile() local
|