Searched refs:isDeprecated (Results 1 - 17 of 17) sorted by relevance

/external/jdiff/src/jdiff/
H A DModifiers.java24 public boolean isDeprecated = false; field in class:Modifiers
43 if (isDeprecated != oModifiers.isDeprecated)
82 if (isDeprecated != newModifiers.isDeprecated) {
85 if (isDeprecated)
H A DAPIHandler.java320 modifiers.isDeprecated = false;
323 modifiers.isDeprecated = false;
326 modifiers.isDeprecated = true;
329 modifiers.isDeprecated = true;
H A DRootDocToXML.java382 boolean isDeprecated = false;
385 isDeprecated = true;
391 if (isDeprecated) {
/external/doclava/src/com/google/doclava/
H A DSinceTagger.java146 if (doc.isDeprecated() && doc.getDeprecatedSince() == null) {
147 if (spec.isDeprecated()) {
164 if (constructor.isDeprecated() && constructor.getDeprecatedSince() == null) {
168 if (specConstructor.isDeprecated()) {
186 if (field.isDeprecated() && field.getDeprecatedSince() == null) {
190 if (specField.isDeprecated()) {
205 if (method.isDeprecated() && method.getDeprecatedSince() == null) {
209 if (specMethod.isDeprecated()) {
H A DFieldInfo.java105 public boolean isDeprecated() { method in class:FieldInfo
107 boolean commentDeprecated = comment().isDeprecated();
329 if (isDeprecated()) {
459 if (isDeprecated() != fInfo.isDeprecated()) {
H A DStubs.java77 } else if (m.isDeprecated()) {
124 } else if (cl.isDeprecated()) {
344 writeAnnotations(stream, cl.annotations(), cl.isDeprecated());
518 writeAnnotations(stream, method.annotations(), method.isDeprecated());
582 writeAnnotations(stream, field.annotations(), field.isDeprecated());
737 * Write out the given list of annotations. If the {@code isDeprecated}
746 boolean isDeprecated) {
756 if (isDeprecated && ann.type() != null
758 isDeprecated = false; // Prevent duplicate annotations
762 if (isDeprecated) {
745 writeAnnotations(PrintStream stream, List<AnnotationInstanceInfo> annotations, boolean isDeprecated) argument
[all...]
H A DMethodInfo.java206 public boolean isDeprecated() { method in class:MethodInfo
209 boolean commentDeprecated = comment().isDeprecated();
560 if (isDeprecated()) {
758 if (!isDeprecated() == mInfo.isDeprecated()) {
760 + " has changed deprecation state " + isDeprecated() + " --> " + mInfo.isDeprecated());
H A DClassInfo.java376 public boolean isDeprecated() { method in class:ClassInfo
378 boolean commentDeprecated = comment().isDeprecated();
854 if (isDeprecated()) {
900 if (isDeprecated()) {
1715 if (!isDeprecated() == cl.isDeprecated()) {
H A DComment.java484 public boolean isDeprecated() { method in class:Comment
503 isDeprecated();
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/include/clang/AST/
H A DDeclBase.h553 bool isDeprecated(std::string *Message = 0) const { function in class:clang::Decl
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp261 if (ND && ND->isDeprecated()) {
2053 if (Method->isDeprecated()) {
2054 if (!PrevObjCMethod->isDeprecated())
H A DSemaDeclAttr.cpp4808 if (D->isDeprecated())
4812 return CatD->getClassInterface()->isDeprecated();

Completed in 296 milliseconds