HomeSort by relevance Sort by last modified time
    Searched refs:SoftValue (Results 1 - 8 of 8) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CacheValue.java 76 return strength == Strength.STRONG ? new StrongValue<V>(value) : new SoftValue<V>(value);
131 private static final class SoftValue<V> extends CacheValue<V> {
134 SoftValue(V value) { ref = new SoftReference<V>(value); }
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CacheValue.java 74 return strength == Strength.STRONG ? new StrongValue<V>(value) : new SoftValue<V>(value);
129 private static final class SoftValue<V> extends CacheValue<V> {
132 SoftValue(V value) { ref = new SoftReference<V>(value); }
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/uast/
uast-145.597.3.jar 
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 121 milliseconds