HomeSort by relevance Sort by last modified time
    Searched defs:Sets (Results 1 - 20 of 20) sorted by null

  /external/mockito/src/org/mockito/internal/util/collections/
Sets.java 14 public abstract class Sets {
  /external/guava/guava-tests/test/com/google/common/collect/
SortedIterablesTest.java 55 assertTrue(SortedIterables.hasSameComparator(Ordering.natural(), Sets.newTreeSet()));
62 Sets.newTreeSet(Ordering.natural().reverse())));
MapMakerTest.java 119 Set<String> expectedKeys = Sets.newHashSetWithExpectedSize(nTasks + nSeededEntries);
169 assertEquals(expectedKeys, Sets.union(map.keySet(), removalNotifications.keySet()));
170 assertTrue(Sets.intersection(map.keySet(), removalNotifications.keySet()).isEmpty());
TreeMultimapExplicitTest.java 189 assertEquals(Sets.newHashSet(null, "tree"), keySet.headSet("yahoo"));
190 assertEquals(Sets.newHashSet("google"), keySet.tailSet("yahoo"));
191 assertEquals(Sets.newHashSet("tree"), keySet.subSet("ask", "yahoo"));
ImmutableBiMapTest.java 174 assertEquals(Sets.newHashSet(map.entrySet()), map.entrySet());
175 assertEquals(Sets.newHashSet(map.keySet()), map.keySet());
504 assertEquals(Sets.newHashSet("one", "two", "three", "four"), keys);
512 assertEquals(Sets.newHashSet(1, 2, 3, 4), values);
ImmutableMapTest.java 171 assertEquals(Sets.newHashSet(map.keySet()), map.keySet());
TreeMultimapNaturalTest.java 20 import static com.google.common.collect.Sets.newHashSet;
156 assertEquals(Sets.newHashSet(1, 3), fooSet);
158 assertEquals(Sets.newHashSet(), missingSet);
161 assertEquals(Sets.newHashSet(0, 1, 3), fooSet);
164 assertEquals(Sets.newHashSet(2), multimap.get("missing"));
170 assertEquals(Sets.newHashSet(3, 7), fooSet);
172 assertEquals(Sets.newHashSet(), missingSet);
175 assertEquals(Sets.newHashSet(3, 6, 7), fooSet);
178 assertEquals(Sets.newHashSet(9), multimap.get("missing"));
184 assertEquals(Sets.newHashSet(3), fooSet)
    [all...]
ImmutableSortedMapTest.java 184 assertEquals(Sets.newHashSet(map.entrySet()), map.entrySet());
185 assertEquals(Sets.newHashSet(map.keySet()), map.keySet());
  /external/llvm/lib/Support/
DeltaAlgorithm.cpp 45 const changesetlist_ty &Sets) {
47 UpdatedSearchState(Changes, Sets);
50 if (Sets.size() <= 1)
55 if (Search(Changes, Sets, Res))
58 // Otherwise, partition the sets if possible; if not we are done.
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()
    [all...]
  /external/llvm/utils/TableGen/
TableGen.cpp 82 clEnumValN(PrintSets, "print-sets",
83 "Print expanded sets for testing DAG exprs"),
154 SetTheory Sets;
155 Sets.addFieldExpander("Set", "Elements");
159 const std::vector<Record*> *Elts = Sets.expand(Recs[i]);
CodeGenSchedule.h 224 SetTheory Sets;
CodeGenRegisters.h 447 SetTheory Sets;
477 // unique set for each register class. Simliar sets are coalesced with
485 // register units to lists of unit sets. If the list of unit sets does not
507 // Iteratively prune unit sets.
525 SetTheory &getSets() { return Sets; }
651 // register classes if some register units appeared in a list of sets that
  /external/guava/guava/src/com/google/common/collect/
Sets.java 64 public final class Sets {
65 private Sets() {}
358 return Sets.newSetFromMap(Maps.<E, Boolean>newIdentityHashMap());
442 * Set<Object> identityHashSet = Sets.newSetFromMap(
527 * An unmodifiable view of a set which may be backed by other sets; this view
528 * will change as the backing sets do. Contains methods to copy the data into
555 * all the sets involved are based on the same notion of equivalence.
568 * Returns an unmodifiable <b>view</b> of the union of two sets. The returned
574 * <p>Results are undefined if {@code set1} and {@code set2} are sets based on
579 * smaller of the two sets. If you have reason to believe one of your set
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedSet.java 250 this(Sets.newTreeSet(comparator));
Sets.java 61 public final class Sets {
62 private Sets() {}
355 return Sets.newSetFromMap(Maps.<E, Boolean>newIdentityHashMap());
439 * Set<Object> identityHashSet = Sets.newSetFromMap(
515 * An unmodifiable view of a set which may be backed by other sets; this view
516 * will change as the backing sets do. Contains methods to copy the data into
543 * all the sets involved are based on the same notion of equivalence.
556 * Returns an unmodifiable <b>view</b> of the union of two sets. The returned
562 * <p>Results are undefined if {@code set1} and {@code set2} are sets based on
567 * smaller of the two sets. If you have reason to believe one of your set
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 299 milliseconds