Searched refs:interner (Results 1 - 12 of 12) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/collect/
H A DInternersBenchmark.java28 Interner<String> interner = Interners.newWeakInterner();
30 interner.intern(Double.toHexString(Math.random()));
36 Interner<String> interner = Interners.newStrongInterner();
38 interner.intern(Double.toHexString(Math.random()));
/external/guava/guava/src/com/google/common/collect/
H A DInterners.java38 * Returns a new thread-safe interner which retains a strong reference to each instance it has
41 * unlike {@link String#intern}, using this interner does not consume memory in the permanent
55 * Returns a new thread-safe interner which retains a weak reference to each instance it has
59 * String#intern}, using this interner does not consume memory in the permanent generation.
103 * Returns a function that delegates to the {@link Interner#intern} method of the given interner.
107 public static <E> Function<E, E> asFunction(Interner<E> interner) { argument
108 return new InternerFunction<E>(checkNotNull(interner));
113 private final Interner<E> interner; field in class:Interners.InternerFunction
115 public InternerFunction(Interner<E> interner) { argument
116 this.interner
[all...]
/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/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/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/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/dagger2/lib/
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/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 172 milliseconds