Searched defs:isDeprecated (Results 1 - 12 of 12) 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)
/external/doclava/src/com/google/doclava/
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 DComment.java481 public boolean isDeprecated() { method in class:Comment
500 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.java377 public boolean isDeprecated() { method in class:ClassInfo
379 boolean commentDeprecated = comment().isDeprecated();
855 if (isDeprecated()) {
901 if (isDeprecated()) {
1710 if (!isDeprecated() == cl.isDeprecated()) {
/external/clang/include/clang/AST/
H A DDeclBase.h553 bool isDeprecated(std::string *Message = 0) const { function in class:clang::Decl
/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/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...

Completed in 438 milliseconds