Searched refs:setAttrs (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DMethodResultTest.java131 AttributeList setAttrs = new AttributeList();
132 setAttrs.add(new Attribute("Exotic", new Exotic()));
133 setAttrs = mbsc.setAttributes(on, setAttrs);
169 ok &= checkAttrs("setAttributes", setAttrs);
173 ok &= checkType("setAttributes", attrValue(setAttrs), Exotic.class);
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java1875 public void setAttrs(Element attrs) { method in class:XMLKit.Element

Completed in 69 milliseconds