Searched defs:Sets (Results 1 - 14 of 14) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h61 const changesetlist_ty &Sets);
63 /// Search - Search for a subset (or subsets) in \p Sets which can be
69 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
75 const changesetlist_ty &Sets) {}
74 UpdatedSearchState(const changeset_ty &Changes, const changesetlist_ty &Sets) argument
H A DDAGDeltaAlgorithm.h68 const changesetlist_ty &Sets,
67 UpdatedSearchState(const changeset_ty &Changes, const changesetlist_ty &Sets, const changeset_ty &Required) argument
/external/mockito/src/org/mockito/internal/util/collections/
H A DSets.java14 public abstract class Sets { class
/external/llvm/lib/Support/
H A DDeltaAlgorithm.cpp45 const changesetlist_ty &Sets) {
47 UpdatedSearchState(Changes, Sets);
50 if (Sets.size() <= 1)
55 if (Search(Changes, Sets, Res))
60 for (changesetlist_ty::const_iterator it = Sets.begin(),
61 ie = Sets.end(); it != ie; ++it)
63 if (SplitSets.size() == Sets.size())
70 const changesetlist_ty &Sets,
73 for (changesetlist_ty::const_iterator it = Sets.begin(),
74 ie = Sets
44 Delta(const changeset_ty &Changes, const changesetlist_ty &Sets) argument
69 Search(const changeset_ty &Changes, const changesetlist_ty &Sets, changeset_ty &Res) argument
77 changesetlist_ty Sets; local
[all...]
H A DDAGDeltaAlgorithm.cpp122 const changesetlist_ty &Sets,
124 DDA.UpdatedSearchState(Changes, Sets, Required);
168 const changesetlist_ty &Sets) override {
169 DDAI.UpdatedSearchState(Changes, Sets, Required);
121 UpdatedSearchState(const changeset_ty &Changes, const changesetlist_ty &Sets, const changeset_ty &Required) argument
/external/llvm/utils/TableGen/
H A DTableGen.cpp154 SetTheory Sets; local
155 Sets.addFieldExpander("Set", "Elements");
159 const std::vector<Record*> *Elts = Sets.expand(Recs[i]);
H A DCodeGenSchedule.h224 SetTheory Sets; member in class:llvm::CodeGenSchedModels
H A DCodeGenRegisters.h447 SetTheory Sets; member in class:llvm::CodeGenRegBank
525 SetTheory &getSets() { return Sets; }
/external/guava/guava/src/com/google/common/collect/
H A DSets.java64 public final class Sets { class
65 private Sets() {} method in class:Sets
358 return Sets.newSetFromMap(Maps.<E, Boolean>newIdentityHashMap());
442 * Set<Object> identityHashSet = Sets.newSetFromMap(
636 * Set<String> badStrings = (Set) Sets.intersection(
889 * Sets.cartesianProduct(ImmutableList.of(
945 * Sets.cartesianProduct(
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSets.java61 public final class Sets { class
62 private Sets() {} method in class:Sets
355 return Sets.newSetFromMap(Maps.<E, Boolean>newIdentityHashMap());
439 * Set<Object> identityHashSet = Sets.newSetFromMap(
624 * Set<String> badStrings = (Set) Sets.intersection(
877 * Sets.cartesianProduct(ImmutableList.of(
933 * Sets.cartesianProduct(
/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/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 2902 milliseconds