HomeSort by relevance Sort by last modified time
    Searched defs:STRONG (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CacheValue.java 46 STRONG,
64 * Returns true if the "strength" is set to {@code STRONG}.
66 public static boolean futureInstancesWillBeStrong() { return strength == Strength.STRONG; }
70 * It holds it directly if the value is null or if the current "strength" is {@code STRONG}.
78 return strength == Strength.STRONG ? new StrongValue<V>(value) : new SoftValue<V>(value);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CacheValue.java 44 STRONG,
62 * Returns true if the "strength" is set to {@code STRONG}.
64 public static boolean futureInstancesWillBeStrong() { return strength == Strength.STRONG; }
68 * It holds it directly if the value is null or if the current "strength" is {@code STRONG}.
76 return strength == Strength.STRONG ? new StrongValue<V>(value) : new SoftValue<V>(value);
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
LocalCache.java 510 STRONG {
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 365 return keyStrength != Strength.STRONG;
369 return valueStrength != Strength.STRONG;
378 STRONG {
443 STRONG {
562 STRONG, STRONG_ACCESS, STRONG_WRITE, STRONG_ACCESS_WRITE,
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 282 return keyStrength != Strength.STRONG;
286 return valueStrength != Strength.STRONG;
295 STRONG {
352 STRONG {
471 { STRONG, STRONG_EXPIRABLE, STRONG_EVICTABLE, STRONG_EXPIRABLE_EVICTABLE },
905 * To maintain this code, make a change for the strong reference type. Then, cut and paste, and
906 * replace "Strong" with "Soft" or "Weak" within the pasted text. The primary difference is that
907 * strong entries store the key reference directly while soft and weak entries delegate to their
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
nekohtml-1.9.6.2.jar 
  /prebuilts/sdk/current/extras/constraint-layout/solver/
constraint-layout-solver-1.1.0-beta1.jar 
  /prebuilts/tools/common/m2/repository/nekohtml/nekohtml/1.9.6.2/
nekohtml-1.9.6.2.jar 
  /prebuilts/sdk/current/extras/constraint-layout-x/solver/
constraintlayout-solver-1.1.0.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/
nekohtml-1.9.16.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.20/
nekohtml-1.9.20.jar 
  /prebuilts/misc/common/android-support-test/espresso/
espresso_web_release_no_deps.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.2/
haha-2.0.2.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/10.0.1/
guava-10.0.1.jar 
  /prebuilts/tools/common/google-java-format/
google-java-format-all-deps.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 

Completed in 6692 milliseconds

1 2 3 4 5 6 7