/aosp_15_r20/libcore/luni/src/test/java/tests/org/w3c/dom/ |
H A D | NodeSetPrefix.java | 136 success = (ex.code == DOMException.NAMESPACE_ERR); in testSetPrefix3() 188 success = (ex.code == DOMException.NAMESPACE_ERR); in testSetPrefix5() 206 success = (ex.code == DOMException.NAMESPACE_ERR); in testSetPrefix6() 223 success = (ex.code == DOMException.NAMESPACE_ERR); in testSetPrefix7() 243 success = (ex.code == DOMException.NAMESPACE_ERR); in testSetPrefix8()
|
H A D | Prefix.java | 138 success = (ex.code == DOMException.NAMESPACE_ERR); in testGetPrefix5() 174 success = (ex.code == DOMException.NAMESPACE_ERR); in testGetPrefix7() 228 success = (ex.code == DOMException.NAMESPACE_ERR); in _testGetPrefix9() 246 success = (ex.code == DOMException.NAMESPACE_ERR); in testGetPrefix10() 266 success = (ex.code == DOMException.NAMESPACE_ERR); in testGetPrefix11()
|
H A D | ElementSetAttributeNS.java | 163 success = (ex.code == DOMException.NAMESPACE_ERR); in testSetAttributeNS5() 181 success = (ex.code == DOMException.NAMESPACE_ERR); in testSetAttributeNS8() 192 success = (ex.code == DOMException.NAMESPACE_ERR); in testSetAttributeNS8() 213 success = (ex.code == DOMException.NAMESPACE_ERR); in testSetAttributeNSURINull()
|
H A D | DOMImplementationCreateDocument.java | 101 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateDocument4() 122 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateDocument5() 142 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateDocument7()
|
H A D | CreateAttributeNS.java | 74 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateAttributeNS1() 92 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateAttributeNS2() 157 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateAttributeNS4()
|
H A D | CreateElementNS.java | 92 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateElementNS1() 110 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateElementNS2() 176 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateElementNS4()
|
H A D | CreateDocument.java | 98 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateDocument1() 119 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateDocument2() 235 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateDocument6()
|
H A D | DocumentCreateAttributeNS.java | 221 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateAttributeNS5() 245 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateAttributeNS6() 262 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateAttributeNS7()
|
H A D | DocumentCreateElementNS.java | 110 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateElementNS5() 134 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateElementNS6()
|
H A D | CreateDocumentType.java | 98 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateDocumentType1() 187 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateDocumentType4()
|
H A D | SetAttributeNS.java | 224 success = (ex.code == DOMException.NAMESPACE_ERR); in testSetAttributeNS6() 245 success = (ex.code == DOMException.NAMESPACE_ERR); in testSetAttributeNS7()
|
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
H A D | elementsetattributens08.java | 79 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest() 89 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
|
H A D | nodesetprefix07.java | 76 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
|
H A D | nodesetprefix06.java | 75 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
|
H A D | createElementNS04.java | 83 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
|
/aosp_15_r20/external/python/cpython3/Lib/xml/dom/ |
D | __init__.py | 57 NAMESPACE_ERR = 14 variable 116 code = NAMESPACE_ERR
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/dom/ |
D | __init__.py | 57 NAMESPACE_ERR = 14 variable 116 code = NAMESPACE_ERR
|
/aosp_15_r20/external/python/cpython2/Lib/xml/dom/ |
D | __init__.py | 56 NAMESPACE_ERR = 14 variable 115 code = NAMESPACE_ERR
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xml/dom/ |
D | __init__.py | 57 NAMESPACE_ERR = 14 variable 116 code = NAMESPACE_ERR
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xml/dom/ |
D | __init__.py | 57 NAMESPACE_ERR = 14 variable 116 code = NAMESPACE_ERR
|
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
H A D | DocumentTypeImpl.java | 47 throw new DOMException(DOMException.NAMESPACE_ERR, qualifiedName); in DocumentTypeImpl() 56 throw new DOMException(DOMException.NAMESPACE_ERR, qualifiedName); in DocumentTypeImpl()
|
H A D | NodeImpl.java | 205 throw new DOMException(DOMException.NAMESPACE_ERR, prefix); in validatePrefix() 213 throw new DOMException(DOMException.NAMESPACE_ERR, prefix); in validatePrefix() 230 throw new DOMException(DOMException.NAMESPACE_ERR, qualifiedName); in setNameNS() 248 throw new DOMException(DOMException.NAMESPACE_ERR, qualifiedName); in setNameNS()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/dom/ |
D | __init__.py | 57 NAMESPACE_ERR = 14 variable 116 code = NAMESPACE_ERR
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/dom/ |
H A D | __init__.py | 57 NAMESPACE_ERR = 14 variable 116 code = NAMESPACE_ERR
|
/aosp_15_r20/libcore/luni/src/main/java/org/w3c/dom/ |
H A D | DOMException.java | 108 public static final short NAMESPACE_ERR = 14; field in DOMException
|