Home
last modified time | relevance | path

Searched refs:Deprecated (Results 1 – 25 of 77) sorted by relevance

1234

/libcore/dalvik/src/main/java/dalvik/bytecode/
DOpcodes.java347 @Deprecated int OP_IGET_WIDE_VOLATILE = 0xe8;
353 @Deprecated int OP_IPUT_WIDE_VOLATILE = 0xe9;
359 @Deprecated int OP_SGET_WIDE_VOLATILE = 0xea;
365 @Deprecated int OP_SPUT_WIDE_VOLATILE = 0xeb;
371 @Deprecated int OP_BREAKPOINT = 0xec;
377 @Deprecated int OP_THROW_VERIFICATION_ERROR = 0xed;
383 @Deprecated int OP_EXECUTE_INLINE = 0xee;
389 @Deprecated int OP_EXECUTE_INLINE_RANGE = 0xef;
395 @Deprecated int OP_INVOKE_DIRECT_EMPTY = 0xf0;
401 @Deprecated int OP_IGET_QUICK = 0xf2;
[all …]
/libcore/ojluni/src/main/java/java/lang/
DSecurityManager.java42 @Deprecated
48 @Deprecated
64 @Deprecated
73 @Deprecated
81 @Deprecated
89 @Deprecated
98 @Deprecated
106 @Deprecated
162 @Deprecated
DDeprecated.java44 public @interface Deprecated { annotation
DThread.java853 @Deprecated
872 @Deprecated
986 @Deprecated
1026 @Deprecated
1051 @Deprecated
1223 @Deprecated
/libcore/ojluni/src/main/java/sun/misc/
DVM.java46 @Deprecated
56 @Deprecated
64 @Deprecated
71 @Deprecated
78 @Deprecated
82 @Deprecated
86 @Deprecated
90 @Deprecated
96 @Deprecated
100 @Deprecated
/libcore/ojluni/src/main/java/java/sql/
DTime.java57 @Deprecated
156 @Deprecated
170 @Deprecated
183 @Deprecated
197 @Deprecated
211 @Deprecated
225 @Deprecated
238 @Deprecated
DDate.java55 @Deprecated // Android-added
182 @Deprecated // Android-added: changed javadoc to include deprecation note.
194 @Deprecated // Android-added: changed javadoc to include deprecation note.
206 @Deprecated // Android-added: changed javadoc to include deprecation note.
218 @Deprecated // Android-added: changed javadoc to include deprecation note.
230 @Deprecated // Android-added: changed javadoc to include deprecation note.
242 @Deprecated // Android-added: changed javadoc to include deprecation note.
/libcore/libart/src/main/java/dalvik/system/
DVMRuntime.java186 @Deprecated
195 @Deprecated
204 @Deprecated
211 @Deprecated
228 @Deprecated
237 @Deprecated
244 @Deprecated
/libcore/ojluni/src/main/java/java/util/
DDate.java195 @Deprecated
218 @Deprecated
242 @Deprecated
272 @Deprecated
316 @Deprecated
453 @Deprecated
670 @Deprecated
690 @Deprecated
706 @Deprecated
725 @Deprecated
[all …]
/libcore/ojluni/src/main/java/java/util/jar/
DPack200.java597 @Deprecated
619 @Deprecated
756 @Deprecated
778 @Deprecated
/libcore/luni/src/main/java/org/xml/sax/
DAttributeList.java72 @Deprecated
DParser.java52 @Deprecated
DDocumentHandler.java47 @Deprecated
DHandlerBase.java45 @Deprecated
/libcore/dalvik/src/main/java/dalvik/system/
DDexFile.java41 @Deprecated
58 @Deprecated
84 @Deprecated
158 @Deprecated
DVMDebug.java143 @Deprecated
274 @Deprecated
283 @Deprecated
/libcore/ojluni/src/main/java/java/security/
DSignatureSpi.java306 @Deprecated
372 @Deprecated
DCertificate.java65 @Deprecated
/libcore/dalvik/src/main/java/dalvik/annotation/
DTestTargetClass.java34 @Deprecated
DTestTarget.java33 @Deprecated
/libcore/luni/src/main/java/org/xml/sax/helpers/
DParserFactory.java43 @Deprecated
/libcore/ojluni/src/main/java/java/net/
DMulticastSocket.java213 @Deprecated
259 @Deprecated
658 @Deprecated
DDatagramSocketImpl.java169 @Deprecated
181 @Deprecated
/libcore/luni/src/test/java/libcore/java/lang/
DOldClassTest.java91 @Deprecated
247 type.equals(Deprecated.class) || in test_getAnnotations()
349 assertNull(PublicTestClass.class.getAnnotation(Deprecated.class)); in test_getAnnotation()
351 Deprecated target2 = ExtendTestClass.class.getAnnotation(Deprecated.class); in test_getAnnotation()
550 assertTrue(Deprecated.class.isAnnotation()); in test_isAnnotation()
559 assertFalse(String.class.isAnnotationPresent(Deprecated.class)); in test_isAnnotationPresent()
561 assertTrue(ExtendTestClass.class.isAnnotationPresent(Deprecated.class)); in test_isAnnotationPresent()
/libcore/ojluni/src/main/java/java/io/
DStringBufferInputStream.java45 @Deprecated

1234