Searched defs:STRONG (Results 1 - 20 of 20) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DCacheValue.java46 STRONG, enum constant in enum:CacheValue.Strength
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/
H A DCacheValue.java44 STRONG, enum constant in enum:CacheValue.Strength
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/
H A DLocalCache.java510 STRONG { enum constant in enum:LocalCache.Strength
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java282 return keyStrength != Strength.STRONG;
286 return valueStrength != Strength.STRONG;
295 STRONG { enum constant in enum:MapMakerInternalMap.Strength
352 STRONG { enum constant in enum:MapMakerInternalMap.EntryFactory
471 { STRONG, STRONG_EXPIRABLE, STRONG_EVICTABLE, STRONG_EXPIRABLE_EVICTABLE },
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java365 return keyStrength != Strength.STRONG;
369 return valueStrength != Strength.STRONG;
378 STRONG { enum constant in enum:LocalCache.Strength
443 STRONG { enum constant in enum:LocalCache.EntryFactory
562 STRONG, STRONG_ACCESS, STRONG_WRITE, STRONG_ACCESS_WRITE,
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/guice/extensions/persist/lib/
H A Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/opensymphony/xwork2/ com/opensymphony/xwork2/config/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/mockito/lib/
H A Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 194 milliseconds