/external/guava/guava/src/com/google/common/collect/ |
D | SortedLists.java | 203 Function<? super E, K> keyFunction, @Nullable K key, KeyPresentBehavior presentBehavior, in binarySearch() argument 207 keyFunction, in binarySearch() 223 Function<? super E, K> keyFunction, in binarySearch() argument 229 Lists.transform(list, keyFunction), key, keyComparator, presentBehavior, absentBehavior); in binarySearch()
|
D | FluentIterable.java | 445 public final <K> ImmutableListMultimap<K, E> index(Function<? super E, K> keyFunction) { 446 return Multimaps.index(iterable, keyFunction); 461 public final <K> ImmutableMap<K, E> uniqueIndex(Function<? super E, K> keyFunction) { 462 return Maps.uniqueIndex(iterable, keyFunction);
|
D | Multimaps.java | 1454 Iterable<V> values, Function<? super V, K> keyFunction) { 1455 return index(values.iterator(), keyFunction); 1502 Iterator<V> values, Function<? super V, K> keyFunction) { 1503 checkNotNull(keyFunction); 1509 builder.put(keyFunction.apply(value), value);
|
D | Maps.java | 103 static <K> Function<Entry<K, ?>, K> keyFunction() { in keyFunction() method in Maps 113 return Iterators.transform(entryIterator, Maps.<K>keyFunction()); in keyIterator() 1139 Iterable<V> values, Function<? super V, K> keyFunction) { 1140 return uniqueIndex(values.iterator(), keyFunction); 1159 Iterator<V> values, Function<? super V, K> keyFunction) { 1160 checkNotNull(keyFunction); 1164 builder.put(keyFunction.apply(value), value); 2083 return compose(keyPredicate, Maps.<K>keyFunction());
|
D | Ordering.java | 373 return onResultOf(Maps.<T2>keyFunction()); in onKeys()
|
D | TreeRangeMap.java | 514 return removeEntryIf(compose(not(in(c)), Maps.<Range<K>>keyFunction()));
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | FluentIterable.java | 433 public final <K> ImmutableListMultimap<K, E> index(Function<? super E, K> keyFunction) { 434 return Multimaps.index(iterable, keyFunction); 449 public final <K> ImmutableMap<K, E> uniqueIndex(Function<? super E, K> keyFunction) { 450 return Maps.uniqueIndex(iterable, keyFunction);
|
D | Multimaps.java | 1365 Iterable<V> values, Function<? super V, K> keyFunction) { 1366 return index(values.iterator(), keyFunction); 1413 Iterator<V> values, Function<? super V, K> keyFunction) { 1414 checkNotNull(keyFunction); 1420 builder.put(keyFunction.apply(value), value);
|
D | Maps.java | 98 static <K> Function<Entry<K, ?>, K> keyFunction() { in keyFunction() method in Maps 108 return Iterators.transform(entryIterator, Maps.<K>keyFunction()); in keyIterator() 963 Iterable<V> values, Function<? super V, K> keyFunction) { 964 return uniqueIndex(values.iterator(), keyFunction); 983 Iterator<V> values, Function<? super V, K> keyFunction) { 984 checkNotNull(keyFunction); 988 builder.put(keyFunction.apply(value), value); 1666 return compose(keyPredicate, Maps.<K>keyFunction());
|
/external/clang/lib/CodeGen/ |
D | CGVTables.cpp | 733 const CXXMethodDecl *keyFunction = Context.getCurrentKeyFunction(RD); in getVTableLinkage() local 734 if (keyFunction && !RD->hasAttr<DLLImportAttr>()) { in getVTableLinkage() 738 if (keyFunction->hasBody(def)) in getVTableLinkage() 739 keyFunction = cast<CXXMethodDecl>(def); in getVTableLinkage() 741 switch (keyFunction->getTemplateSpecializationKind()) { in getVTableLinkage() 750 if (keyFunction->isInlined()) in getVTableLinkage() 865 const CXXMethodDecl *keyFunction = CGM.getContext().getCurrentKeyFunction(RD); in isVTableExternal() local 866 if (!keyFunction) in isVTableExternal() 871 return !keyFunction->hasBody(); in isVTableExternal()
|
/external/cldr/tools/java/libs/ |
D | guava.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/dagger2/lib/ |
D | auto-value-1.4.1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/error_prone/error_prone/ |
D | error_prone_core-2.3.2-with-dependencies.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/guice/lib/ |
D | guava-19.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/v8/src/inspector/build/closure-compiler/ |
D | closure-compiler.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/external/conscrypt/benchmark-android/ |
D | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |
/external/testng/ant/3rdparty/ |
D | doclava-1.0.3.jar | META-INF/MANIFEST.MF
assets/html/index.html
assets/templates/data ... |
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |