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

  /build/tools/droiddoc/src/
AttrTagInfo.java 59 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr tag: " + text);
70 Errors.error(Errors.BAD_ATTR_TAG, position, "Unresolved @attr ref: " + ref);
74 Errors.error(Errors.BAD_ATTR_TAG, position, "@attr must be a field: " + ref);
83 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr name tag: " + more);
94 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr command: " + command);
Errors.java 108 public static Error BAD_ATTR_TAG = new Error(6, ERROR);
126 BAD_ATTR_TAG,

Completed in 3950 milliseconds