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

1 2 3

  /libcore/ojluni/src/main/java/java/lang/
Deprecated.java 32 * A program element annotated @Deprecated is one that programmers
35 * deprecated program element is used or overridden in non-deprecated code.
43 public @interface Deprecated {
  /external/protobuf/java/src/test/java/com/google/protobuf/
TestBadIdentifiers.java 38 * if not fully qualified (like @Deprecated and @Override).
46 TestBadIdentifiersProto.Deprecated.newBuilder();
  /external/chromium-trace/catapult/telemetry/telemetry/
decorators.py 39 class Deprecated(object):
51 warnings.warn('%s is deprecated. It will no longer be supported on %s. '
96 raise TypeError('@Deprecated is only applicable to functions or classes')
  /external/icu/android_icu4j/src/main/java/android/icu/util/
GenderInfo.java 24 * @deprecated This API is ICU internal only.
28 @Deprecated
35 * @deprecated This API is ICU internal only.
38 @Deprecated
41 * @deprecated This API is ICU internal only.
44 @Deprecated
47 * @deprecated This API is ICU internal only.
50 @Deprecated
53 * @deprecated This API is ICU internal only.
56 @Deprecated
    [all...]
ULocale.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
GenderInfo.java 24 * @deprecated This API is ICU internal only.
26 @Deprecated
34 * @deprecated This API is ICU internal only.
36 @Deprecated
40 * @deprecated This API is ICU internal only.
42 @Deprecated
46 * @deprecated This API is ICU internal only.
48 @Deprecated
52 * @deprecated This API is ICU internal only.
54 @Deprecated
    [all...]
ULocale.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
ListFormatter.java 40 * @deprecated This API is ICU internal only.
43 @Deprecated
47 * @deprecated This API is ICU internal only.
50 @Deprecated
54 * @deprecated This API is ICU internal only.
57 @Deprecated
61 * @deprecated This API is ICU internal only.
64 @Deprecated
68 * @deprecated This API is ICU internal only.
71 @Deprecated
    [all...]
RelativeDateTimeFormatter.java 140 * @deprecated This API is ICU internal only.
143 @Deprecated
214 * @deprecated This API is ICU internal only.
217 @Deprecated
    [all...]
DateFormat.java 409 * @deprecated This API is ICU internal only.
412 @Deprecated
465 * @deprecated
468 @Deprecated
    [all...]
PluralRules.java 173 * @deprecated This API is ICU internal only.
174 * @hide original deprecated declaration
177 @Deprecated
180 * @deprecated This API is ICU internal only.
181 * @hide original deprecated declaration
184 @Deprecated
195 * @deprecated This API is ICU internal only.
196 * @hide original deprecated declaration
199 @Deprecated
203 * @deprecated This API is ICU internal only
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ListFormatter.java 40 * @deprecated This API is ICU internal only.
42 @Deprecated
47 * @deprecated This API is ICU internal only.
49 @Deprecated
54 * @deprecated This API is ICU internal only.
56 @Deprecated
61 * @deprecated This API is ICU internal only.
63 @Deprecated
68 * @deprecated This API is ICU internal only.
70 @Deprecated
    [all...]
RelativeDateTimeFormatter.java 154 * @deprecated This API is ICU internal only.
156 @Deprecated
241 * @deprecated This API is ICU internal only.
243 @Deprecated
    [all...]
DateFormat.java 447 * @deprecated This API is ICU internal only.
449 @Deprecated
510 * @deprecated
512 @Deprecated
    [all...]
PluralRules.java 175 * @deprecated This API is ICU internal only.
177 @Deprecated
181 * @deprecated This API is ICU internal only.
183 @Deprecated
195 * @deprecated This API is ICU internal only.
197 @Deprecated
202 * @deprecated This API is ICU internal only.
204 @Deprecated
223 * @deprecated This API is ICU internal only.
225 @Deprecated
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Type.java 66 @Deprecated
68 @Deprecated
70 @Deprecated
  /frameworks/base/core/java/android/webkit/
WebSettings.java 60 * @deprecated This algorithm is now obsolete.
62 @Deprecated
65 * @deprecated This algorithm is now obsolete.
67 @Deprecated
82 * @deprecated Use {@link WebSettings#setTextZoom(int)} and {@link WebSettings#getTextZoom()} instead.
138 * @deprecated This value is obsolete, as from API level
142 @Deprecated
221 * @deprecated This method is now obsolete.
225 @Deprecated
233 * @deprecated This method is now obsolete
    [all...]
  /external/messageformat/java/com/ibm/icu/simple/
PluralRules.java 172 * @deprecated This API is ICU internal only.
174 @Deprecated
178 * @deprecated This API is ICU internal only.
180 @Deprecated
192 * @deprecated This API is ICU internal only.
194 @Deprecated
211 * @deprecated This API is ICU internal only.
213 @Deprecated
221 * @deprecated This API is ICU internal only.
223 @Deprecated
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 465 * @deprecated Because of the poor quality of this configuration,
468 @Deprecated
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 847 /// 'deprecated' '=' version
859 enum { Introduced, Deprecated, Obsoleted, Unknown };
885 // "introduced", "deprecated", and "obsoleted", do so now.
888 Ident_deprecated = PP.getIdentifierInfo("deprecated");
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java 91 @Deprecated
247 type.equals(Deprecated.class) ||
349 assertNull(PublicTestClass.class.getAnnotation(Deprecated.class));
351 Deprecated target2 = ExtendTestClass.class.getAnnotation(Deprecated.class);
550 assertTrue(Deprecated.class.isAnnotation());
559 assertFalse(String.class.isAnnotationPresent(Deprecated.class));
561 assertTrue(ExtendTestClass.class.isAnnotationPresent(Deprecated.class));
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /external/clang/include/clang-c/
Index.h 123 * it being deprecated or unavailable.
131 * \brief The entity is available, but has been deprecated (and its use is
941 * is now deprecated. Use clang_getDiagnosticCategoryText()
    [all...]
  /external/v8/src/
objects.h     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/0.13.1513/
kotlin-runtime-0.13.1513.jar 

Completed in 630 milliseconds

1 2 3