HomeSort by relevance Sort by last modified time
    Searched refs:collection (Results 76 - 100 of 101) sorted by null

1 2 34 5

  /external/webkit/WebKit/win/
DOMHTMLClasses.cpp 138 DOMHTMLOptionsCollection::DOMHTMLOptionsCollection(WebCore::HTMLOptionsCollection* collection)
139 : m_collection(collection)
143 IDOMHTMLOptionsCollection* DOMHTMLOptionsCollection::createInstance(WebCore::HTMLOptionsCollection* collection)
145 if (!collection)
149 DOMHTMLOptionsCollection* newCollection = new DOMHTMLOptionsCollection(collection);
280 /* [retval][out] */ IDOMHTMLCollection** /*collection*/)
287 /* [retval][out] */ IDOMHTMLCollection** /*collection*/)
294 /* [retval][out] */ IDOMHTMLCollection** /*collection*/)
301 /* [retval][out] */ IDOMHTMLCollection** collection)
303 *collection = 0
    [all...]
DOMHTMLClasses.h 399 /* [retval][out] */ IDOMHTMLCollection **collection);
402 /* [retval][out] */ IDOMHTMLCollection **collection);
405 /* [retval][out] */ IDOMHTMLCollection **collection);
408 /* [retval][out] */ IDOMHTMLCollection **collection);
411 /* [retval][out] */ IDOMHTMLCollection **collection);
    [all...]
  /external/guava/src/com/google/common/collect/
LinkedListMultimap.java 34 import java.util.Collection;
570 @Override public boolean removeAll(Collection<?> c) {
573 @Override public boolean retainAll(Collection<?> c) {
658 @Override public boolean removeAll(Collection<?> c) {
662 @Override public boolean retainAll(Collection<?> c) {
715 private transient Collection<V> valuesCollection;
720 * <p>The iterator generated by the returned collection traverses the values
723 public Collection<V> values() {
724 Collection<V> result = valuesCollection;
749 private transient Collection<Entry<K, V>> entries
    [all...]
  /external/webkit/JavaScriptCore/wtf/
Deque.h 324 void deleteAllValues(const Deque<T>& collection)
327 iterator end = collection.end();
328 for (iterator it = collection.begin(); it != end; ++it)
Vector.h 1002 void deleteAllValues(const Vector<T, inlineCapacity>& collection)
1005 iterator end = collection.end();
1006 for (iterator it = collection.begin(); it != end; ++it)
  /external/webkit/WebCore/bindings/js/
JSDOMWindowCustom.cpp 151 RefPtr<HTMLCollection> collection = document->windowNamedItems(propertyName); local
152 if (collection->length() == 1)
153 return toJS(exec, collection->firstItem());
154 return toJS(exec, collection.get());
    [all...]
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
BerInputStream.java 737 private final void decodeValueCollection(ASN1ValueCollection collection)
743 ASN1Type type = collection.type;
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 81 Also, a collection of lethal environmental hazards have been placed at every
  /external/elfutils/
elfutils.spec 2 Summary: A collection of utilities and DSOs to handle compiled objects.
27 Elfutils is a collection of utilities, including ld (a linker),
  /dalvik/libcore/security/src/test/java/tests/security/cert/
X509CertSelectorTest.java 53 import java.util.Collection;
658 Collection<List<?>> sans = sans1.getPairsList();
662 Collection<List<?>> col = selector.getPathToNames();
2042 protected Collection<List<?>> collection = null; field in class:X509CertSelectorTest.TestCert
    [all...]
  /external/webkit/WebKit/android/jni/
WebCoreFrameBridge.cpp 1527 WTF::PassRefPtr<WebCore::HTMLCollection> collection = pFrame->document()->forms(); local
    [all...]
  /external/webkit/WebCore/inspector/front-end/
TimelinePanel.js 144 _innerAddRecordToTimeline: function(record, collection)
157 collection.push(formattedRecord);
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /external/v8/benchmarks/
deltablue.js 709 * downstream of the given constraint. Answer a collection of
  /external/webkit/SunSpider/tests/v8-v4/
v8-deltablue.js 703 * downstream of the given constraint. Answer a collection of
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /external/dropbear/libtommath/
bn.tex 251 LibTomMath was written to be an instructive collection of source code. This is why there are many comments, only one
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /external/iproute2/doc/
ip-cref.tex 932 the next garbage collection.
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 501 milliseconds

1 2 34 5