HomeSort by relevance Sort by last modified time
    Searched refs:Collection (Results 151 - 175 of 2766) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/smali/util/src/main/java/org/jf/util/
CollectionUtils.java 63 public static <T extends Comparable<? super T>> int compareAsList(@Nonnull Collection<? extends T> list1,
64 @Nonnull Collection<? extends T> list2) {
115 @Nonnull Collection<? extends T> list1,
116 @Nonnull Collection<? extends T> list2) {
128 public static <T> Comparator<Collection<? extends T>> listComparator(
130 return new Comparator<Collection<? extends T>>() {
132 public int compare(Collection<? extends T> list1, Collection<? extends T> list2) {
161 private static <T> SortedSet<? extends T> toNaturalSortedSet(@Nonnull Collection<? extends T> collection) {
    [all...]
  /external/testng/src/main/java/org/testng/collections/
Lists.java 4 import java.util.Collection;
16 public static <K> List<K> newArrayList(Collection<K> c) {
  /frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
Asn1Boolean.java 4 import java.util.Collection;
23 public Collection<Asn1Object> getChildren() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSHost.java 22 import java.util.Collection;
30 Collection<QSTile> getTiles();
  /libcore/ojluni/src/main/java/java/security/cert/
PKIXCertPathChecker.java 28 import java.util.Collection;
154 * specified collection of OID strings that represent the unresolved
159 * @param unresolvedCritExts a {@code Collection} of OID strings
165 Collection<String> unresolvedCritExts)
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ticketpool/
TicketPool.java 21 import java.util.Collection;
28 * Stores a collection of {@link Ticket}s. Tickets may be acquired from the
47 public Collection<Ticket> acquire(int tickets) throws InterruptedException,
  /packages/apps/DeskClock/src/com/android/deskclock/controller/
EventController.java 24 import java.util.Collection;
28 private final Collection<EventTracker> mEventTrackers = new ArrayList<>();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionViewFactory.java 25 import java.util.Collection;
39 Collection<String> getSuggestionViewTypes();
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockSuggestionExtras.java 18 import java.util.Collection;
45 public Collection<String> doGetExtraColumnNames() {
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionServiceProxy.java 23 import java.util.Collection;
30 Collection<Connection> getAllConnections();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmptyLaunchAction.java 21 import java.util.Collection;
28 public boolean doLaunchAction(DelayedLaunchInfo info, Collection<IDevice> devices) {
  /tools/tradefederation/core/src/com/android/tradefed/device/
IFileEntry.java 21 import java.util.Collection;
93 public Collection<IFileEntry> getChildren(boolean useCache) throws DeviceNotAvailableException;
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
ITestsZipInstaller.java 24 import java.util.Collection;
52 public void setDataWipeSkipList(Collection<String> skipList);
  /tools/tradefederation/core/src/com/android/tradefed/util/
UniqueMultiMap.java 20 import java.util.Collection;
34 Collection<V> values = get(key);
  /external/guice/extensions/grapher/src/com/google/inject/grapher/
DefaultEdgeCreator.java 32 import java.util.Collection;
55 extends DefaultBindingTargetVisitor<Object, Collection<Edge>> {
65 private <T extends Binding<?> & HasDependencies> Collection<Edge> newDependencyEdges(
79 @Override public Collection<Edge> visit(ConstructorBinding<?> binding) {
88 @Override public Collection<Edge> visit(ConvertedConstantBinding<?> binding) {
100 @Override public Collection<Edge> visit(InstanceBinding<?> binding) {
114 @Override public Collection<Edge> visit(LinkedKeyBinding<?> binding) {
124 @Override public Collection<Edge> visit(ProviderBinding<?> binding) {
133 @Override public Collection<Edge> visit(ProviderInstanceBinding<?> binding) {
145 @Override public Collection<Edge> visit(ProviderKeyBinding<?> binding)
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestFramework.java 15 import java.util.Collection;
60 NodeList collection);
66 NamedNodeMap collection);
72 Collection collection);
83 Collection expected,
84 Collection actual);
119 Collection expected,
120 Collection actual);
156 boolean equalsIgnoreCase(Collection expected, Collection actual)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapConstraints.java 25 import java.util.Collection;
202 * with the constraint, and the collection returned by {@link Entry#getValue}
209 private static <K, V> Entry<K, Collection<V>> constrainedAsMapEntry(
210 final Entry<K, Collection<V>> entry,
214 return new ForwardingMapEntry<K, Collection<V>>() {
215 @Override protected Entry<K, Collection<V>> delegate() {
218 @Override public Collection<V> getValue() {
234 * be verified with the constraint, and the collection returned by {@link
243 private static <K, V> Set<Entry<K, Collection<V>>> constrainedAsMapEntries(
244 Set<Entry<K, Collection<V>>> entries
    [all...]
AbstractSortedSetMultimap.java 21 import java.util.Collection;
46 protected AbstractSortedSetMultimap(Map<K, Collection<V>> map) {
66 * Returns a collection view of all values associated with a key. If no
67 * mappings in the multimap have the provided key, an empty collection is
70 * <p>Changes to the returned collection will update the underlying multimap,
75 * {@link Collection} specified in the {@link Multimap} interface.
82 * Removes all values associated with a given key. The returned collection is
87 * {@link Collection} specified in the {@link Multimap} interface.
94 * Stores a collection of values with the same key, replacing any existing
95 * values for that key. The returned collection is immutable
    [all...]
  /frameworks/support/buildSrc/src/main/groovy/android/support/doclava/
DoclavaTask.groovy 48 private Collection<File> mDocletpath
52 Collection doclavaErrors = DEFAULT_DOCLAVA_ERRORS
54 Collection doclavaWarnings = DEFAULT_DOCLAVA_WARNINGS
57 Collection doclavaHidden = DEFAULT_DOCLAVA_HIDDEN
66 Collection hiddenPackages
132 public Collection<File> getDocletpath() {
141 public void setDocletpath(Collection<File> docletpath) {
147 public void setDoclavaErrors(Collection errors) {
152 public void setDoclavaWarnings(Collection warnings) {
157 public void setDoclavaHidden(Collection hidden)
    [all...]
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
InMatcher.java 24 import java.util.Collection;
28 * A {@link Matcher} class for checking if value contained in a {@link Collection} or array.
32 protected Collection<T> mValues;
34 public InMatcher(Collection<T> values) {
67 public static <T> Matcher<T> in(Collection<T> operand) {
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/jcajce/
JcaCertStore.java 7 import java.util.Collection;
26 * @param collection - initial contents for the store, this is copied.
28 public JcaCertStore(Collection collection)
31 super(convertCerts(collection));
34 private static Collection convertCerts(Collection collection)
37 List list = new ArrayList(collection.size());
39 for (Iterator it = collection.iterator(); it.hasNext();
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
HashMultimap.java 23 import java.util.Collection;
86 super(new HashMap<K, Collection<V>>());
90 super(Maps.<K, Collection<V>>newHashMapWithExpectedSize(expectedKeys));
96 super(Maps.<K, Collection<V>>newHashMapWithExpectedSize(
104 * <p>Creates an empty {@code HashSet} for a collection of values for one key.
106 * @return a new {@code HashSet} containing a collection of values for one key
  /external/guava/guava-testlib/src/com/google/common/testing/
ClusterException.java 22 import java.util.Collection;
57 * <p>See semantic details at {@link #create(Collection)}.
64 public final Collection<? extends Throwable> exceptions;
66 private ClusterException(Collection<? extends Throwable> exceptions) {
76 * @see #create(Collection)
87 * Given a collection of exceptions, returns a {@link RuntimeException}, with
97 * the first exception in the {@code exceptions} collection.
100 * <p>Though this method takes any {@link Collection}, it often makes most
101 * sense to pass a {@link java.util.List} or some other collection that
107 public static RuntimeException create(Collection<? extends Throwable> exceptions)
    [all...]
  /external/guava/guava-testlib/test/com/google/common/collect/testing/
OpenJdk6ListTests.java 34 import java.util.Collection;
48 @Override protected Collection<Method> suppressForArraysAsList() {
53 @Override protected Collection<Method> suppressForCopyOnWriteArrayList() {
61 @Override protected Collection<Method> suppressForCheckedList() {
OpenJdk6MapTests.java 33 import java.util.Collection;
51 @Override protected Collection<Method> suppressForTreeMapNatural() {
62 protected Collection<Method> suppressForConcurrentHashMap() {
81 protected Collection<Method> suppressForConcurrentSkipListMap() {

Completed in 2404 milliseconds

1 2 3 4 5 67 8 91011>>