HomeSort by relevance Sort by last modified time
    Searched refs:isDeprecated (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
DeprecatedFieldTest.java 63 isDeprecated(method));
68 isDeprecated(method));
73 isDeprecated(method));
77 private boolean isDeprecated(AnnotatedElement annotated) {
  /external/jdiff/src/jdiff/
Modifiers.java 24 public boolean isDeprecated = false;
43 if (isDeprecated != oModifiers.isDeprecated)
82 if (isDeprecated != newModifiers.isDeprecated) {
85 if (isDeprecated)
APIHandler.java 320 modifiers.isDeprecated = false;
323 modifiers.isDeprecated = false;
326 modifiers.isDeprecated = true;
329 modifiers.isDeprecated = true;
RootDocToXML.java 382 boolean isDeprecated = false;
385 isDeprecated = true;
391 if (isDeprecated) {
    [all...]
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
CurrentXmlHandler.java 71 mDeprecated = isDeprecated(attributes);
79 mDeprecated = isDeprecated(attributes);
82 mDeprecated = isDeprecated(attributes);
128 private boolean isDeprecated(Attributes attributes) {
XmlReport.java 81 + "\" deprecated=\"" + apiClass.isDeprecated()
88 + "\" deprecated=\"" + constructor.isDeprecated()
90 if (constructor.isDeprecated()) {
106 + "\" deprecated=\"" + method.isDeprecated()
108 if (method.isDeprecated()) {
ApiConstructor.java 53 public boolean isDeprecated() {
ApiMethod.java 60 public boolean isDeprecated() {
ApiClass.java 53 public boolean isDeprecated() {
  /external/doclava/src/com/google/doclava/
SinceTagger.java 146 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()) {
DocInfo.java 115 public boolean isDeprecated() {
FieldInfo.java 105 public boolean isDeprecated() {
107 boolean commentDeprecated = comment().isDeprecated();
329 if (isDeprecated()) {
468 if (isDeprecated() != fInfo.isDeprecated()) {
Stubs.java 90 } 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) {
    [all...]
MethodInfo.java 207 public boolean isDeprecated() {
210 boolean commentDeprecated = comment().isDeprecated();
561 if (isDeprecated()) {
789 if (!isDeprecated() == mInfo.isDeprecated()) {
791 + " has changed deprecation state " + isDeprecated() + " --> " + mInfo.isDeprecated());
ClassInfo.java 391 public boolean isDeprecated() {
393 boolean commentDeprecated = comment().isDeprecated();
1027 if (isDeprecated()) {
    [all...]
Comment.java 484 public boolean isDeprecated() {
502 isDeprecated();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
AttributeDescriptor.java 84 public boolean isDeprecated() {
AttributeDescriptorLabelProvider.java 42 if (node.getDescriptor().isDeprecated()) {
TextAttributeDescriptor.java 244 if (isDeprecated()) {
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 471 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())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 288 if (descriptor.isDeprecated()) {
455 if (descriptor.isDeprecated()) {
511 && !property.getDescriptor().isDeprecated()) {
531 if (next.getDescriptor().isDeprecated()) {
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 

Completed in 372 milliseconds

1 2