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

1 2 3 4 56 7 8

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 57 import com.google.common.collect.Sets;
115 private static final Set<File> sProjectTestedSeparately = Sets.newHashSet();
120 private static final Set<File> sTemplateTestedSeparately = Sets.newHashSet();
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Multimaps.java 242 * sets generated by {@code factory}, and the multimap contents are all
257 * the sets returned by {@code factory}. Those objects should not be manually
262 * @param factory supplier of new, empty sets that will each hold all values
320 * sets generated by {@code factory}, and the multimap contents are all
334 * the sets returned by {@code factory}. Those objects should not be manually
339 * @param factory supplier of new, empty sorted sets that will each hold
    [all...]
ImmutableMultiset.java 341 return Sets.hashCodeImpl(entrySet());
MapConstraints.java 629 return Sets.equalsImpl(this, object);
633 return Sets.hashCodeImpl(this);
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Multimaps.java 196 * sets generated by {@code factory}, and the multimap contents are all
211 * the sets returned by {@code factory}. Those objects should not be manually
216 * @param factory supplier of new, empty sets that will each hold all values
253 * sets generated by {@code factory}, and the multimap contents are all
267 * the sets returned by {@code factory}. Those objects should not be manually
272 * @param factory supplier of new, empty sorted sets that will each hold
    [all...]
ImmutableSortedSet.java 250 this(Sets.newTreeSet(comparator));
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 445 * Sets the form's active config group.
514 * for `lastError`, and then sets incognito settings (if they exist).
535 * for `lastError` and sets a success message.
617 * Sets the proper display classes based on the "Use the same proxy server
689 * Sets the form's values based on a ProxyConfig.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 14 import com.google.common.collect.Sets;
115 private final Set<String> m_expandedIds = Sets.newTreeSet();
122 * Sets a set of ids that should be collapsed by default. Everything else
129 m_collapsedIds = Sets.newTreeSet();
600 * Sets correct bounds for active editor, for example we need update bounds after scrolling.
648 * Sets {@link IPropertyExceptionHandler} for handling all exceptions.
786 * Sets the array of {@link Property}'s to display/edit.
1011 * Sets the new active {@link PropertyInfo} and sends event to {@link ISelectionChangedListener}
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
upload_page.js 130 * Sets enabled attribute to element.
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedMapTest.java 184 assertEquals(Sets.newHashSet(map.entrySet()), map.entrySet());
185 assertEquals(Sets.newHashSet(map.keySet()), map.keySet());
MinMaxPriorityQueueTest.java 523 assertEquals(Sets.newHashSet(elements),
524 Sets.newHashSet(mmHeap.iterator()));
ImmutableMapTest.java 171 assertEquals(Sets.newHashSet(map.keySet()), map.keySet());
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicLongMapTest.java 6 import com.google.common.collect.Sets;
488 Set<Object> nonZeroKeys = Sets.newHashSet();
  /frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsTest.java 28 import com.google.android.collect.Sets;
274 final HashSet<String> ifaces = Sets.newHashSet();
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactLoader.java 60 import com.google.common.collect.Sets;
91 private final Set<Long> mNotifiedRawContactIds = Sets.newHashSet();
465 * Sets the "invitable" account types to {@link Contact#mInvitableAccountTypes}.
    [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 93 Sets.addFieldExpander("InstRW", "Instrs");
97 Sets.addOperator("instrs", new InstrsOp);
98 Sets.addOperator("instregex", new InstRegexOp(Target));
684 // Sort Instrs into sets.
685 const RecVec *InstDefs = Sets.expand(InstRWDef);
    [all...]
CodeGenRegisters.cpp 527 // field. This complicates things, but we can compute overlapping sets using
818 // This is a simple lexicographical order that can be used to search for sets.
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 57 import com.google.common.collect.Sets;
121 private static final HashSet<String> ALLOWED_DATA_COLUMNS = Sets.newHashSet(
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 

Completed in 713 milliseconds

1 2 3 4 56 7 8