Searched refs:specified (Results 1 – 7 of 7) sorted by relevance
46 private boolean[] specified; field in Attributes2Impl54 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 …]
70 boolean specified; in runTest()76 specified = domesticAttr.getSpecified(); in runTest()77 assertTrue("domesticSpecified", specified); in runTest()
79 boolean specified; in runTest()89 specified = streetAttr.getSpecified(); in runTest()90 assertFalse("attrNotSpecified", specified); in runTest()
72 boolean specified; in runTest()
83 boolean specified; in runTest()107 specified = ((Attr) /*Node */aNode).getSpecified(); in runTest()108 assertTrue("specified", specified); in runTest()
101 boolean specified; in _testImportNode1()124 specified = ((Attr) /* Node */aNode).getSpecified(); in _testImportNode1()125 assertTrue("specified", specified); in _testImportNode1()
93 to change URLClassLoader to allow this? It's not specified.",