Searched refs:Deprecated (Results 1 – 25 of 594) sorted by relevance
12345678910>>...24
/external/guava/guava/src/com/google/common/collect/ |
D | ImmutableSortedMultisetFauxverideShim.java | 43 @Deprecated 57 @Deprecated 71 @Deprecated 85 @Deprecated 99 @Deprecated 114 @Deprecated 129 @Deprecated 150 @Deprecated
|
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() 131 @Deprecated public static <E> ImmutableSortedSet<E> of( in of() 145 @Deprecated public static <E> ImmutableSortedSet<E> copyOf(E[] elements) { in copyOf()
|
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 | GenericMapMaker.java | 104 @Deprecated 123 @Deprecated 163 @Deprecated
|
D | SortedMaps.java | 45 @Deprecated 89 @Deprecated public static <K, V1, V2> SortedMap<K, V2> transformValues( in transformValues() 146 @Deprecated public static <K, V1, V2> SortedMap<K, V2> transformEntries( in transformEntries() 171 @Deprecated public static <K, V> SortedMapDifference<K, V> difference( in difference()
|
D | MapMaker.java | 236 @Deprecated 330 @Deprecated 433 @Deprecated 463 @Deprecated 511 @Deprecated 561 @Deprecated 665 @Deprecated
|
/external/jmdns/src/javax/jmdns/ |
D | ServiceInfo.java | 457 @Deprecated 474 @Deprecated 485 @Deprecated 496 @Deprecated 507 @Deprecated 578 @Deprecated 588 @Deprecated 607 @Deprecated
|
D | JmDNS.java | 171 @Deprecated 374 @Deprecated
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/signin/ |
D | AndroidProfileOAuth2TokenServiceHelper.java | 28 @Deprecated 37 @Deprecated 45 @Deprecated
|
/external/guava/guava/src/com/google/common/cache/ |
D | Cache.java | 153 @Deprecated V get(K key) throws ExecutionException; in get() 173 @Deprecated V getUnchecked(K key); in getUnchecked() 188 @Deprecated V apply(K key); in apply()
|
D | ForwardingCache.java | 118 @Deprecated 124 @Deprecated 130 @Deprecated
|
/external/mockito/src/org/mockito/stubbing/answers/ |
D | ReturnsElementsOf.java | 22 @Deprecated 25 @Deprecated
|
/external/junit/src/org/junit/runners/ |
D | BlockJUnit4ClassRunner.java | 159 @Deprecated 271 @Deprecated 286 @Deprecated 300 @Deprecated 318 @Deprecated 359 @Deprecated
|
/external/apache-http/src/org/apache/http/protocol/ |
D | HttpRequestHandlerRegistry.java | 55 @Deprecated 83 @Deprecated
|
/external/guava/guava/src/com/google/common/base/ |
D | Joiner.java | 97 @Deprecated 156 @Deprecated 216 @Deprecated 390 @Deprecated 446 @Deprecated 492 @Deprecated
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | GenericMapMaker.java | 72 @Deprecated 94 @Deprecated
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowImageView.java | 41 @Deprecated 124 @Deprecated 134 @Deprecated
|
/external/doclava/ |
D | android-changes.txt | 15 parameter, which when set adds a @Deprecated annotation if one 18 @Deprecated. Also strips out @Override annotations.
|
/external/junit/src/org/junit/ |
D | Assert.java | 480 @Deprecated 490 @Deprecated 687 @Deprecated 707 @Deprecated
|
/external/icu/icu4c/source/test/hdrtst/ |
D | Makefile.in | 45 E_D="[1/$(E_NUM)] Deprecated: " 50 E_DEP="[6/$(E_NUM)] Hide Deprecated: "
|
/external/chromium_org/third_party/icu/source/test/hdrtst/ |
D | Makefile.in | 45 E_D="[1/$(E_NUM)] Deprecated: " 50 E_DEP="[6/$(E_NUM)] Hide Deprecated: "
|
/external/chromium_org/content/browser/appcache/ |
D | appcache_interceptor.cc | 90 net::URLRequest::Deprecated::RegisterRequestInterceptor(this); in AppCacheInterceptor() 94 net::URLRequest::Deprecated::UnregisterRequestInterceptor(this); in ~AppCacheInterceptor()
|
/external/chromium_org/ppapi/api/private/ |
D | ppb_flash.idl | 167 * Deprecated. Does nothing. Use PPB_Flash_MessageLoop. 174 * Deprecated. Does nothing. Use PPB_Flash_MessageLoop. 215 * Deprecated. Does nothing. Use PPB_Flash_Print. 229 * Deprecated. Does nothing. 235 * Deprecated. Does nothing. See GetSetting().
|
/external/chromium_org/media/cast/logging/proto/ |
D | raw_events.proto | 39 VIDEO_FRAME_SENT_TO_ENCODER = 15; // Deprecated 45 // AUDIO_PACKET_SENT_TO_PACER = 19; // Deprecated 46 // VIDEO_PACKET_SENT_TO_PACER = 20; // Deprecated
|
/external/apache-http/src/org/apache/http/io/ |
D | HttpTransportMetrics.java | 39 @Deprecated
|
12345678910>>...24