Home
last modified time | relevance | path

Searched defs:exchange (Results 1 – 14 of 14) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/client/
DAbstractHttpConnection.java271 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()
DBlockingHttpConnection.java59 protected void exchangeExpired(HttpExchange exchange) in exchangeExpired()
115 HttpExchange exchange; in handle() local
DHttpDestination.java385 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
DAsyncHttpConnection.java74 HttpExchange exchange=_exchange; in handle() local
DHttpClient.java160 public void send(HttpExchange exchange) throws IOException in send()
/external/jetty/src/java/org/eclipse/jetty/client/security/
DDigestAuthentication.java44 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()
DAuthentication.java32 public void setCredentials( HttpExchange exchange) throws IOException; in setCredentials()
DBasicAuthentication.java53 public void setCredentials( HttpExchange exchange ) throws IOException in setCredentials()
DProxyAuthorization.java53 public void setCredentials( HttpExchange exchange ) throws IOException in setCredentials()
/external/deqp/framework/delibs/dethread/
DdeAtomic.h100 …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/
Dupdate_pdfium.py104 def exchange(currentDir, newDir, oldDir): function
/external/jetty/src/java/org/eclipse/jetty/servlets/
DProxyServlet.java444 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/
Dmxbase.py35 def __init__(self, rdclass, rdtype, preference, exchange): argument
/external/bison/lib/
Dgetopt.c144 exchange (char **argv, struct _getopt_data *d) in exchange() function