HomeSort by relevance Sort by last modified time
    Searched full:collection (Results 476 - 500 of 2355) sorted by null

<<11121314151617181920>>

  /external/oauth/core/src/main/java/net/oauth/client/
URLConnectionClient.java 25 import java.util.Collection;
48 final Collection<Map.Entry<String, String>> addHeaders = request.headers;
  /external/webkit/LayoutTests/dom/html/level2/html/
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");
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");
HTMLSelectElement08.js 78 The options attribute returns a collection of OPTION elements contained
82 examine the items of the returned collection.
HTMLTableElement07.js 78 The rows attribute returns a collection of all the rows in the table,
82 examine the items of the returned collection.
HTMLTableElement08.js 78 The tBodies attribute returns a collection of all the defined
82 examine the items of the returned collection.
HTMLTableElement09.js 78 The tBodies attribute returns a collection of all the defined
82 examine the items of the returned collection. Tests multiple TBODY
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
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");
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");
HTMLSelectElement08.js 78 The options attribute returns a collection of OPTION elements contained
82 examine the items of the returned collection.
HTMLTableElement07.js 78 The rows attribute returns a collection of all the rows in the table,
82 examine the items of the returned collection.
HTMLTableElement08.js 78 The tBodies attribute returns a collection of all the defined
82 examine the items of the returned collection.
HTMLTableElement09.js 78 The tBodies attribute returns a collection of all the defined
82 examine the items of the returned collection. Tests multiple TBODY
  /external/webkit/Source/JavaScriptCore/heap/
Heap.h 52 enum OperationInProgress { NoOperation, Allocation, Collection };
75 bool isBusy(); // true if an allocation or collection is in progress
  /frameworks/base/core/java/android/widget/
ArrayAdapter.java 27 import java.util.Collection;
186 * Adds the specified Collection at the end of the array.
188 * @param collection The Collection to add at the end of the array.
190 public void addAll(Collection<? extends T> collection) {
193 mOriginalValues.addAll(collection);
195 mObjects.addAll(collection);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documenttypegetnotations.java 69 java.util.Collection actual = new java.util.ArrayList();
71 java.util.Collection expected = new java.util.ArrayList();
nodecloneattributescopied.java 72 java.util.Collection result = new java.util.ArrayList();
74 java.util.Collection expectedResult = new java.util.ArrayList();
nodeelementnodeattributes.java 71 java.util.Collection attrList = new java.util.ArrayList();
73 java.util.Collection expected = new java.util.ArrayList();
  /libcore/luni/src/main/java/java/util/
Comparator.java 22 * respect to each other. On a given {@code Collection}, a {@code Comparator} can be used to
23 * obtain a sorted {@code Collection} which is <i>totally ordered</i>. For a {@code Comparator}

Completed in 1661 milliseconds

<<11121314151617181920>>