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

1 2 3 4 5 67 8 91011>>

  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
Extensions.java 28 import java.util.Collection;
255 * @return Returns the collection of pairs:
259 public Collection<List<?>> valueOfSubjectAlternativeName() throws IOException {
274 * @return Returns the collection of pairs:
278 public Collection<List<?>> valueOfIssuerAlternativeName() throws IOException {
286 private static Collection<List<?>> decodeGeneralNames(Extension extension)
292 Collection<List<?>> collection = ((GeneralNames) GeneralNames.ASN1.decode(extension local
297 * collection at this point, so just return null.
299 if (collection.size() == 0)
    [all...]
  /external/smack/src/org/jivesoftware/smackx/pubsub/
ConfigureForm.java 121 * The id's of the child nodes associated with a collection node (both leaf and collection).
131 * Set the list of child node ids that are associated with a collection node.
171 * with the collection node. This is only relevant if {@link #getChildrenAssociationPolicy()} is set to
182 * Set the JID's in the whitelist of users that can associate child nodes with the collection
195 * Gets the maximum number of child nodes that can be associated with the collection node.
205 * Set the maximum number of child nodes that can be associated with a collection node.
216 * Gets the collection node which the node is affiliated with.
218 * @return The collection node id
222 return getFieldValue(ConfigureNodeFields.collection);
233 setAnswer(ConfigureNodeFields.collection.getFieldName(), collection); local
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
DOMHTML.idl 150 HRESULT images([out, retval] IDOMHTMLCollection** collection);
155 HRESULT applets([out, retval] IDOMHTMLCollection** collection);
160 HRESULT links([out, retval] IDOMHTMLCollection** collection);
165 HRESULT forms([out, retval] IDOMHTMLCollection** collection);
170 HRESULT anchors([out, retval] IDOMHTMLCollection** collection);
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Iterables.java 31 import java.util.Collection;
105 return (iterable instanceof Collection)
106 ? ((Collection<?>) iterable).size()
116 if (iterable instanceof Collection) {
117 Collection<?> collection = (Collection<?>) iterable; local
119 return collection.contains(element);
131 * collection.
133 * <p>This method calls {@link Collection#removeAll} if {@code iterable} is
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
PopulatedCachesTest.java 39 import java.util.Collection;
223 Collection<Object> values = cache.asMap().values();
372 private void assertCollectionSize(Collection<?> collection, int size) {
373 assertEquals(size, collection.size());
375 assertFalse(collection.isEmpty());
377 assertTrue(collection.isEmpty());
379 assertEquals(size, Iterables.size(collection));
380 assertEquals(size, Iterators.size(collection.iterator()));
  /packages/apps/Mms/src/com/android/mms/model/
SlideshowModel.java 26 import java.util.Collection;
417 public boolean addAll(Collection<? extends SlideModel> collection) {
439 public boolean containsAll(Collection<?> collection) {
440 return mSlides.containsAll(collection);
462 public boolean removeAll(Collection<?> collection) {
466 public boolean retainAll(Collection<?> collection) {
    [all...]
  /external/chromium/base/
stl_util-inl.h 446 // Returns true if the key is in the collection.
447 template <typename Collection, typename Key>
448 bool ContainsKey(const Collection& collection, const Key& key) {
449 return collection.find(key) != collection.end();
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.h 232 BalloonViewImpl* GetBalloonView(BalloonCollectionImpl* collection,
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.h 56 explicit BalloonViewImpl(BalloonCollection* collection);
134 // Non-owned pointer to the balloon collection this is a part of.
  /external/guava/guava/src/com/google/common/collect/
ImmutableList.java 28 import java.util.Collection;
41 * separate collection that can still change, an instance of {@code
209 * {@code elements} is a {@link Collection}, this method behaves exactly as
210 * {@link #copyOf(Collection)}; otherwise, it behaves exactly as {@code
217 return (elements instanceof Collection)
236 * or concurrent collection that is currently being modified by another
241 public static <E> ImmutableList<E> copyOf(Collection<? extends E> elements) {
277 Collection<? extends E> collection) {
278 Object[] elements = collection.toArray()
    [all...]
ImmutableSet.java 27 import java.util.Collection;
40 * separate collection that can still change, an instance of this class contains
48 * only immutable objects into this collection.
228 checkArgument(setSize < MAX_TABLE_SIZE, "collection too large");
271 return (elements instanceof Collection)
314 * or concurrent collection that is currently being modified by another
320 public static <E> ImmutableSet<E> copyOf(Collection<? extends E> elements) {
333 Collection<? extends E> collection) {
334 Object[] elements = collection.toArray()
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListEqualsTester.java 26 import java.util.Collection;
66 collection = getSubjectGenerator().create(elements.toArray());
75 Collection<E> fewerElements = getSampleElements(getNumElements() - 1);
81 Collection<E> moreElements = getSampleElements(getNumElements() + 1);
ListSetTester.java 59 collection = getSubjectGenerator().create(elements);
139 * java.util.Collections#checkedCollection(java.util.Collection, Class)} can
  /external/stlport/test/unit/
hash_test.cpp 188 // key in in a set ("collection"). Notice that data is unique by construction in main(), thus the
190 // (c) We check if we have seen as many data elements in collection as we have seen in the multimap.
201 set<int> collection; local
211 collection.insert( j->second );
216 if (collection.size() == h.size()) cout << " OK" << endl;
243 CPPUNIT_CHECK( collection.size() == h.size() );
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLCollection01.js 49 docsLoaded += preload(docRef, "doc", "collection");
103 doc = load(docRef, "doc", "collection");
HTMLCollection02.js 49 docsLoaded += preload(docRef, "doc", "collection");
103 doc = load(docRef, "doc", "collection");
HTMLCollection03.js 49 docsLoaded += preload(docRef, "doc", "collection");
103 doc = load(docRef, "doc", "collection");
HTMLCollection04.js 49 docsLoaded += preload(docRef, "doc", "collection");
111 doc = load(docRef, "doc", "collection");
HTMLCollection06.js 49 docsLoaded += preload(docRef, "doc", "collection");
104 doc = load(docRef, "doc", "collection");
HTMLCollection07.js 49 docsLoaded += preload(docRef, "doc", "collection");
103 doc = load(docRef, "doc", "collection");
HTMLCollection08.js 49 docsLoaded += preload(docRef, "doc", "collection");
103 doc = load(docRef, "doc", "collection");
HTMLCollection09.js 49 docsLoaded += preload(docRef, "doc", "collection");
102 doc = load(docRef, "doc", "collection");
HTMLCollection10.js 49 docsLoaded += preload(docRef, "doc", "collection");
105 doc = load(docRef, "doc", "collection");
HTMLCollection11.js 49 docsLoaded += preload(docRef, "doc", "collection");
105 doc = load(docRef, "doc", "collection");
HTMLCollection12.js 49 docsLoaded += preload(docRef, "doc", "collection");
105 doc = load(docRef, "doc", "collection");

Completed in 393 milliseconds

1 2 3 4 5 67 8 91011>>