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

/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
H A DDeprecatedFieldTest.java63 isDeprecated(method));
68 isDeprecated(method));
73 isDeprecated(method));
77 private boolean isDeprecated(AnnotatedElement annotated) { method in class:DeprecatedFieldTest
/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.java96 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()) {
463 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.java207 public boolean isDeprecated() { method in class:MethodInfo
210 boolean commentDeprecated = comment().isDeprecated();
561 if (isDeprecated()) {
784 if (!isDeprecated() == mInfo.isDeprecated()) {
786 + " has changed deprecation state " + isDeprecated() + " --> " + mInfo.isDeprecated());
H A DClassInfo.java380 public boolean isDeprecated() { method in class:ClassInfo
382 boolean commentDeprecated = comment().isDeprecated();
872 if (isDeprecated()) {
918 if (isDeprecated()) {
1772 if (!isDeprecated() == cl.isDeprecated()) {
H A DComment.java484 public boolean isDeprecated() { method in class:Comment
503 isDeprecated();
H A DDoclava.java850 data.setValue("docs.pages." + i + ".deprecated", pkg.isDeprecated() ? "true" : "false");
855 data.setValue("docs.pages." + i + ".deprecated", cl.isDeprecated() ? "true" : "false");
/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.h569 bool isDeprecated(std::string *Message = 0) const { function in class:clang::Decl
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp261 if (ND && ND->isDeprecated()) {
2153 if (Method->isDeprecated()) {
2154 if (!PrevObjCMethod->isDeprecated())
H A DSemaDeclAttr.cpp5298 if (D->isDeprecated())
5302 return CatD->getClassInterface()->isDeprecated();
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp232 bool isDeprecated(MCInst &Inst, StringRef &Info);
4880 bool ARMAsmParser::isDeprecated(MCInst &Inst, StringRef &Info) { function in class:__anon21372::ARMAsmParser
5389 if (isDeprecated(Inst, DepInfo))
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 407 milliseconds