/external/jetty/src/java/org/eclipse/jetty/client/ |
D | AbstractHttpConnection.java | 271 HttpExchange exchange = _exchange; in startResponse() local 304 HttpExchange exchange = _exchange; in parsedHeader() local 318 HttpExchange exchange = _exchange; in headerComplete() local 330 HttpExchange exchange = _exchange; in content() local 338 HttpExchange exchange = _exchange; in messageComplete() local 346 HttpExchange exchange = _exchange; in earlyEOF() local 378 HttpExchange exchange = _exchange; in close() local 432 protected void exchangeExpired(HttpExchange exchange) in exchangeExpired() 497 public NonFinalResponseListener(HttpExchange exchange) in NonFinalResponseListener()
|
D | BlockingHttpConnection.java | 59 protected void exchangeExpired(HttpExchange exchange) in exchangeExpired() 115 HttpExchange exchange; in handle() local
|
D | HttpDestination.java | 385 HttpExchange exchange = _exchanges.remove(0); in onNewConnection() local 579 protected void exchangeExpired(HttpExchange exchange) in exchangeExpired() 589 protected void send(AbstractHttpConnection connection, HttpExchange exchange) throws IOException in send() 728 HttpExchange exchange = null; in onException() local 741 HttpExchange exchange = null; in onExpire() local
|
D | AsyncHttpConnection.java | 74 HttpExchange exchange=_exchange; in handle() local
|
D | HttpClient.java | 160 public void send(HttpExchange exchange) throws IOException in send()
|
/external/jetty/src/java/org/eclipse/jetty/client/security/ |
D | DigestAuthentication.java | 44 public void setCredentials( HttpExchange exchange ) in setCredentials() 75 …protected String newResponse(String cnonce, HttpExchange exchange, Realm securityRealm, Map detail… in newResponse() 116 protected String newCnonce(HttpExchange exchange, Realm securityRealm, Map details) in newCnonce()
|
D | Authentication.java | 32 public void setCredentials( HttpExchange exchange) throws IOException; in setCredentials()
|
D | BasicAuthentication.java | 53 public void setCredentials( HttpExchange exchange ) throws IOException in setCredentials()
|
D | ProxyAuthorization.java | 53 public void setCredentials( HttpExchange exchange ) throws IOException in setCredentials()
|
/external/deqp/framework/delibs/dethread/ |
D | deAtomic.h | 100 …t32 deAtomicCompareExchangeUint32 (volatile deUint32* dstAddr, deUint32 compare, deUint32 exchange) in deAtomicCompareExchangeUint32() 184 …t64 deAtomicCompareExchangeUint64 (volatile deUint64* dstAddr, deUint64 compare, deUint64 exchange) in deAtomicCompareExchangeUint64() 243 DE_INLINE void* deAtomicCompareExchangePtr (void* volatile* dstAddr, void* compare, void* exchange) in deAtomicCompareExchangePtr()
|
/external/pdfium/ |
D | update_pdfium.py | 104 def exchange(currentDir, newDir, oldDir): function
|
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
D | ProxyServlet.java | 444 HttpExchange exchange = new HttpExchange() in service() local 739 protected void customizeExchange(HttpExchange exchange, HttpServletRequest request) in customizeExchange()
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ |
D | mxbase.py | 35 def __init__(self, rdclass, rdtype, preference, exchange): argument
|
/external/bison/lib/ |
D | getopt.c | 144 exchange (char **argv, struct _getopt_data *d) in exchange() function
|