HomeSort by relevance Sort by last modified time
    Searched defs:mIsDeprecated (Results 1 - 5 of 5) sorted by null

  /external/doclava/src/com/google/doclava/
FieldInfo.java 102 mIsDeprecated = deprecated;
122 mIsDeprecated = commentDeprecated | annotationDeprecated;
125 return mIsDeprecated;
488 boolean mIsDeprecated;
MethodInfo.java 225 mIsDeprecated = commentDeprecated | annotationDeprecated;
228 return mIsDeprecated;
233 mIsDeprecated = deprecated;
742 private boolean mIsDeprecated;
ClassInfo.java 545 mIsDeprecated = deprecated;
564 mIsDeprecated = commentDeprecated | annotationDeprecated;
567 return mIsDeprecated;
    [all...]
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 59 milliseconds