Searched defs:absentBehavior (Results 1 - 13 of 13) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DSortedListsTest.java38 KeyPresentBehavior presentBehavior, KeyAbsentBehavior absentBehavior) {
78 switch (absentBehavior) {
95 for (KeyAbsentBehavior absentBehavior : KeyAbsentBehavior.values()) {
98 SortedLists.binarySearch(LIST_WITHOUT_DUPS, key, presentBehavior, absentBehavior),
99 presentBehavior, absentBehavior);
107 for (KeyAbsentBehavior absentBehavior : KeyAbsentBehavior.values()) {
110 SortedLists.binarySearch(LIST_WITH_DUPS, key, presentBehavior, absentBehavior),
111 presentBehavior, absentBehavior);
37 assertModelAgrees(List<Integer> list, Integer key, int answer, KeyPresentBehavior presentBehavior, KeyAbsentBehavior absentBehavior) argument
/external/guava/guava-tests/test/com/google/common/collect/
H A DSortedListsTest.java40 KeyPresentBehavior presentBehavior, KeyAbsentBehavior absentBehavior) {
80 switch (absentBehavior) {
97 for (KeyAbsentBehavior absentBehavior : KeyAbsentBehavior.values()) {
100 SortedLists.binarySearch(LIST_WITHOUT_DUPS, key, presentBehavior, absentBehavior),
101 presentBehavior, absentBehavior);
109 for (KeyAbsentBehavior absentBehavior : KeyAbsentBehavior.values()) {
112 SortedLists.binarySearch(LIST_WITH_DUPS, key, presentBehavior, absentBehavior),
113 presentBehavior, absentBehavior);
39 assertModelAgrees(List<Integer> list, Integer key, int answer, KeyPresentBehavior presentBehavior, KeyAbsentBehavior absentBehavior) argument
/external/guava/guava/src/com/google/common/collect/
H A DSortedLists.java190 KeyPresentBehavior presentBehavior, KeyAbsentBehavior absentBehavior) {
193 list, checkNotNull(e), Ordering.natural(), presentBehavior, absentBehavior);
204 KeyAbsentBehavior absentBehavior) {
211 absentBehavior);
227 KeyAbsentBehavior absentBehavior) {
229 Lists.transform(list, keyFunction), key, keyComparator, presentBehavior, absentBehavior);
250 * @param absentBehavior the specification for what to do if no elements of the list compare as
257 KeyAbsentBehavior absentBehavior) {
261 checkNotNull(absentBehavior);
282 return absentBehavior
189 binarySearch(List<? extends E> list, E e, KeyPresentBehavior presentBehavior, KeyAbsentBehavior absentBehavior) argument
202 binarySearch(List<E> list, Function<? super E, K> keyFunction, @Nullable K key, KeyPresentBehavior presentBehavior, KeyAbsentBehavior absentBehavior) argument
221 binarySearch( List<E> list, Function<? super E, K> keyFunction, @Nullable K key, Comparator<? super K> keyComparator, KeyPresentBehavior presentBehavior, KeyAbsentBehavior absentBehavior) argument
255 binarySearch(List<? extends E> list, @Nullable E key, Comparator<? super E> comparator, KeyPresentBehavior presentBehavior, KeyAbsentBehavior absentBehavior) argument
[all...]
/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/dagger2/lib/
H A Dauto-value-1.4.1.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/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/guice/lib/
H A Dguava-16.0.1.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/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/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 255 milliseconds