/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | SetOperationsTest.java | 50 = 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/ |
D | SetOperationsTest.java | 274 = 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()
|
D | FluentIterableTest.java | 692 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/ |
D | FluentIterable.java | 461 public final <C extends Collection<? super E>> C copyInto(C collection) {
|
D | Sets.java | 517 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/ |
D | FluentIterable.java | 485 public final <C extends Collection<? super E>> C copyInto(C collection) {
|
D | Sets.java | 553 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/ |
D | TemplateBase.cpp | 565 void ASTTemplateArgumentListInfo::copyInto( in copyInto() function in ASTTemplateArgumentListInfo
|
/external/clang/include/clang/AST/ |
D | TemplateBase.h | 605 void copyInto(TemplateArgumentListInfo &List) const;
|
D | ExprCXX.h | 2594 getExplicitTemplateArgs().copyInto(List); in copyTemplateArgumentsInto() 2853 getExplicitTemplateArgs().copyInto(List); in copyTemplateArgumentsInto() 3278 getExplicitTemplateArgs().copyInto(List); in copyTemplateArgumentsInto()
|
D | Expr.h | 1150 getExplicitTemplateArgs().copyInto(List); in copyTemplateArgumentsInto() 2533 getExplicitTemplateArgs().copyInto(List); in copyTemplateArgumentsInto()
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.h | 623 copyInto(SavedPrivates, CGF.LocalDeclMap); in Privatize() 630 copyInto(SavedLocals, CGF.LocalDeclMap); in ForceCleanup() 643 static void copyInto(const DeclMapTy &src, DeclMapTy &dest) { in copyInto() function
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 3040 Ovl->getExplicitTemplateArgs().copyInto(ExplicitTemplateArgs); in ResolveOverloadForDeduction()
|
D | SemaOverload.cpp | 10179 OvlExpr->getExplicitTemplateArgs().copyInto(OvlExplicitTemplateArgs); in AddressOfFunctionResolver() 10579 ovl->getExplicitTemplateArgs().copyInto(ExplicitTemplateArgs); in ResolveSingleFunctionTemplateSpecialization()
|
/external/chromium-trace/catapult/tracing/test_data/ |
D | ddms_calculator_start.trace | 485 0x70ff9f68 java.util.Vector copyInto ([Ljava/lang/Object;)V Vector.java
|