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

1 2 34 5 6 7 8

  /external/v8/test/mozilla/
mozilla-shell-emulation.js 28 // Sets up fake implementations of MDC built-in objects and functions
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsRecorder.java 36 import com.google.android.collect.Sets;
150 final HashSet<String> unknownIfaces = Sets.newHashSet();
  /packages/apps/Settings/src/com/android/settings/net/
NetworkPolicyEditor.java 41 import com.google.android.collect.Sets;
250 final HashSet<String> subscriberIds = Sets.newHashSet();
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 22 import com.google.android.collect.Sets;
61 private HashSet<String> mKnownPackages = Sets.newHashSet();
  /external/guava/guava/src/com/google/common/collect/
Maps.java 61 * class's counterparts {@link Lists} and {@link Sets}.
837 return Sets.equalsImpl(this, object);
841 return Sets.hashCodeImpl(this);
    [all...]
ImmutableSet.java 42 * for {@code public static final} sets ("constant sets") and also lets you
45 * <p><b>Warning:</b> Like most sets, an {@code ImmutableSet} will not function
304 * sets of an {@code ImmutableMap}, it still performs a copy in order to avoid
366 return Sets.equalsImpl(this, object);
370 return Sets.hashCodeImpl(this);
537 * static final} sets ("constant sets"). Example: <pre> {@code
546 * times to build multiple sets in series. Each set is a superset of the set
ImmutableSetMultimap.java 153 return Sets.newLinkedHashSet();
170 return Sets.newLinkedHashSet();
259 * <p>If this method is called, the sets returned by the {@code get()}
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Maps.java 58 * class's counterparts {@link Lists} and {@link Sets}.
808 return Sets.equalsImpl(this, object);
812 return Sets.hashCodeImpl(this);
    [all...]
ImmutableSetMultimap.java 148 return Sets.newLinkedHashSet();
165 return Sets.newLinkedHashSet();
254 * <p>If this method is called, the sets returned by the {@code get()}
  /external/guava/guava-tests/test/com/google/common/cache/
CacheTesting.java 34 import com.google.common.collect.Sets;
222 Set<ReferenceEntry<?, ?>> entries = Sets.newIdentityHashSet();
244 Set<ReferenceEntry<?, ?>> entries = Sets.newIdentityHashSet();
  /external/guava/guava-tests/test/com/google/common/collect/
LinkedListMultimapTest.java 20 import static com.google.common.collect.Sets.newHashSet;
21 import static com.google.common.collect.Sets.newLinkedHashSet;
437 Set<Entry<String, Collection<Integer>>> set = Sets.newLinkedHashSet(asList(
IterablesTest.java 21 import static com.google.common.collect.Sets.newLinkedHashSet;
105 Iterable<String> set = Sets.newHashSet("a", null, "b");
110 Iterable<String> set = Sets.newHashSet("a", "b");
125 Iterable<String> set = Sets.newHashSet("a", null, "b");
130 Iterable<String> set = Sets.newHashSet("a", "b");
786 testGetOnEmpty(Sets.<String>newHashSet());
942 Set<String> set = Sets.newHashSet();
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 61 import com.google.android.collect.Sets;
91 private Set<String> mGrantedPermissions = Sets.newHashSet();
92 private final Set<Uri> mGrantedUriPermissions = Sets.newHashSet();
  /external/v8/test/mjsunit/harmony/
collections.js 31 // Test valid getter and setter calls on Sets.
65 // Test expected behavior for Sets
229 // Test some common JavaScript idioms for Sets
278 // maps, sets, or weak maps, with a wrong type of receiver should be throwing
proxies-hash.js 41 // Sets.
  /cts/tests/tests/app/src/android/app/cts/
DownloadManagerTest.java 35 import com.google.android.collect.Sets;
236 private HashSet<Long> mCompleteIds = Sets.newHashSet();
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 433 SetTheory Sets;
463 // unique set for each register class. Simliar sets are coalesced with
471 // register units to lists of unit sets. If the list of unit sets does not
490 // Iteratively prune unit sets.
508 SetTheory &getSets() { return Sets; }
627 // register classes if some register units appeared in a list of sets that
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_attrsetvalue1.js 78 Sets Attr.value on an attribute that only has a simple value.
hc_attrsetvalue2.js 78 Sets Attr.value on an attribute that should contain multiple child nodes.
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_attrsetvalue1.js 78 Sets Attr.value on an attribute that only has a simple value.
hc_attrsetvalue2.js 78 Sets Attr.value on an attribute that should contain multiple child nodes.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ValuesDelta.java 28 import com.google.common.collect.Sets;
287 final HashSet<String> keys = Sets.newHashSet();
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageMeasurement.java 44 import com.google.android.collect.Sets;
73 private static final Set<String> sMeasureMediaTypes = Sets.newHashSet(
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 47 import com.google.common.collect.Sets;
299 final Set<Long> staleIds = Sets.newHashSet(mDownloads.keySet());
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 267 handle runtime requirements such as FOLLOW sets for automatic error recovery.
292 Sets the size of a set.

Completed in 801 milliseconds

1 2 34 5 6 7 8