/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
domimplementationfeaturexmlversion2.java | 85 boolean state; 88 state = domImpl.hasFeature("xml", "2.0"); 89 assertTrue("domimplementationFeaturexmlVersion2Assert", state);
|
elementhasattribute01.java | 85 boolean state; 88 state = element.hasAttribute(""); 89 assertFalse("elementhasattribute01", state);
|
elementhasattribute04.java | 67 boolean state; 74 state = element.hasAttribute("domestic"); 75 assertTrue("elementhasattribute04", state);
|
hasAttribute01.java | 67 boolean state; 71 state = testNode.hasAttribute("domestic"); 72 assertFalse("throw_False", state);
|
hasAttribute03.java | 67 boolean state; 71 state = testNode.hasAttribute("nomatch"); 72 assertFalse("throw_False", state);
|
hasAttributeNS01.java | 72 boolean state; 76 state = testNode.hasAttributeNS(namespaceURI, localName); 77 assertFalse("throw_False", state);
|
hasAttributeNS02.java | 71 boolean state; 75 state = testNode.hasAttributeNS(namespaceURI, localName); 76 assertFalse("throw_False", state);
|
hasAttributeNS03.java | 71 boolean state; 76 state = testNode.hasAttributeNS(namespaceURI, localName); 77 assertFalse("throw_False", state);
|
hasAttributes01.java | 67 boolean state; 71 state = addrNode.hasAttributes(); 72 assertFalse("throw_False", state);
|
hasAttributes02.java | 67 boolean state; 71 state = addrNode.hasAttributes(); 72 assertTrue("throw_True", state);
|
isSupported01.java | 73 boolean state; 76 state = rootNode.isSupported("XXX", "1.0"); 77 assertFalse("throw_False", state);
|
isSupported02.java | 73 boolean state; 76 state = rootNode.isSupported("XML", "9.0"); 77 assertFalse("throw_False", state);
|
isSupported04.java | 75 boolean state; 78 state = rootNode.isSupported("xml", "1.0"); 79 assertTrue("throw_True", state);
|
isSupported05.java | 75 boolean state; 78 state = rootNode.isSupported("core", "2.0"); 79 assertTrue("throw_True", state);
|
isSupported06.java | 75 boolean state; 78 state = rootNode.isSupported("xml", "2.0"); 79 assertTrue("throw_True", state);
|
isSupported07.java | 75 boolean state; 78 state = rootNode.isSupported("XML", ""); 79 assertTrue("throw_True", state);
|
isSupported09.java | 75 boolean state; 78 state = rootNode.isSupported("XML", "1.0"); 79 assertTrue("throw_True", state);
|
isSupported10.java | 75 boolean state; 78 state = rootNode.isSupported("CORE", "2.0"); 79 assertTrue("throw_True", state);
|
isSupported11.java | 75 boolean state; 78 state = rootNode.isSupported("XML", "2.0"); 79 assertTrue("throw_True", state);
|
isSupported13.java | 63 boolean state; 66 state = rootNode.isSupported("Core", ""); 67 assertTrue("Core", state);
|
isSupported14.java | 63 boolean state; 68 state = rootNode.isSupported("Core", nullString); 69 assertTrue("Core", state);
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
ElementRemoveAttributeNS.java | 53 boolean state; 63 state = element.hasAttributeNS( 65 assertFalse("elementremoveattributens01", state);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/ |
pointer_deleter02.pass.cpp | 39 int state() const {return state_;} function in class:Deleter 53 assert(s.get_deleter().state() == 5); 55 assert(s.get_deleter().state() == 5);
|
pointer_deleter03.pass.cpp | 41 int state() const {return state_;} function in class:Deleter 55 assert(s.get_deleter().state() == 5); 57 assert(s.get_deleter().state() == 6);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/ |
pointer_deleter02.pass.cpp | 39 int state() const {return state_;} function in class:Deleter 53 assert(s.get_deleter().state() == 5); 55 assert(s.get_deleter().state() == 5);
|