HomeSort by relevance Sort by last modified time
    Searched refs:getSignatureAttribute (Results 1 - 6 of 6) sorted by null

  /dalvik/tests/031-class-attributes/src/
ClassAttrs.java 54 + getSignatureAttribute(cons));
59 + getSignatureAttribute(meth));
64 + getSignatureAttribute(field));
75 /* to call the (out-of-scope) <code>getSignatureAttribute</code> methods */
76 public static String getSignatureAttribute(Object obj) {
81 "getSignatureAttribute");
85 "getSignatureAttribute");
89 //System.err.println("getSignatureAttribute() not defined.");
136 + getSignatureAttribute(clazz));
  /libcore/luni/src/main/java/java/lang/reflect/
Constructor.java 64 String signatureAttribute = getSignatureAttribute();
104 @Override /*package*/ String getSignatureAttribute() {
AccessibleObject.java 200 /*package*/ String getSignatureAttribute() {
210 * the same as Class.getSignatureAttribute(), but it can be used from
225 * the same as Class.getSignatureAttribute(), but it can be used from
Method.java 101 String signatureAttribute = getSignatureAttribute();
144 @Override /*package*/ String getSignatureAttribute() {
Field.java 115 String signatureAttribute = getSignatureAttribute();
129 /* package */String getSignatureAttribute() {
    [all...]
  /libcore/luni/src/main/java/java/lang/
Class.java 134 private String getSignatureAttribute() {
750 parser.parseForClass(this, getSignatureAttribute());
760 parser.parseForClass(this, getSignatureAttribute());
    [all...]

Completed in 3786 milliseconds