Searched refs:specified (Results 1 – 13 of 13) sorted by relevance
/libcore/luni/src/main/java/org/xml/sax/ext/ |
D | Attributes2Impl.java | 46 private boolean[] specified; field in Attributes2Impl 54 specified = EmptyArray.BOOLEAN; in Attributes2Impl() 140 return specified [index]; in isSpecified() 162 return specified [index]; in isSpecified() 181 return specified [index]; in isSpecified() 207 specified = new boolean [length]; in setAttributes() 213 specified [i] = a2.isSpecified (i); in setAttributes() 218 specified [i] = true; in setAttributes() 252 if (length > specified.length) { in addAttribute() 258 System.arraycopy (specified, 0, newFlags, 0, specified.length); in addAttribute() [all …]
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
D | elementassociatedattribute.java | 70 boolean specified; in runTest() 76 specified = domesticAttr.getSpecified(); in runTest() 77 assertTrue("domesticSpecified", specified); in runTest()
|
D | hc_elementassociatedattribute.java | 67 boolean specified; in runTest() 73 specified = domesticAttr.getSpecified(); in runTest() 74 assertTrue("acronymTitleSpecified", specified); in runTest()
|
D | namednodemapremovenameditem.java | 79 boolean specified; in runTest() 89 specified = streetAttr.getSpecified(); in runTest() 90 assertFalse("attrNotSpecified", specified); in runTest()
|
D | hc_namednodemapremovenameditem.java | 72 boolean specified; in runTest()
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
D | importNode01.java | 83 boolean specified; in runTest() 107 specified = ((Attr) /*Node */aNode).getSpecified(); in runTest() 108 assertTrue("specified", specified); in runTest()
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
D | ImportNode.java | 101 boolean specified; in _testImportNode1() 124 specified = ((Attr) /* Node */aNode).getSpecified(); in _testImportNode1() 125 assertTrue("specified", specified); in _testImportNode1()
|
/libcore/tools/expected_upstream/ |
D | ojluni_merge_package.sh | 30 package must be specified; can be provided as a comma-separated
|
/libcore/ojluni/src/test/java/util/Base64/ |
D | plain.txt | 96 as specified in RFC 2048.>
|
/libcore/ojluni/src/test/java/util/Scanner/ |
D | input.txt | 24 * Returns the next string in the input that matches the specified pattern. 413 # be specified, in which case all files would be owned by that user instead.
|
/libcore/ojluni/src/main/java/java/nio/ |
D | X-Buffer.java.template | 231 * specified to return the buffer upon which they are invoked. This allows 461 * Attempts to read characters into the specified character buffer. 1152 // Note that we use offset instead of arrayOffset because arrayOffset is specified to 1986 * @return The specified string 2042 * Creates a new character buffer that represents the specified subsequence 2078 * Appends the specified character sequence to this 2116 * Appends a subsequence of the specified character sequence to this 2153 * Appends the specified $type$ to this
|
/libcore/expectations/ |
D | knownfailures.txt | 93 to change URLClassLoader to allow this? It's not specified.",
|
/libcore/ojluni/src/main/ |
D | LICENSE | 1197 offset and a limit offset. The range of characters thus specified
|