HomeSort by relevance Sort by last modified time
    Searched refs:Collection (Results 226 - 250 of 1145) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiPackage.java 19 import java.util.Collection;
50 public Collection<ApiClass> getClasses() {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
WrappedGTestResultParser.java 21 import java.util.Collection;
36 public WrappedGTestResultParser(String testRunId, Collection<ITestRunListener> listeners) {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
UniformItemSection.java 22 import java.util.Collection;
46 Collection<? extends Item> items = items();
108 * so-ordered collection. If the items in this instance are indexed,
  /dalvik/dx/src/com/android/dx/dex/file/
UniformItemSection.java 21 import java.util.Collection;
45 Collection<? extends Item> items = items();
107 * so-ordered collection. If the items in this instance are indexed,
  /external/apache-http/src/org/apache/http/client/params/
ClientParamBean.java 34 import java.util.Collection;
84 public void setDefaultHeaders (final Collection <Header> headers) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
UniformItemSection.java 22 import java.util.Collection;
46 Collection<? extends Item> items = items();
108 * so-ordered collection. If the items in this instance are indexed,
  /external/guava/guava/src/com/google/common/collect/
EmptyImmutableSet.java 21 import java.util.Collection;
71 @Override public boolean containsAll(Collection<?> targets) {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MinimalSet.java 21 import java.util.Collection;
43 public static <E> MinimalSet<E> from(Collection<? extends E> contents) {
ReserializingTestCollectionGenerator.java 24 import java.util.Collection;
48 public Collection<E> create(Object... elements) {
TestsForMapsInJavaUtil.java 27 import java.util.Collection;
63 protected Collection<Method> suppressForEmptyMap() {
66 protected Collection<Method> suppressForSingletonMap() {
69 protected Collection<Method> suppressForHashMap() {
72 protected Collection<Method> suppressForLinkedHashMap() {
75 protected Collection<Method> suppressForTreeMap() {
78 protected Collection<Method> suppressForEnumMap() {
81 protected Collection<Method> suppressForConcurrentHashMap() {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
AbstractListTester.java 22 import java.util.Collection;
35 * collection in setUp(), but that caused problems when a tester changed the
36 * value of list or collection but not both.
39 return (List<E>) collection;
46 * {@link AbstractCollectionTester#expectContents(Collection)} to verify that
49 @Override protected void expectContents(Collection<E> expectedCollection) {
71 return Platform.format("expected collection %s; actual collection %s",
72 expected, this.collection);
SetHashCodeTester.java 25 import java.util.Collection;
48 Collection<E> elements = getSampleElements(getNumElements() - 1);
55 collection = getSubjectGenerator().create(elements.toArray());
  /external/junit/src/org/junit/experimental/theories/internal/
ParameterizedAssertionError.java 7 import java.util.Collection;
29 Collection<Object> values) {
  /external/mockito/src/org/mockito/
AdditionalAnswers.java 12 import java.util.Collection;
175 * Returns elements of the collection. Keeps returning the last element forever.
176 * Might be useful on occasion when you have a collection of elements to return.
186 * @param elements The collection of elements to return.
191 public static <T> Answer<T> returnsElementsOf(Collection<?> elements) {
  /external/mockito/src/org/mockito/internal/util/
MockCreationValidator.java 11 import java.util.Collection;
24 public void validateExtraInterfaces(Class classToMock, Collection<Class> extraInterfaces) {
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackExt.java 13 import java.util.Collection;
38 * Get the collection of dialogs currently in the Dialog table. This is useful for debugging
42 public Collection<Dialog> getDialogs();
  /external/oauth/core/src/main/java/net/oauth/
OAuthAccessor.java 22 import java.util.Collection;
72 Collection<? extends Map.Entry> parameters)
  /external/smack/src/org/apache/harmony/javax/security/sasl/
Sasl.java 26 import java.util.Collection;
93 private static Collection<?> findFactories(String service) {
123 Collection<SaslClientFactory> res = (Collection<SaslClientFactory>) findFactories(CLIENTFACTORYSRV);
130 Collection<SaslServerFactory> res = (Collection<SaslServerFactory>) findFactories(SERVERFACTORYSRV);
139 Collection<?> res = findFactories(SERVERFACTORYSRV);
174 Collection<?> res = findFactories(CLIENTFACTORYSRV);
  /external/smack/src/org/jivesoftware/smackx/pubsub/
LeafNode.java 17 import java.util.Collection;
110 public <T extends Item> List<T> getItems(Collection<String> ids)
203 Collection<T> items = new ArrayList<T>(1);
217 * For synchronous calls use {@link #send(Collection) send(Collection))}.
219 * @param items - The collection of items being sent
221 public <T extends Item> void publish(Collection<T> items)
274 Collection<T> items = new ArrayList<T>(1);
288 * For asynchronous calls, use {@link #publish(Collection) publish(Collection))}.
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/
ImmutableAnnotationEncodedValue.java 43 import java.util.Collection;
50 @Nullable Collection<? extends AnnotationElement> elements) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
StringTypeBasePool.java 41 import java.util.Collection;
47 @Nonnull @Override public Collection<Map.Entry<String, Integer>> getItems() {
  /frameworks/base/core/java/android/hardware/camera2/legacy/
BurstHolder.java 25 import java.util.Collection;
43 * @param jpegSurfaceIds a {@link Collection} of IDs for the surfaces that have jpeg outputs.
46 Collection<Long> jpegSurfaceIds) {
  /frameworks/base/location/java/android/location/
LocalListenerHelper.java 26 import java.util.Collection;
95 Collection<TListener> listeners;
  /frameworks/base/wifi/java/android/net/wifi/
ScanSettings.java 23 import java.util.Collection;
35 public Collection<WifiChannel> channelSet;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ArrayObjectAdapter.java 17 import java.util.Collection;
101 * Adds the objects in the given collection to the adapter, starting at the
105 * @param items A {@link Collection} of items to insert.
107 public void addAll(int index, Collection items) {

Completed in 698 milliseconds

1 2 3 4 5 6 7 8 91011>>