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

1 2 3 4 5 6 78 91011>>

  /external/webkit/LayoutTests/dom/html/level2/html/
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/
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");
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
  /ndk/tests/device/test-gnustl-full/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() );
  /ndk/tests/device/test-stlport/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/guava/guava/src/com/google/common/collect/
Maps.java 40 import java.util.Collection;
277 * when accessing any of its collection views: <pre> {@code
629 * keyFunction} on each value in the input collection to that value
631 * key for more than one value in the input collection
666 * keyFunction} on each value in the input collection to that value
668 * key for more than one value in the input collection
764 private final Collection<Entry<K, V>> entries;
766 UnmodifiableEntries(Collection<Entry<K, V>> entries) {
770 @Override protected Collection<Entry<K, V>> delegate() {
798 Collection<? extends Entry<K, V>> collection)
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Maps.java 39 import java.util.Collection;
274 * when accessing any of its collection views: <pre> {@code
626 * keyFunction} on each value in the input collection to that value
628 * key for more than one value in the input collection
663 * keyFunction} on each value in the input collection to that value
665 * key for more than one value in the input collection
735 private final Collection<Entry<K, V>> entries;
737 UnmodifiableEntries(Collection<Entry<K, V>> entries) {
741 @Override protected Collection<Entry<K, V>> delegate() {
769 Collection<? extends Entry<K, V>> collection)
    [all...]
  /external/ceres-solver/docs/
reference-overview.tex 10 The term $ \rho_i\left(\left\|f_i\left(x_{i_1},\hdots,x_{i_k}\right)\right\|^2\right)$ is known as a Residual Block. A Ceres problem is a collection of residual blocks, each of which depends on a subset of the parameter blocks.
  /external/chromium/base/
tracked_objects.cc 176 DataCollector::Collection* collection = collected_data.collection(); local
183 DataCollector::Collection match_array;
184 for (DataCollector::Collection::iterator it = collection->begin();
185 it != collection->end(); ++it) {
230 const DataCollector::Collection& match_array,
635 DataCollector::Collection* DataCollector::collection() { function in class:tracked_objects::DataCollector
    [all...]

Completed in 323 milliseconds

1 2 3 4 5 6 78 91011>>