Searched refs:Deprecated (Results 1 – 25 of 62) sorted by relevance
123
/external/guava/src/com/google/common/collect/ |
D | ImmutableSortedSetFauxverideShim.java | 48 @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()
|
D | ImmutableSortedMapFauxverideShim.java | 40 @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()
|
D | Ordering.java | 100 @Deprecated public static <T> Ordering<T> from(Ordering<T> ordering) { in from()
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebSecurityOrigin.mm | 69 // Deprecated. Use host instead. This needs to stay here until we ship a new Safari. 155 // MARK: Deprecated 161 @implementation WebSecurityOrigin (Deprecated) category
|
D | WebSecurityOriginPrivate.h | 57 @interface WebSecurityOrigin (Deprecated)
|
/external/clang/include/clang/Basic/ |
D | LangOptions.h | 94 unsigned Deprecated : 1; // Should __DEPRECATED be defined. variable 230 Deprecated = 0; in LangOptions()
|
D | DiagnosticDriverKinds.td | 120 InGroup<Deprecated>;
|
/external/icu4c/data/unidata/ |
D | PropList.txt | 902 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
|
D | PropertyAliases.txt | 141 Dep ; Deprecated
|
/external/guava/src/com/google/common/io/ |
D | ByteArrayDataOutput.java | 48 @Deprecated /*@Override*/ void writeBytes(String s); in writeBytes()
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | CodedOutputStream.java | 210 @Deprecated 370 @Deprecated 518 @Deprecated 718 @Deprecated
|
/external/apache-http/src/org/apache/http/protocol/ |
D | HttpRequestHandlerRegistry.java | 78 @Deprecated
|
/external/easymock/src/org/easymock/ |
D | AbstractMatcher.java | 32 @Deprecated
|
D | MockControl.java | 33 @Deprecated
|
/external/icu4c/ |
D | Doxyfile.in | 36 "deprecated=\xrefitem deprecated \"Deprecated\" \"Deprecated List\"" \
|
/external/webkit/Source/WebKit2/win/ |
D | WebKit2CFLite.def | 20 ; Deprecated re-exports from JavaScriptCore
|
D | WebKit2.def | 27 ; Deprecated re-exports from JavaScriptCore
|
/external/webkit/Source/WebKit/win/WebKit.vcproj/ |
D | WebKit_Cairo_debug.def | 30 ; Deprecated re-exports from JavaScriptCore
|
D | WebKit_Cairo.def | 30 ; Deprecated re-exports from JavaScriptCore
|
/external/webkit/Source/WebCore/html/ |
D | HTMLDocument.idl | 56 // Deprecated attributes
|
/external/proguard/examples/ |
D | library.pro | 23 -keepattributes Exceptions,InnerClasses,Signature,Deprecated,
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebHTMLRepresentation.idl | 98 Deprecated: use the variant that includes resultDistance and resultIsInCellAbove instead.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | .config | 53 # 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/ |
D | defconfig | 53 # 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/ |
D | OAuthClient.java | 236 @Deprecated
|
123