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

  /cts/tools/spec-progress/src/
SpecProgressDoclet.java 801 ThrowsTag[] throwsTags = doc.throwsTags();
803 for (int i = 0; i < throwsTags.length; i++) {
804 ThrowsTag throwsTag = throwsTags[i];
828 for (int j = 0; j < throwsTags.length && !found; j++) {
829 ThrowsTag throwsTag = throwsTags[j];
    [all...]
  /build/tools/droiddoc/src/
MethodInfo.java 394 public ThrowsTagInfo[] throwsTags()
397 ThrowsTagInfo[] documented = comment().throwsTags();
572 ThrowsTagInfo.makeHDF(data, base + ".throws", throwsTags());
Comment.java 265 public ThrowsTagInfo[] throwsTags()

Completed in 1723 milliseconds