HomeSort by relevance Sort by last modified time
    Searched refs:Sets (Results 101 - 125 of 185) sorted by null

1 2 3 45 6 7 8

  /external/guava/guava/src/com/google/common/collect/
RegularContiguousSet.java 168 return Sets.hashCodeImpl(this);
SortedIterables.java 70 SortedSet<E> sortedSet = Sets.newTreeSet(comparator);
LinkedHashMultimap.java 123 linkedEntries = Sets.newLinkedHashSet();
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...]
Tables.java 300 return Sets.hashCodeImpl(this);
487 return Sets.equalsImpl(this, obj);
490 return Sets.hashCodeImpl(this);
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedHashMultimap.java 119 linkedEntries = Sets.newLinkedHashSet();
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/guava/guava-tests/test/com/google/common/collect/
EnumBiMapTest.java 157 Set<Object> uniqueEntries = Sets.newIdentityHashSet();
EnumHashBiMapTest.java 167 Set<Object> uniqueEntries = Sets.newIdentityHashSet();
MultisetCollectionTest.java 183 return Multisets.forSet(Sets.newHashSet(elements));
MultimapsTest.java 20 import static com.google.common.collect.Sets.newHashSet;
492 Sets.newLinkedHashSet(asList(1, 2)))));
494 Sets.newLinkedHashSet(asList(1, 2)))));
638 assertEquals(Sets.newHashSet(4, 3, 1), multimap.get(Color.BLUE));
654 return Sets.newTreeSet(INT_COMPARATOR);
    [all...]
AbstractMultisetTest.java 396 HashSet<String> expected = Sets.newHashSet("a", "b", "c");
409 assertEquals(Sets.newHashSet("a", "c"), elementSet);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 55 import com.google.common.collect.Sets;
528 * Checks if the photo is present in cache. If so, sets the photo on the view.
860 private final Set<Long> mPhotoIds = Sets.newHashSet()
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 363 * Sets display to default.
372 * Sets display to none. Doing this as a function saves a few bytes for
383 * Sets position style attribute to absolute.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 363 * Sets display to default.
372 * Sets display to none. Doing this as a function saves a few bytes for
383 * Sets position style attribute to absolute.
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 139 import com.google.android.collect.Sets;
262 private HashSet<String> mMeteredIfaces = Sets.newHashSet();
264 private HashSet<NetworkTemplate> mOverLimitNotified = Sets.newHashSet();
267 private HashSet<String> mActiveNotifs = Sets.newHashSet();
628 final HashSet<String> beforeNotifs = Sets.newHashSet();
    [all...]
  /external/guava/guava-tests/test/com/google/common/testing/
NullPointerTesterTest.java 22 import com.google.common.collect.Sets;
523 Set<Class<?>> set = Sets.newHashSet(classes);
  /frameworks/base/core/java/android/accounts/
ChooseTypeAndAccountActivity.java 18 import com.google.android.collect.Sets;
507 setOfRelevantAccountTypes = Sets.newHashSet(allowedAccountTypes);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactSelectionActivity.java 58 import com.google.common.collect.Sets;
470 Set<String> intentExtraKeys = Sets.newHashSet();
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 62 import com.google.common.collect.Sets;
277 // Accounts without data sets get sorted before those that have them.
372 * Loads account list and corresponding account types (potentially with data sets). Always
388 // be multiple account types (with different data sets) for the same type of account, each
395 final Set<String> extensionPackages = Sets.newHashSet();
448 // that may provide other data sets of contact data.
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 21 import com.google.android.collect.Sets;
675 final HashSet<String> keys = Sets.newHashSet();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 41 import com.google.android.collect.Sets;
214 final Set<String> ret = Sets.newHashSet();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptProcessor.java 31 import com.google.common.collect.Sets;
70 private final static Set<String> EXTENSIONS = Sets.newHashSetWithExpectedSize(2);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttributeInfoTest.java 35 import com.google.common.collect.Sets;
309 Set<String> seen = Sets.newHashSet();
  /external/llvm/utils/TableGen/
CodeGenSchedule.h 224 SetTheory Sets;

Completed in 979 milliseconds

1 2 3 45 6 7 8