Home
last modified time | relevance | path

Searched refs:Collection (Results 1 – 14 of 14) sorted by relevance

/external/apache-http/src/org/apache/http/client/protocol/
DRequestDefaultHeaders.java35 import java.util.Collection;
65 Collection<?> defHeaders = (Collection<?>) request.getParams().getParameter( in process()
/external/apache-http/src/org/apache/http/cookie/params/
DCookieSpecParamBean.java34 import java.util.Collection;
45 public void setDatePatterns (final Collection <String> patterns) { in setDatePatterns()
/external/apache-http/src/org/apache/http/impl/cookie/
DAbstractCookieSpec.java34 import java.util.Collection;
106 protected Collection<CookieAttributeHandler> getAttribHandlers() { in getAttribHandlers()
/external/apache-http/src/org/apache/http/client/params/
DClientParamBean.java34 import java.util.Collection;
84 public void setDefaultHeaders (final Collection <Header> headers) { in setDefaultHeaders()
/external/apache-http/src/org/apache/http/conn/ssl/
DAbstractVerifier.java42 import java.util.Collection;
300 Collection<List<?>> c = null; in getDNSSubjectAlts()
/external/emma/core/java12/com/vladium/util/
DSoftValueMap.java14 import java.util.Collection;
400 public Collection values () in values()
/external/apache-http/src/org/apache/commons/logging/impl/
DWeakHashtable.java261 public Collection values() {
/external/webkit/JavaScriptCore/runtime/
DCollector.h48 enum OperationInProgress { NoOperation, Allocation, Collection }; enumerator
DCollector.cpp977 primaryHeap.operationInProgress = Collection; in collect()
978 numberHeap.operationInProgress = Collection; in collect()
/external/libffi/
DREADME278 The developers of the GNU Compiler Collection project have made
/external/bison/doc/
Dbison.texinfo2248 the symbol table. @xref{Union Decl, ,The Collection of Value Types}.
3090 @code{%union} Bison declaration (@pxref{Union Decl, ,The Collection of
3811 @subsection The Collection of Value Types
3880 that you want (@pxref{Union Decl, ,The Collection of Value Types}). You
4115 (@pxref{Union Decl, ,The Collection of Value Types}).
4583 Collection of Value Types}). So when you store a token's value, you
7068 Collection of Value Types}. In particular it produces a genuine
8334 values. @xref{Union Decl, ,The Collection of Value Types}.
Dbison.info2366 symbol table. *Note The Collection of Value Types: Union Decl.
3099 `%union' Bison declaration (*note The Collection of Value Types:
3701 3.7.4 The Collection of Value Types
3752 Collection of Value Types: Union Decl.). You can give any number of
3954 (*note The Collection of Value Types: Union Decl.).
4360 made from the `%union' declaration (*note The Collection of Value
6507 The `%union' directive works as for C, see *Note The Collection of
7594 semantic values. *Note The Collection of Value Types: Union Decl.
/external/webkit/WebCore/
DChangeLog-2006-12-3150325 - Changed HTML collections to describe themselves as "[object Collection]",
DChangeLog-2007-10-1449795 (was "DOMHTMLElement") and HTMLCollection (was "Collection").