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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLAllCollectionCustom.cpp 44 static v8::Handle<v8::Value> getNamedItems(HTMLAllCollection* collection, AtomicString name)
47 collection->namedItems(name, namedItems);
58 static v8::Handle<v8::Value> getItem(HTMLAllCollection* collection, v8::Handle<v8::Value> argument)
62 v8::Handle<v8::Value> result = getNamedItems(collection, toWebCoreString(argument->ToString()));
70 RefPtr<Node> result = collection->item(index->Uint32Value());
V8HTMLCollectionCustom.cpp 44 static v8::Handle<v8::Value> getNamedItems(HTMLCollection* collection, AtomicString name)
47 collection->namedItems(name, namedItems);
58 static v8::Handle<v8::Value> getItem(HTMLCollection* collection, v8::Handle<v8::Value> argument)
65 v8::Handle<v8::Value> result = getNamedItems(collection, toWebCoreString(asString));
73 RefPtr<Node> result = collection->item(index->Uint32Value());
  /frameworks/base/core/java/android/net/
RouteInfo.java 27 import java.util.Collection;
234 * Find the route from a Collection of routes that best matches a given address.
236 * @param routes a Collection of RouteInfos to chose from
238 * @return the RouteInfo from the Collection that best fits the given address
240 public static RouteInfo selectBestRoute(Collection<RouteInfo> routes, InetAddress dest) {
DhcpInfoInternal.java 26 import java.util.Collection;
45 private Collection<RouteInfo> mRoutes;
55 public Collection<RouteInfo> getRoutes() {
  /libcore/luni/src/main/java/java/util/
ArrayList.java 87 * the specified collection.
89 * @param collection
90 * the collection of elements to add.
92 public ArrayList(Collection<? extends E> collection) {
93 Object[] a = collection.toArray();
176 * Adds the objects in the specified collection to this {@code ArrayList}.
178 * @param collection
179 * the collection of objects.
183 @Override public boolean addAll(Collection<? extends E> collection)
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertificateFactory3Test.java 37 import java.util.Collection;
100 * Assertion: returns Collection which consists of 1 Certificate
109 Collection<? extends Certificate> col = null;
113 assertEquals("Incorrect Collection size", col.size(), 1);
114 assertEquals("Incorrect Certificate in Collection", cert, it.next());
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
BaseHeapPanel.java 28 import java.util.Collection;
51 Collection<HeapSegment> heapSegments;
105 * @param heapData the collection of {@link HeapSegment} that forms the heap data.
107 private void doSerializeHeapData(Collection<HeapSegment> heapData) {
153 Collection<ArrayList<HeapSegmentElement>> elementLists = mHeapMap.values();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 28 import java.util.Collection;
76 Collection<Rectangle> masks = subtractRectangles(whole, includedBounds);
94 * Given a Rectangle, remove holes from it (specified as a collection of Rectangles) such
102 static Collection<Rectangle> subtractRectangles(
103 Rectangle rectangle, Collection<Rectangle> holes) {
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
ScriptRunner.java 36 import java.util.Collection;
76 Collection<String> args, Map<String,
82 Collection<String> classpath = Lists.newArrayList(f.getParent());
141 String script, Collection<String> names) {
159 Collection<String> pythonPath, String[] argv) {
  /external/v8/src/
heap.h 430 // Please note this does not perform a garbage collection.
437 // Please note this does not perform a garbage collection.
448 // Please note this does not perform a garbage collection.
461 // Please note this does not perform a garbage collection.
468 // Please note this function does not perform a garbage collection.
474 // Please note this function does not perform a garbage collection.
508 // Please note this does not perform a garbage collection.
525 // Please note this function does not perform a garbage collection.
551 // Please note this does not perform a garbage collection.
562 // failed. Please note this does not perform a garbage collection
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
EnumMapTest.java 20 import java.util.Collection;
386 Collection c = new ArrayList();
643 Collection c = new ArrayList();
990 Collection collection = enumColorMap.values(); local
    [all...]
AbstractSequentialListTest.java 21 import java.util.Collection;
55 * @tests java.util.AbstractSequentialList#addAll(int, java.util.Collection)
63 Collection<String> c = Arrays.asList(someList);
  /libcore/luni/src/test/java/tests/api/java/util/
VectorTest.java 21 import java.util.Collection;
110 * java.util.Vector#Vector(java.util.Collection)
113 // Test for method java.util.Vector(java.util.Collection)
114 Collection l = new LinkedList();
182 * java.util.Vector#addAll(int, java.util.Collection)
186 // java.util.Collection)
187 Collection l = new LinkedList();
241 * java.util.Vector#addAll(java.util.Collection)
244 // Test for method boolean java.util.Vector.addAll(java.util.Collection)
246 Collection l = new LinkedList()
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory_ImplTest.java 33 import java.util.Collection;
264 Collection crls = factory.generateCRLs(bais);
266 assertEquals("The size of collection differs from expected",
339 private void verifyCRLs(Collection crls) throws Exception {
348 private void verifyCertificates(Collection certs) throws Exception {
413 // expected size og generated CRL collection
446 Collection crls =
449 assertEquals("The size of collection differs from expected",
512 // expected size og generated Certificate collection
545 Collection certs
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldCollectionsTest.java 25 import java.util.Collection;
145 * java.util.Collections#synchronizedCollection(java.util.Collection)
210 * java.util.Collections#unmodifiableCollection(java.util.Collection)
275 * java.util.Collections#frequency(java.util.Collection,Object)
356 class Mock_Collection implements Collection {
361 public boolean addAll(Collection c) {
372 public boolean containsAll(Collection c) {
388 public boolean removeAll(Collection c) {
392 public boolean retainAll(Collection c) {
409 class Mock_WrongCollection implements Collection {
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
ITestPackageDef.java 23 import java.util.Collection;
68 * Get the collection of tests in this test package.
70 public Collection<TestIdentifier> getTests();
TestFilter.java 22 import java.util.Collection;
99 public Collection<TestIdentifier> filter(Collection<TestIdentifier > tests) {
  /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 22 import java.util.Collection;
46 Collection<? extends Item> items = items();
108 * so-ordered collection. If the items in this instance are indexed,
  /development/samples/WeatherListWidget/
_index.html 5 <p>As in the StackWidget example, we will be using a collection view (the ListView in this case) to
21 the service to the collection view in the widget.
30 <p>If you are writing collection-based widgets, remember that the feature is
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
MyCertificateFactorySpi.java 32 import java.util.Collection;
73 public Collection engineGenerateCertificates(InputStream inStream)
88 public Collection engineGenerateCRLs(InputStream inStream)
  /external/apache-http/src/org/apache/http/client/protocol/
RequestDefaultHeaders.java 35 import java.util.Collection;
65 Collection<?> defHeaders = (Collection<?>) request.getParams().getParameter(
  /external/chromium/chrome/browser/chromeos/
external_metrics.h 31 // Begins the external data collection. This service is started and stopped
72 // Calls CollectEvents and reschedules a future collection.
75 // Schedules a metrics event collection in the future.
  /external/oprofile/libpp/
symbol.h 95 /// a collection of sorted symbols
121 /// a collection of sorted callgraph symbol objects
139 /// a collection of diffed symbols
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDeviceList.java 25 import java.util.Collection;
35 private Collection<WifiP2pDevice> mDevices;
89 public Collection<WifiP2pDevice> getDeviceList() {

Completed in 1494 milliseconds

<<11121314151617181920>>