Searched refs:isDeprecated (Results 1 - 23 of 23) 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()) {
187 if (field.isDeprecated() && field.getDeprecatedSince() == null) {
191 if (specField.isDeprecated()) {
206 if (method.isDeprecated() && method.getDeprecatedSince() == null) {
210 if (specMethod.isDeprecated()) {
H A DDocInfo.java115 public boolean isDeprecated() { method in class:DocInfo
H A DFieldInfo.java105 public boolean isDeprecated() { method in class:FieldInfo
107 boolean commentDeprecated = comment().isDeprecated();
329 if (isDeprecated()) {
468 if (isDeprecated() != fInfo.isDeprecated()) {
H A DStubs.java90 } else if (m.isDeprecated()) {
137 } else if (cl.isDeprecated()) {
374 writeAnnotations(stream, cl.annotations(), cl.isDeprecated());
552 writeAnnotations(stream, method.annotations(), method.isDeprecated());
616 writeAnnotations(stream, field.annotations(), field.isDeprecated());
771 * Write out the given list of annotations. If the {@code isDeprecated}
780 boolean isDeprecated) {
790 if (isDeprecated && ann.type() != null
792 isDeprecated = false; // Prevent duplicate annotations
796 if (isDeprecated) {
779 writeAnnotations(PrintStream stream, List<AnnotationInstanceInfo> annotations, boolean isDeprecated) argument
[all...]
H A DMethodInfo.java207 public boolean isDeprecated() { method in class:MethodInfo
210 boolean commentDeprecated = comment().isDeprecated();
576 if (isDeprecated()) {
805 if (!isDeprecated() == mInfo.isDeprecated()) {
807 + " has changed deprecation state " + isDeprecated() + " --> " + mInfo.isDeprecated());
H A DComment.java486 public boolean isDeprecated() { method in class:Comment
504 isDeprecated();
H A DClassInfo.java548 public boolean isDeprecated() { method in class:ClassInfo
550 boolean commentDeprecated = comment().isDeprecated();
1190 if (isDeprecated()) {
1249 if (isDeprecated()) {
2190 if (!isDeprecated() == cl.isDeprecated()) {
H A DDoclava.java884 data.setValue("docs.pages." + i + ".deprecated", pkg.isDeprecated() ? "true" : "false");
889 data.setValue("docs.pages." + i + ".deprecated", cl.isDeprecated() ? "true" : "false");
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp471 if (D->isDeprecated() || IsCategoryNameWithDeprecatedSuffix(D))
475 if (Method->isDeprecated())
491 !Prop->isDeprecated())
701 if (!IDecl || ObjCProtocolDecls.empty() || IDecl->isDeprecated())
771 EnumDcl->isDeprecated())
791 if (TypedefDcl->isDeprecated())
1088 if (SetterMethod->isDeprecated() ||
1159 if (CDecl->isDeprecated() || IsCategoryNameWithDeprecatedSuffix(CDecl))
1164 if (Method->isDeprecated())
1300 if (Decl->isDeprecated())
[all...]
/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.h582 bool isDeprecated(std::string *Message = nullptr) const { function in class:clang::Decl
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp260 if (ND && ND->isDeprecated()) {
2247 if (Method->isDeprecated()) {
2248 if (!PrevObjCMethod->isDeprecated())
H A DSemaDeclAttr.cpp4833 if (D->isDeprecated())
4837 return CatD->getClassInterface()->isDeprecated();
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 349 milliseconds