Home
last modified time | relevance | path

Searched defs:doc (Results 326 – 350 of 3015) sorted by relevance

1...<<11121314151617181920>>...121

/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/jdk/
H A DUntypedSerializationTest.java20 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 Daar.py26 def _GetManifestPackage(doc): argument
38 def _IsManifestEmpty(doc): argument
/aosp_15_r20/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DHCNodeDocumentFragmentNormalize.java50 Document doc; in testNodeDocumentFragmentNormalize1() local
70 Document doc; in testNodeDocumentFragmentNormalize2() local
H A DOwnerElement.java75 Document doc; in testGetOwnerElement1() local
92 Document doc; in testGetOwnerElement2() local
H A DGetAttributeNodeNS.java77 Document doc; in testGetAttributeNodeNS1() local
89 Document doc; in testGetAttributeNodeNS2() local
H A DRemoveNamedItemNS.java78 Document doc; in testRemoveNamedItemNS1() local
97 Document doc; in testRemoveNamedItemNS2() local
H A DNodeGetOwnerDocument.java76 Document doc; in testGetOwnerDocument1() local
89 Document doc; in testGetOwnerDocument2() local
H A DGetNamedItemNS.java55 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 DPackageSourcePageTest.java98 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 DDataCategory.java60 public Element toOdDomElement(Document doc) { in toOdDomElement()
69 public List<Element> toHrDomElement(Document doc) { in toHrDomElement()
H A DAndroidSafetyLabel.java47 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 DFuzzFixesIT.java43 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 Dctxterror.py30 doc = parserCtxt.doc() variable
45 doc = parserCtxt.doc() variable
H A DvalidDTD.py35 doc = libxml2.parseDoc(valid) variable
43 doc = libxml2.parseDoc(invalid) variable
H A DvalidSchemas.py57 doc = libxml2.parseDoc(valid) variable
65 doc = libxml2.parseDoc(invalid) variable
H A DvalidRNG.py50 doc = libxml2.parseDoc(valid) variable
58 doc = libxml2.parseDoc(invalid) variable
H A Dserialize.py12 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 Dwalker.py40 doc = libxml2.parseDoc(docstr) variable
79 doc = libxml2.parseDoc(docstr) variable
/aosp_15_r20/external/skia/src/pdf/
H A DSkPDFType1Font.cpp250 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 DbuildTableList.py60 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 DParseError.kt33 val doc = element.containingFile.viewProvider.document!! in positionOf() constant
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_bafontmap_unittest.cpp22 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 DSymbolsViaParserTest.java42 String doc = _createDoc17(); in _test17Chars() local
81 final String doc = "{ \"" + field + "\" : \"test\" }"; in _testSymbolTableExpansion() local
/aosp_15_r20/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp76 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 Dxmllint.c296 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

1...<<11121314151617181920>>...121