Searched refs:doc2 (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Lib/test/ |
D | test_minidom.py | 633 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 …]
|
D | test_exceptions.py | 1385 doc2 = "This is a test docstring." 1398 error2 = _testcapi.make_exception_with_doc("_testcapi.error2", doc2) 1399 self.assertEqual(error2.__doc__, doc2)
|
/third_party/typescript/tests/baselines/reference/ |
D | jsdocParamTagTypeLiteral.errors.txt | 18 * @param {string} opts1.x doc2
|
D | jsdocParamTagTypeLiteral.symbols | 18 * @param {string} opts1.x doc2
|
D | jsdocParamTagTypeLiteral.types | 20 * @param {string} opts1.x doc2
|
/third_party/json/tests/src/ |
D | unit-json_patch.cpp | 60 json doc2 = R"({ "q": { "bar": 2 } })"_json; variable 63 …CHECK_THROWS_WITH_AS(doc2.patch(patch1), "[json.exception.out_of_range.403] key 'a' not found", js…
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
D | runtests.c | 7560 const char *const doc2 = "<doc><elem/></doc>"; in START_TEST() local 7569 result = XML_Parse(parser, doc2, (int)strlen(doc2), 1); in START_TEST()
|
/third_party/python/patches/ |
D | cpython_mingw_v3.10.2.patch | 1906 self.confirm(doc2.namespaceURI == xml.dom.EMPTY_NAMESPACE)
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 76128 - * result/HTML/doc2.htm.sax result/HTML/doc3.htm.sax 90916 - * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
|