Home
last modified time | relevance | path

Searched refs:copyInto (Results 1 – 25 of 36) sorted by relevance

12

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DSetOperationsTest.java50 = Sets.union(friends, enemies).copyInto(new HashSet<String>()); in testUnion()
68 = Sets.intersection(friends, enemies).copyInto(new HashSet<String>()); in testIntersection()
86 = Sets.difference(friends, enemies).copyInto(new HashSet<String>()); in testDifference()
112 .copyInto(new HashSet<String>()); in testSymmetricDifference()
121 copyInto(new HashSet<String>()); in testSymmetricDifference()
/external/guava/guava-tests/test/com/google/common/collect/
DSetOperationsTest.java274 = Sets.union(friends, enemies).copyInto(new HashSet<String>()); in testUnion()
292 = Sets.intersection(friends, enemies).copyInto(new HashSet<String>()); in testIntersection()
310 = Sets.difference(friends, enemies).copyInto(new HashSet<String>()); in testDifference()
336 .copyInto(new HashSet<String>()); in testSymmetricDifference()
345 copyInto(new HashSet<String>()); in testSymmetricDifference()
DFluentIterableTest.java692 assertThat(fluent(1, 3, 5).copyInto(Lists.newArrayList(1, 2))) in testCopyInto_List()
697 assertThat(fluent(1, 3, 5).copyInto(Sets.newHashSet(1, 2))) in testCopyInto_Set()
702 assertThat(fluent(1, 3, 5).copyInto(Sets.newHashSet(1, 2, 3, 5))) in testCopyInto_SetAllDuplicates()
717 assertThat(FluentIterable.from(iterable).copyInto(list)) in testCopyInto_NonCollection()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DFluentIterable.java461 public final <C extends Collection<? super E>> C copyInto(C collection) {
DSets.java517 public <S extends Set<E>> S copyInto(S set) { in copyInto() method in Sets.SetView
564 @Override public <S extends Set<E>> S copyInto(S set) { in union() method in Sets
/external/guava/guava/src/com/google/common/collect/
DFluentIterable.java485 public final <C extends Collection<? super E>> C copyInto(C collection) {
DSets.java553 public <S extends Set<E>> S copyInto(S set) { in copyInto() method in Sets.SetView
600 @Override public <S extends Set<E>> S copyInto(S set) { in union() method in Sets
/external/clang/lib/AST/
DTemplateBase.cpp589 void ASTTemplateKWAndArgsInfo::copyInto(const TemplateArgumentLoc *ArgArray, in copyInto() function in ASTTemplateKWAndArgsInfo
/external/clang/include/clang/AST/
DTemplateBase.h636 void copyInto(const TemplateArgumentLoc *ArgArray, in LLVM_ALIGNAS()
DExprCXX.h2648 getTrailingASTTemplateKWAndArgsInfo()->copyInto(getTemplateArgs(), List); in copyTemplateArgumentsInto()
2880 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
3295 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
DExpr.h1101 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
2476 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
/external/protobuf/js/
Dmessage_test.js491 jspb.Message.copyInto(original, dest);
512 jspb.Message.copyInto(a, b);
Dmessage.js1253 jspb.Message.copyInto = function(fromMessage, toMessage) { function in jspb.Message
/external/clang/lib/CodeGen/
DCodeGenFunction.h643 copyInto(SavedPrivates, CGF.LocalDeclMap); in Privatize()
650 copyInto(SavedLocals, CGF.LocalDeclMap); in ForceCleanup()
668 static void copyInto(const DeclMapTy &src, DeclMapTy &dest) { in copyInto() function
/external/caliper/lib/
Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/ ...
/external/guice/lib/build/jdiff/
Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/dagger2/lib/
Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/lib/
Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/testng/ant/3rdparty/
Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...
/external/guice/extensions/struts2/lib/
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...

12