Searched refs:Collection (Results 1 – 14 of 14) sorted by relevance
/external/apache-http/src/org/apache/http/client/protocol/ |
D | RequestDefaultHeaders.java | 35 import java.util.Collection; 65 Collection<?> defHeaders = (Collection<?>) request.getParams().getParameter( in process()
|
/external/apache-http/src/org/apache/http/cookie/params/ |
D | CookieSpecParamBean.java | 34 import java.util.Collection; 45 public void setDatePatterns (final Collection <String> patterns) { in setDatePatterns()
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
D | AbstractCookieSpec.java | 34 import java.util.Collection; 106 protected Collection<CookieAttributeHandler> getAttribHandlers() { in getAttribHandlers()
|
/external/apache-http/src/org/apache/http/client/params/ |
D | ClientParamBean.java | 34 import java.util.Collection; 84 public void setDefaultHeaders (final Collection <Header> headers) { in setDefaultHeaders()
|
/external/apache-http/src/org/apache/http/conn/ssl/ |
D | AbstractVerifier.java | 42 import java.util.Collection; 300 Collection<List<?>> c = null; in getDNSSubjectAlts()
|
/external/emma/core/java12/com/vladium/util/ |
D | SoftValueMap.java | 14 import java.util.Collection; 400 public Collection values () in values()
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
D | WeakHashtable.java | 261 public Collection values() {
|
/external/webkit/JavaScriptCore/runtime/ |
D | Collector.h | 48 enum OperationInProgress { NoOperation, Allocation, Collection }; enumerator
|
D | Collector.cpp | 977 primaryHeap.operationInProgress = Collection; in collect() 978 numberHeap.operationInProgress = Collection; in collect()
|
/external/libffi/ |
D | README | 278 The developers of the GNU Compiler Collection project have made
|
/external/bison/doc/ |
D | bison.texinfo | 2248 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}.
|
D | bison.info | 2366 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/ |
D | ChangeLog-2006-12-31 | 50325 - Changed HTML collections to describe themselves as "[object Collection]",
|
D | ChangeLog-2007-10-14 | 49795 (was "DOMHTMLElement") and HTMLCollection (was "Collection").
|