Home
last modified time | relevance | path

Searched refs:NAMESPACE_ERR (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/aosp_15_r20/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DNodeSetPrefix.java136 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 DPrefix.java138 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 DElementSetAttributeNS.java163 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 DDOMImplementationCreateDocument.java101 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 DCreateAttributeNS.java74 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 DCreateElementNS.java92 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 DCreateDocument.java98 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 DDocumentCreateAttributeNS.java221 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 DDocumentCreateElementNS.java110 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateElementNS5()
134 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateElementNS6()
H A DCreateDocumentType.java98 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateDocumentType1()
187 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateDocumentType4()
H A DSetAttributeNS.java224 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 Delementsetattributens08.java79 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
89 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
H A Dnodesetprefix07.java76 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
H A Dnodesetprefix06.java75 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
H A DcreateElementNS04.java83 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
/aosp_15_r20/external/python/cpython3/Lib/xml/dom/
D__init__.py57 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__.py57 NAMESPACE_ERR = 14 variable
116 code = NAMESPACE_ERR
/aosp_15_r20/external/python/cpython2/Lib/xml/dom/
D__init__.py56 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__.py57 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__.py57 NAMESPACE_ERR = 14 variable
116 code = NAMESPACE_ERR
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DDocumentTypeImpl.java47 throw new DOMException(DOMException.NAMESPACE_ERR, qualifiedName); in DocumentTypeImpl()
56 throw new DOMException(DOMException.NAMESPACE_ERR, qualifiedName); in DocumentTypeImpl()
H A DNodeImpl.java205 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__.py57 NAMESPACE_ERR = 14 variable
116 code = NAMESPACE_ERR
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/dom/
H A D__init__.py57 NAMESPACE_ERR = 14 variable
116 code = NAMESPACE_ERR
/aosp_15_r20/libcore/luni/src/main/java/org/w3c/dom/
H A DDOMException.java108 public static final short NAMESPACE_ERR = 14; field in DOMException

12345678910>>...17