Home | History | Annotate | Download | only in nsd

Lines Matching defs:setAttribute

65             info.setAttribute("?", "meow");
75 info.setAttribute("kitten=", "meow");
89 info.setAttribute("longcat", longValue); // Key + value == 255 characters.
103 info.setAttribute(key, "12345");
137 attributedInfo.setAttribute("color", "pink");
138 attributedInfo.setAttribute("sound", (new String("???")).getBytes("UTF-8"));
139 attributedInfo.setAttribute("adorable", (String) null);
140 attributedInfo.setAttribute("sticky", "yes");
141 attributedInfo.setAttribute("siblings", new byte[] {});
142 attributedInfo.setAttribute("edge cases", new byte[] {0, -1, 127, -128});