Home
last modified time | relevance | path

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

123

/external/guava/src/com/google/common/collect/
DImmutableSortedSetFauxverideShim.java48 @Deprecated public static <E> ImmutableSortedSet.Builder<E> builder() { in builder()
61 @Deprecated public static <E> ImmutableSortedSet<E> of(E element) { in of()
74 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2) { in of()
87 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of()
101 @Deprecated public static <E> ImmutableSortedSet<E> of( in of()
116 @Deprecated public static <E> ImmutableSortedSet<E> of( in of()
130 @Deprecated public static <E> ImmutableSortedSet<E> of(E... elements) { in of()
DImmutableSortedMapFauxverideShim.java40 @Deprecated public static <K, V> ImmutableSortedMap.Builder<K, V> builder() { in builder()
53 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1) { in of()
66 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( in of()
81 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( in of()
96 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( in of()
111 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( in of()
DOrdering.java100 @Deprecated public static <T> Ordering<T> from(Ordering<T> ordering) { in from()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebSecurityOrigin.mm69 // Deprecated. Use host instead. This needs to stay here until we ship a new Safari.
155 // MARK: Deprecated
161 @implementation WebSecurityOrigin (Deprecated) category
DWebSecurityOriginPrivate.h57 @interface WebSecurityOrigin (Deprecated)
/external/clang/include/clang/Basic/
DLangOptions.h94 unsigned Deprecated : 1; // Should __DEPRECATED be defined. variable
230 Deprecated = 0; in LangOptions()
DDiagnosticDriverKinds.td120 InGroup<Deprecated>;
/external/icu4c/data/unidata/
DPropList.txt902 0149 ; Deprecated
903 0673 ; Deprecated
904 0F77 ; Deprecated
905 0F79 ; Deprecated
906 17A3..17A4 ; Deprecated
907 206A..206F ; Deprecated
908 2329 ; Deprecated
909 232A ; Deprecated
910 E0001 ; Deprecated
911 E0020..E007F ; Deprecated
DPropertyAliases.txt141 Dep ; Deprecated
/external/guava/src/com/google/common/io/
DByteArrayDataOutput.java48 @Deprecated /*@Override*/ void writeBytes(String s); in writeBytes()
/external/protobuf/java/src/main/java/com/google/protobuf/
DCodedOutputStream.java210 @Deprecated
370 @Deprecated
518 @Deprecated
718 @Deprecated
/external/apache-http/src/org/apache/http/protocol/
DHttpRequestHandlerRegistry.java78 @Deprecated
/external/easymock/src/org/easymock/
DAbstractMatcher.java32 @Deprecated
DMockControl.java33 @Deprecated
/external/icu4c/
DDoxyfile.in36 "deprecated=\xrefitem deprecated \"Deprecated\" \"Deprecated List\"" \
/external/webkit/Source/WebKit2/win/
DWebKit2CFLite.def20 ; Deprecated re-exports from JavaScriptCore
DWebKit2.def27 ; Deprecated re-exports from JavaScriptCore
/external/webkit/Source/WebKit/win/WebKit.vcproj/
DWebKit_Cairo_debug.def30 ; Deprecated re-exports from JavaScriptCore
DWebKit_Cairo.def30 ; Deprecated re-exports from JavaScriptCore
/external/webkit/Source/WebCore/html/
DHTMLDocument.idl56 // Deprecated attributes
/external/proguard/examples/
Dlibrary.pro23 -keepattributes Exceptions,InnerClasses,Signature,Deprecated,
/external/webkit/Source/WebKit/win/Interfaces/
DIWebHTMLRepresentation.idl98 Deprecated: use the variant that includes resultDistance and resultIsInCellAbove instead.
/external/wpa_supplicant_8/wpa_supplicant/
D.config53 # Deprecated; use CONFIG_DRIVER_WEXT=y instead.
64 # Deprecated; use CONFIG_DRIVER_WEXT=y instead.
79 # Deprecated; use CONFIG_DRIVER_WEXT=y instead.
/external/wpa_supplicant_6/wpa_supplicant/
Ddefconfig53 # Deprecated; use CONFIG_DRIVER_WEXT=y instead.
64 # Deprecated; use CONFIG_DRIVER_WEXT=y instead.
79 # Deprecated; use CONFIG_DRIVER_WEXT=y instead.
/external/oauth/core/src/main/java/net/oauth/client/
DOAuthClient.java236 @Deprecated

123