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

/dalvik/dexgen/src/com/android/dexgen/rop/
H A DStdAttributeList.java96 * Sets the attribute at the given index.
98 * @param n {@code >= 0, < size();} which attribute
99 * @param attribute {@code null-ok;} the attribute object
101 public void set(int n, Attribute attribute) { argument
102 set0(n, attribute);
/dalvik/dx/src/com/android/dx/cf/iface/
H A DStdAttributeList.java100 * Sets the attribute at the given index.
102 * @param n {@code >= 0, < size();} which attribute
103 * @param attribute {@code null-ok;} the attribute object
105 public void set(int n, Attribute attribute) { argument
106 set0(n, attribute);

Completed in 62 milliseconds