/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/ |
D | RealWebSocket.java | 127 boolean closeConnection; in close() 132 closeConnection = readerSentClose; in close() 137 if (closeConnection) { in close() 138 closeConnection(); in close() 152 closeConnection(); in peerClose() 180 closeConnection(); in readerErrorClose() 188 protected abstract void closeConnection() throws IOException; in closeConnection() method in RealWebSocket
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPUnitDebuggeeWrapper.java | 129 closeConnection(); in stop() 175 protected void closeConnection() { in closeConnection() method in JDWPUnitDebuggeeWrapper 178 vmMirror.closeConnection(); in closeConnection()
|
/external/curl/lib/ |
D | http_proxy.c | 101 bool closeConnection = FALSE; in Curl_proxyCONNECT() local 477 closeConnection = TRUE; in Curl_proxyCONNECT() 488 closeConnection = TRUE; in Curl_proxyCONNECT() 524 closeConnection = TRUE; in Curl_proxyCONNECT() 527 if(closeConnection && data->req.newurl) { in Curl_proxyCONNECT() 548 if(closeConnection && data->req.newurl) { in Curl_proxyCONNECT()
|
/external/apache-http/android/src/android/net/http/ |
D | ConnectionThread.java | 111 mConnection.closeConnection(); in run() 114 mConnection.closeConnection(); in run()
|
D | IdleCache.java | 119 entry.mConnection.closeConnection(); in clear() 133 entry.mConnection.closeConnection(); in clearIdle()
|
D | Connection.java | 145 closeConnection(); in cancel() 306 closeConnection(); in processRequests() 445 closeConnection(); in httpFailure() 556 abstract void closeConnection(); in closeConnection() method in Connection
|
D | HttpConnection.java | 68 void closeConnection() { in closeConnection() method in HttpConnection
|
/external/jetty/src/java/org/eclipse/jetty/security/ |
D | JDBCLoginService.java | 217 closeConnection(); in login() 265 closeConnection(); in loadUser() 273 private void closeConnection () in closeConnection() method in JDBCLoginService
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
D | ConnPoolByRoute.java | 388 closeConnection(entry.getConnection()); 448 closeConnection(entry.getConnection()); 535 closeConnection(entry.getConnection()); 683 closeConnection(entry.getConnection());
|
D | AbstractConnPool.java | 301 closeConnection(entry.getConnection()); in shutdown() 322 protected void closeConnection(final OperatedClientConnection conn) { in closeConnection() method in AbstractConnPool
|
/external/deqp/executor/ |
D | xeTcpIpLink.cpp | 428 closeConnection(); in ~TcpIpLink() 437 void TcpIpLink::closeConnection (void) in closeConnection() function in xe::TcpIpLink 481 closeConnection(); in connect() 491 closeConnection(); in disconnect()
|
D | xeTcpIpLink.hpp | 140 void closeConnection (void);
|
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
D | CloseableDoSFilter.java | 41 …protected void closeConnection(HttpServletRequest request, HttpServletResponse response, Thread th… in closeConnection() method in CloseableDoSFilter
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/ |
D | ResumeTest.java | 58 closeConnection(); in testResume()
|
D | RefTypeIDTest.java | 62 closeConnection(); in testRefTypeID001()
|
D | ClassObjectIDTest.java | 63 closeConnection(); in testClassObjectID001()
|
D | AttachConnectorTest.java | 89 closeConnection(); in testAttachConnector001()
|
D | FieldAccessTest.java | 63 closeConnection(); in testFieldAccess001()
|
D | FieldModificationTest.java | 64 closeConnection(); in testFieldModification001()
|
D | BreakpointTest.java | 70 closeConnection(); in testClearBreakpoint001()
|
D | ExceptionTest.java | 68 closeConnection(); in testException001()
|
D | ClassPrepareTest.java | 68 closeConnection(); in testClassPrepare001()
|
D | ThreadEndTest.java | 70 closeConnection(); in testThreadEnd001()
|
D | MethodEntryExitTest.java | 81 closeConnection(); in testMethodEvent001()
|
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/internal/ws/ |
D | RealWebSocketTest.java | 63 @Override protected void closeConnection() throws IOException { in setUp() 72 @Override protected void closeConnection() throws IOException { in setUp()
|