HomeSort by relevance Sort by last modified time
    Searched refs:keyFunction (Results 1 - 25 of 33) sorted by null

1 2

  /external/guava/guava/src/com/google/common/collect/
SortedLists.java 203 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);
Maps.java 627 * @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} on each value in the input collection to that valu
    [all...]
Multimaps.java     [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 615 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);
737 if (!keyFunction)
742 return !keyFunction->hasBody();
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Maps.java 624 * @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} on each value in the input collection to that valu
    [all...]
Multimaps.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/android-support-test/
espresso-core.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/17.0/
guava-17.0.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
gradle-tooling-api-1.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/
gradle-tooling-api-1.11.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.9/
gradle-tooling-api-1.9.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 

Completed in 677 milliseconds

1 2