Home
last modified time | relevance | path

Searched refs:doc2 (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/test/
Dtest_minidom.py633 doc2 = dom2.documentElement
634 self.assertFalse(doc2.hasChildNodes())
693 doc2 = doc.cloneNode(0)
694 self.confirm(doc2 is None,
705 doc2 = doc.cloneNode(1)
706 self.confirm(not (doc.isSameNode(doc2) or doc2.isSameNode(doc)),
708 self.confirm(len(doc.childNodes) == len(doc2.childNodes),
710 self.confirm(doc2.documentElement.nodeType == Node.ELEMENT_NODE,
712 self.confirm(doc2.documentElement.ownerDocument.isSameNode(doc2),
714 self.confirm(not doc.documentElement.isSameNode(doc2.documentElement),
[all …]
Dtest_exceptions.py1385 doc2 = "This is a test docstring."
1398 error2 = _testcapi.make_exception_with_doc("_testcapi.error2", doc2)
1399 self.assertEqual(error2.__doc__, doc2)
/third_party/libxml2/result/HTML/
Ddoc2.htm.err1 ./test/HTML/doc2.htm:10: HTML parser error : Misplaced DOCTYPE declaration
/third_party/typescript/tests/baselines/reference/
DjsdocParamTagTypeLiteral.errors.txt18 * @param {string} opts1.x doc2
DjsdocParamTagTypeLiteral.symbols18 * @param {string} opts1.x doc2
DjsdocParamTagTypeLiteral.types20 * @param {string} opts1.x doc2
/third_party/json/test/src/
Dunit-json_patch.cpp80 json doc2 = R"({ "q": { "bar": 2 } })"_json; variable
83 CHECK_THROWS_AS(doc2.patch(patch), json::out_of_range&);
84 CHECK_THROWS_WITH(doc2.patch(patch),
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c7488 const char *const doc2 = "<doc><elem/></doc>"; in START_TEST() local
7497 result = XML_Parse(parser, doc2, (int)strlen(doc2), 1); in START_TEST()
/third_party/expat/tests/
Druntests.c7696 const char *const doc2 = "<doc><elem/></doc>"; in START_TEST() local
7705 result = XML_Parse(parser, doc2, (int)strlen(doc2), 1); in START_TEST()
/third_party/chromium/patch/
D0001-cve.patch76128 - * result/HTML/doc2.htm.sax result/HTML/doc3.htm.sax
90916 - * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm