Searched refs:Connection (Results 51 - 75 of 104) sorted by relevance

12345

/external/webrtc/webrtc/p2p/base/
H A Dport_unittest.cc162 virtual Connection* CreateConnection(const Candidate& remote_candidate,
164 Connection* conn = new ProxyConnection(this, 0, remote_candidate);
232 Connection* conn() { return conn_; }
250 void OnConnectionStateChange(Connection* conn) {
251 if (conn->write_state() == Connection::STATE_WRITABLE) {
309 void OnDestroyed(Connection* conn) {
336 // ReadyToSend will only issue after a Connection recovers from EWOULDBLOCK.
337 void OnConnectionReadyToSend(Connection* conn) {
346 Connection* conn_;
572 // should have its Connection create
[all...]
H A Drelayport.h58 Connection* CreateConnection(const Candidate& address,
H A Dstunport.cc255 Connection* UDPPort::CreateConnection(const Candidate& address,
270 Connection* conn = new ProxyConnection(this, 0, address);
334 if (Connection* conn = GetConnection(remote_addr)) {
H A Dturnport.h87 virtual Connection* CreateConnection(
247 void OnConnectionDestroyed(Connection* conn);
/external/libmicrohttpd/src/testspdy/
H A Dtest_new_connection.c107 struct Connection { struct
228 struct Connection *connection;
230 connection = (struct Connection*)user_data;
260 struct Connection *connection;
262 connection = (struct Connection*)user_data;
576 static void ctl_poll(struct pollfd *pollfd, struct Connection *connection)
594 static void submit_request(struct Connection *connection, struct Request *req)
619 static void exec_io(struct Connection *connection)
660 struct Connection connection;
718 die("Connection erro
[all...]
H A Dtest_request_response.c89 struct Connection { struct
210 struct Connection *connection;
212 connection = (struct Connection*)user_data;
242 struct Connection *connection;
244 connection = (struct Connection*)user_data;
564 static void ctl_poll(struct pollfd *pollfd, struct Connection *connection)
582 static void submit_request(struct Connection *connection, struct Request *req)
607 static void exec_io(struct Connection *connection)
648 struct Connection connection;
706 die("Connection erro
[all...]
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
H A Dcertutils.py84 return WrappedConnection(SSL.Connection(context, connection))
160 connection = SSL.Connection(context, s)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DSQL_Results.java13 import java.sql.Connection;
39 SQL_Results(Connection con) throws SQLException {
/external/okhttp/okhttp-logging-interceptor/src/main/java/com/squareup/okhttp/logging/
H A DHttpLoggingInterceptor.java18 import com.squareup.okhttp.Connection;
151 Connection connection = chain.connection();
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteCursor.java8 import java.sql.Connection;
228 private void fillRows(String sql, Connection connection) throws SQLException {
H A DShadowSQLiteDatabase.java14 import java.sql.Connection;
38 private static Connection connection;
341 public Connection getConnection() {
/external/apache-http/android/src/android/net/http/
H A DConnection.java39 abstract class Connection { class
101 protected Connection(Context context, HttpHost host, method in class:Connection
119 static Connection getConnection(
147 "Connection.cancel(): connection closed " + mHost);
327 "Connection.clearPipe(): clearing pipe " + pipe.size());
396 HttpLog.v("Connection.openHttpConnection() " +
532 // Check for 'Connection' directive
H A DRequest.java52 private Connection mConnection;
153 void setConnection(Connection connection) {
H A DRequestHandle.java48 private Connection mConnection;
79 * Creates a new request session with a given Connection. This connection
85 Connection conn) {
H A DHttpsConnection.java49 * A Connection connecting to a secure http server or tunneling through
52 public class HttpsConnection extends Connection {
/external/libbrillo/brillo/http/
H A Dhttp_connection_curl_unittest.cc38 // read callbacks to obtain the request data from the Connection and then
54 // callbacks from the Connection class.
55 Connection* connection{nullptr};
157 connection_ = std::make_shared<Connection>(
174 std::shared_ptr<Connection> connection_;
245 // Expectations for Connection::FinishRequest() call.
/external/autotest/client/common_lib/cros/graphite/
H A Dstats.py78 self.conn = statsd.Connection(host=host, port=port)
/external/libmojo/mojo/edk/js/tests/
H A Dsample_service_tests.js87 var connection0 = new connection.Connection(sampleServicePipe.handle0,
89 var connection1 = new connection.Connection(
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DSQLiteCursorTest.java13 import java.sql.Connection;
25 private Connection connection;
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
H A DInCallServiceImpl.java27 import android.telecom.Connection;
1310 case Connection.VideoProvider.SESSION_EVENT_RX_PAUSE:
1312 case Connection.VideoProvider.SESSION_EVENT_RX_RESUME:
1314 case Connection.VideoProvider.SESSION_EVENT_TX_START:
1316 case Connection.VideoProvider.SESSION_EVENT_TX_STOP:
1318 case Connection.VideoProvider.SESSION_EVENT_CAMERA_FAILURE:
1320 case Connection.VideoProvider.SESSION_EVENT_CAMERA_READY:
/external/openssh/
H A Dssh-keyscan.c86 typedef struct Connection { struct
105 TAILQ_ENTRY(Connection) c_link; /* List of connections in timeout order. */
108 TAILQ_HEAD(conlist, Connection) tq; /* Timeout Queue */
457 error("%s: Connection closed by remote host", c->c_name);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
H A DRealConnection.java21 import com.squareup.okhttp.Connection;
67 public final class RealConnection implements Connection {
316 .header("Proxy-Connection", "Keep-Alive")
395 return "Connection{"
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCStatement.java172 public Connection getConnection() throws SQLException {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DCall.java219 @Override public Connection connection() {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpEngine.java22 import com.squareup.okhttp.Connection;
336 public Connection getConnection() {
525 if (request.header("Connection") == null) {
526 result.header("Connection", "Keep-Alive");
662 @Override public Connection connection() {
750 if ("close".equalsIgnoreCase(networkResponse.request().header("Connection"))
751 || "close".equalsIgnoreCase(networkResponse.header("Connection"))) {
889 Connection connection = streamAllocation.connection();

Completed in 753 milliseconds

12345