Searched refs:keyFunction (Results 1 - 11 of 11) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DSortedLists.java203 Function<? super E, K> keyFunction, K key, KeyPresentBehavior presentBehavior,
207 keyFunction,
219 * {@link Lists#transform(List, Function) Lists.transform(list, keyFunction)}.
223 Function<? super E, K> keyFunction,
229 Lists.transform(list, keyFunction), key, keyComparator, presentBehavior, absentBehavior);
202 binarySearch(List<E> list, Function<? super E, K> keyFunction, K key, KeyPresentBehavior presentBehavior, KeyAbsentBehavior absentBehavior) argument
221 binarySearch( List<E> list, Function<? super E, K> keyFunction, K key, Comparator<? super K> keyComparator, KeyPresentBehavior presentBehavior, KeyAbsentBehavior absentBehavior) argument
H A DMaps.java627 * @param keyFunction the function used to produce the key for each value
629 * keyFunction} on each value in the input collection to that value
630 * @throws IllegalArgumentException if {@code keyFunction} produces the same
633 * if {@code keyFunction} produces {@code null} for any value
636 Iterable<V> values, Function<? super V, K> keyFunction) {
637 return uniqueIndex(values.iterator(), keyFunction);
653 I values, Function<? super V, K> keyFunction) {
655 return uniqueIndex(valuesIterable, keyFunction);
664 * @param keyFunction the function used to produce the key for each value
666 * keyFunction} o
635 uniqueIndex( Iterable<V> values, Function<? super V, K> keyFunction) argument
652 uniqueIndex( I values, Function<? super V, K> keyFunction) argument
673 uniqueIndex( Iterator<V> values, Function<? super V, K> keyFunction) argument
[all...]
H A DMultimaps.java1769 * @param keyFunction the function used to produce the key for each value
1771 * function {@code keyFunction} on each value in the input collection to
1776 * <li>{@code keyFunction} is null
1778 * <li>{@code keyFunction} returns {@code null} for any element of {@code
1783 Iterable<V> values, Function<? super V, K> keyFunction) {
1784 return index(values.iterator(), keyFunction);
1800 I values, Function<? super V, K> keyFunction) {
1802 return index(valuesIterable, keyFunction);
1834 * @param keyFunction the function used to produce the key for each value
1836 * function {@code keyFunction} o
1782 index( Iterable<V> values, Function<? super V, K> keyFunction) argument
1799 index( I values, Function<? super V, K> keyFunction) argument
1848 index( Iterator<V> values, Function<? super V, K> keyFunction) argument
[all...]
/external/clang/lib/CodeGen/
H A DCGVTables.cpp615 if (const CXXMethodDecl *keyFunction = Context.getCurrentKeyFunction(RD)) {
619 if (keyFunction->hasBody(def))
620 keyFunction = cast<CXXMethodDecl>(def);
622 switch (keyFunction->getTemplateSpecializationKind()) {
626 if (keyFunction->isInlined())
736 const CXXMethodDecl *keyFunction = CGM.getContext().getCurrentKeyFunction(RD); local
737 if (!keyFunction)
742 return !keyFunction->hasBody();
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMaps.java624 * @param keyFunction the function used to produce the key for each value
626 * keyFunction} on each value in the input collection to that value
627 * @throws IllegalArgumentException if {@code keyFunction} produces the same
630 * if {@code keyFunction} produces {@code null} for any value
633 Iterable<V> values, Function<? super V, K> keyFunction) {
634 return uniqueIndex(values.iterator(), keyFunction);
650 I values, Function<? super V, K> keyFunction) {
652 return uniqueIndex(valuesIterable, keyFunction);
661 * @param keyFunction the function used to produce the key for each value
663 * keyFunction} o
632 uniqueIndex( Iterable<V> values, Function<? super V, K> keyFunction) argument
649 uniqueIndex( I values, Function<? super V, K> keyFunction) argument
670 uniqueIndex( Iterator<V> values, Function<? super V, K> keyFunction) argument
[all...]
H A DMultimaps.java1680 * @param keyFunction the function used to produce the key for each value
1682 * function {@code keyFunction} on each value in the input collection to
1687 * <li>{@code keyFunction} is null
1689 * <li>{@code keyFunction} returns {@code null} for any element of {@code
1694 Iterable<V> values, Function<? super V, K> keyFunction) {
1695 return index(values.iterator(), keyFunction);
1711 I values, Function<? super V, K> keyFunction) {
1713 return index(valuesIterable, keyFunction);
1745 * @param keyFunction the function used to produce the key for each value
1747 * function {@code keyFunction} o
1693 index( Iterable<V> values, Function<? super V, K> keyFunction) argument
1710 index( I values, Function<? super V, K> keyFunction) argument
1759 index( Iterator<V> values, Function<? super V, K> keyFunction) 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/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 221 milliseconds