HomeSort by relevance Sort by last modified time
    Searched defs:DEPRECATED (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /external/desugar/java/com/google/devtools/common/options/
OptionMetadataTag.java 34 * deprecated some time after the feature's release.
39 * This flag is deprecated. It might either no longer have any effect, or might no longer be
42 DEPRECATED(2),
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/javadoc/
JavadocBlockTag.java 49 DEPRECATED,
  /external/libxml2/
legacy.c 2 * legacy.c: set of deprecated routines, not to be used anymore but
26 * Deprecated functions kept for compatibility *
44 * DEPRECATED !!!!
55 static int deprecated = 0; local
57 if (!deprecated) {
59 "htmlDecodeEntities() deprecated function reached\n");
60 deprecated = 1;
70 * Deprecated call
81 * Deprecated call
397 * This function is deprecated, we now always process entities conten
416 static int deprecated = 0; local
446 static int deprecated = 0; local
481 static int deprecated = 0; local
510 static int deprecated = 0; local
533 static int deprecated = 0; local
561 static int deprecated = 0; local
593 static int deprecated = 0; local
633 static int deprecated = 0; local
659 static int deprecated = 0; local
683 static int deprecated = 0; local
703 static int deprecated = 0; local
    [all...]
  /external/turbine/java/com/google/turbine/bytecode/
Attribute.java 39 DEPRECATED("Deprecated"),
222 /** A JVMS §4.7.15 Deprecated attribute. */
223 Attribute DEPRECATED =
227 return Kind.DEPRECATED;
  /external/doclava/src/com/google/doclava/
Errors.java 181 * @deprecated This field should not be access directly. Instead, use
184 @Deprecated
298 public static final Error DEPRECATED = new Error(112, HIDDEN);
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Region.java 48 * DEPRECATED - Region codes that have been defined in the past but are no longer in modern usage,
66 * values are WORLD, CONTINENT, SUBCONTINENT, TERRITORY, GROUPING, DEPRECATED, and UNKNOWN.
98 * Type representing a region whose code has been deprecated, usually
101 DEPRECATED,
237 if ( regionIDMap.containsKey(aliasFrom) ) { // This is a deprecated region
239 } else { // Deprecated region code not in the master codes list - so need to create a deprecated region for it.
251 r.type = RegionType.DEPRECATED;
318 if (parent.equals("containedGroupings") || parent.equals("deprecated")) {
382 if ( r.type == RegionType.DEPRECATED && r.preferredValues.size() == 1)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Region.java 47 * DEPRECATED - Region codes that have been defined in the past but are no longer in modern usage,
65 * values are WORLD, CONTINENT, SUBCONTINENT, TERRITORY, GROUPING, DEPRECATED, and UNKNOWN.
105 * Type representing a region whose code has been deprecated, usually
109 DEPRECATED,
245 if ( regionIDMap.containsKey(aliasFrom) ) { // This is a deprecated region
247 } else { // Deprecated region code not in the master codes list - so need to create a deprecated region for it.
259 r.type = RegionType.DEPRECATED;
326 if (parent.equals("containedGroupings") || parent.equals("deprecated")) {
391 if ( r.type == RegionType.DEPRECATED && r.preferredValues.size() == 1)
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CheckTags.java 14 * - standard tags: @since, @deprecated
22 * '@deprecated to be removed in ICU X.X. [Use ...]'
202 "@internal", "@draft", "@stable", "@since", "@deprecated", "@author", "@see", "@version",
211 static final int DEPRECATED = 4;
412 case DEPRECATED:
465 errln("internal tag missing deprecated");
468 errln("draft tag missing deprecated or provisional");
471 errln("obsolete tag missing deprecated");
474 logln("stable deprecated");
GatherAPIData.java 18 * - stable, draft, deprecated, obsolete (ST DR DP OB)
485 // @internal and @obsolete should be always used along with @deprecated.
490 // @deprecated should be always used along with @internal.
498 // @deprecated should be always used along with @obsolete.
508 // 1. @internal and @deprecated
509 // 2. @obsolete and @deprecated
531 System.err.println("warning: no @deprecated tag for @internal API: " + doc);
562 case DEPRECATED:
623 private static final int DEPRECATED = 4;
636 "@internal", "@draft", "@stable", "@since", "@deprecated", "@author", "@see"
    [all...]
GatherAPIDataOld.java 18 * - stable, draft, deprecated, obsolete (ST DR DP OB)
379 // ok to have both a 'standard' tag and deprecated
382 // if already not deprecated, this is an error
424 case DEPRECATED:
485 private static final int DEPRECATED = 4;
498 "@internal", "@draft", "@stable", "@since", "@deprecated", "@author", "@see", "@version",
CheckAPI.java 18 * - stable, draft, deprecated, obsolete (ST DR DP OB)
471 { "draft ", "stable ", "deprecated", "obsolete " },
    [all...]
  /tools/metalava/src/main/java/com/android/tools/metalava/doclava1/
Errors.java 160 public static final Error DEPRECATED = new Error(112, HIDDEN);
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UProperty.java 36 * @deprecated This API is ICU internal only.
37 * @hide original deprecated declaration
40 @Deprecated
92 * <p>Binary property Deprecated (new).
93 * <p>The usage of deprecated characters is strongly discouraged.
95 public static final int DEPRECATED = 6;
493 * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
496 @Deprecated
656 * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
659 @Deprecated
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UProperty.java 37 * @deprecated This API is ICU internal only.
39 @Deprecated
99 * <p>Binary property Deprecated (new).
100 * <p>The usage of deprecated characters is strongly discouraged.
103 public static final int DEPRECATED = 6;
566 * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
568 @Deprecated
751 * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
753 @Deprecated
775 * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420
    [all...]
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/6.1.1/
asm-6.1.1.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 
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.1/
lint-checks-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.2/
lint-checks-23.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.0/
lint-checks-23.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.3/
lint-checks-23.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.4/
lint-checks-23.1.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.0/
lint-checks-23.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.1/
lint-checks-23.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.2/
lint-checks-23.2.2.jar 

Completed in 644 milliseconds

1 2 3 4 5 6