Searched defs:connection (Results 276 - 300 of 329) sorted by relevance

<<11121314

/external/chromium_org/dbus/
H A Dbus.cc442 // org.freedesktop.DBus.Hello method at the beging of bus connection to
465 << "non-private connection should not be closed";
512 // Private connection should be closed.
829 // if the connection is lost. Otherwise we will miss "Disconnected" signal.
1101 void Bus::OnDispatchStatusChanged(DBusConnection* connection, argument
1103 DCHECK_EQ(connection, connection_);
1115 void Bus::OnConnectionDisconnected(DBusConnection* connection) { argument
1121 if (!connection)
1123 DCHECK(!dbus_connection_get_is_connected(connection));
1203 void Bus::OnDispatchStatusChangedThunk(DBusConnection* connection, argument
1211 OnConnectionDisconnectedFilter( DBusConnection* connection, DBusMessage* message, void* data) argument
1226 OnServiceOwnerChangedFilter( DBusConnection* connection, DBusMessage* message, void* data) argument
[all...]
/external/chromium_org/mojo/application_manager/
H A Dapplication_manager_unittest.cc129 ApplicationConnection* connection) OVERRIDE {
130 connection->AddService(this);
135 virtual void Create(ApplicationConnection* connection,
244 TestAImpl(ApplicationConnection* connection, TesterContext* test_context) argument
246 connection->ConnectToApplication(kTestBURLString)->ConnectToService(&b_);
275 TestBImpl(ApplicationConnection* connection, TesterContext* test_context) argument
277 connection->ConnectToService(&c_);
304 TestCImpl(ApplicationConnection* connection, TesterContext* test_context) argument
339 ApplicationConnection* connection) OVERRIDE {
341 requestor_url_ != connection
[all...]
/external/chromium_org/net/quic/
H A Dquic_client_session.cc137 QuicConnection* connection,
145 : QuicClientSessionBase(connection, config),
160 connection->set_debug_visitor(logger_);
199 connection()->set_debug_visitor(NULL);
209 if (connection()->connected()) {
210 // Ensure that the connection is closed by the time the session is
212 connection()->CloseConnection(QUIC_INTERNAL_ERROR, false);
265 const QuicConnectionStats stats = connection()->GetStats();
332 if (!connection()->connected()) {
385 DCHECK(connection()
136 QuicClientSession( QuicConnection* connection, scoped_ptr<DatagramClientSocket> socket, QuicStreamFactory* stream_factory, TransportSecurityState* transport_security_state, scoped_ptr<QuicServerInfo> server_info, const QuicConfig& config, base::TaskRunner* task_runner, NetLog* net_log) argument
[all...]
H A Dquic_stream_factory.cc57 // When a connection is idle for 30 seconds it will be closed.
110 virtual QuicPacketWriter* Create(QuicConnection* connection) const OVERRIDE;
117 QuicConnection* connection) const {
120 writer->SetConnection(connection);
386 if (!session_->connection()->connected()) {
391 if (!session_->connection()->connected()) {
421 AddressList address(session_->connection()->peer_address());
423 session_->connection()->SendConnectionClose(QUIC_CONNECTION_IP_POOLED);
696 const IpAliasKey ip_alias_key(session->connection()->peer_address(),
727 const IpAliasKey ip_alias_key(session->connection()
895 QuicConnection* connection = new QuicConnection(connection_id, local
[all...]
H A Dquic_connection.cc48 // The largest gap in packets we'll accept without closing the connection.
71 explicit AckAlarm(QuicConnection* connection) argument
72 : connection_(connection) {
87 // When the alarm goes off, the connection checks to see if the oldest packets
91 explicit RetransmissionAlarm(QuicConnection* connection) argument
92 : connection_(connection) {
110 explicit SendAlarm(QuicConnection* connection) argument
111 : connection_(connection) {
128 explicit TimeoutAlarm(QuicConnection* connection) argument
129 : connection_(connection) {
146 PingAlarm(QuicConnection* connection) argument
1977 ScopedPacketBundler( QuicConnection* connection, AckBundling send_ack) argument
[all...]
/external/chromium_org/sql/
H A Dconnection.cc5 #include "sql/connection.h"
176 Connection::StatementRef::StatementRef(Connection* connection, argument
179 : connection_(connection),
182 if (connection)
205 connection_ = NULL; // The connection may be getting deleted.
428 // connection to the new version of the database, incremented by one
656 DLOG_IF(FATAL, !poisoned_) << "Illegal use of connection without a db";
664 DLOG_IF(FATAL, !poisoned_) << "Illegal use of connection without a db";
683 DLOG_IF(FATAL, !poisoned_) << "Illegal use of connection without a db";
779 DLOG_IF(FATAL, !poisoned_) << "Illegal use of connection withou
[all...]
/external/chromium_org/sync/syncable/
H A Ddirectory_backing_store_unittest.cc15 #include "sql/connection.h"
57 void SetUpVersion67Database(sql::Connection* connection);
58 void SetUpVersion68Database(sql::Connection* connection);
59 void SetUpVersion69Database(sql::Connection* connection);
60 void SetUpVersion70Database(sql::Connection* connection);
61 void SetUpVersion71Database(sql::Connection* connection);
62 void SetUpVersion72Database(sql::Connection* connection);
63 void SetUpVersion73Database(sql::Connection* connection);
64 void SetUpVersion74Database(sql::Connection* connection);
65 void SetUpVersion75Database(sql::Connection* connection);
81 SetUpCurrentDatabaseAndCheckVersion(sql::Connection* connection) argument
387 SetUpVersion67Database(sql::Connection* connection) argument
508 SetUpVersion68Database(sql::Connection* connection) argument
617 SetUpVersion69Database(sql::Connection* connection) argument
738 SetUpVersion70Database(sql::Connection* connection) argument
846 SetUpVersion71Database(sql::Connection* connection) argument
951 SetUpVersion72Database(sql::Connection* connection) argument
1054 SetUpVersion73Database(sql::Connection* connection) argument
1158 SetUpVersion74Database(sql::Connection* connection) argument
1260 SetUpVersion75Database(sql::Connection* connection) argument
1366 SetUpVersion76Database(sql::Connection* connection) argument
1463 SetUpVersion77Database(sql::Connection* connection) argument
1554 SetUpVersion78Database(sql::Connection* connection) argument
1649 SetUpVersion79Database(sql::Connection* connection) argument
1744 SetUpVersion80Database(sql::Connection* connection) argument
1870 SetUpVersion81Database(sql::Connection* connection) argument
1975 SetUpVersion82Database(sql::Connection* connection) argument
2081 SetUpVersion83Database(sql::Connection* connection) argument
2189 SetUpVersion84Database(sql::Connection* connection) argument
2312 SetUpVersion85Database(sql::Connection* connection) argument
2434 SetUpVersion86Database(sql::Connection* connection) argument
2540 SetUpVersion87Database(sql::Connection* connection) argument
2655 SetUpVersion88Database(sql::Connection* connection) argument
2771 SetUpVersion89Database(sql::Connection* connection) argument
2886 sql::Connection connection; local
2906 sql::Connection connection; local
2943 sql::Connection connection; local
2970 sql::Connection connection; local
3008 sql::Connection connection; local
3028 sql::Connection connection; local
3048 sql::Connection connection; local
3094 sql::Connection connection; local
3116 sql::Connection connection; local
3142 sql::Connection connection; local
3166 sql::Connection connection; local
3188 sql::Connection connection; local
3217 sql::Connection connection; local
3243 sql::Connection connection; local
3272 sql::Connection connection; local
3288 sql::Connection connection; local
3302 sql::Connection connection; local
3316 sql::Connection connection; local
3329 sql::Connection connection; local
3350 sql::Connection connection; local
3364 sql::Connection connection; local
3376 sql::Connection connection; local
3410 sql::Connection connection; local
3425 sql::Connection connection; local
3451 sql::Connection connection; local
3883 sql::Connection connection; local
3900 sql::Connection connection; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.cc50 // well on a 28.8K modem, which is the slowest connection on which the voice
56 // If there is a current writable connection, then we will also try hard to
76 // Compare connection priority. Lower values get sorted last.
99 // Wraps the comparison connection into a less than operator that puts higher
120 // Should we bother checking for the last connection that last received
121 // data? It would help rendezvous on the connection that is also receiving
203 void P2PTransportChannel::AddConnection(Connection* connection) { argument
204 connections_.push_back(connection);
205 connection->set_remote_ice_mode(remote_ice_mode_);
206 connection
544 Connection* connection = port->CreateConnection( local
699 Connection* connection = port->GetConnection(remote_candidate.address()); local
848 Connection *connection = *it; local
1205 OnConnectionStateChange(Connection* connection) argument
1224 OnConnectionDestroyed(Connection* connection) argument
1272 OnReadPacket( Connection *connection, const char *data, size_t len, const rtc::PacketTime& packet_time) argument
1285 OnReadyToSend(Connection* connection) argument
[all...]
H A Drelayport.cc39 // before trying another connection.
42 // Handles a connection to one address/port/protocol combination for a
89 // available protocol. We aim to use each connection for only a
109 // Returns the most preferred connection of the given
115 // Sends the STUN requests to the server to initiate this connection.
134 // Sets this option on the socket of each connection.
153 // Called when a TCP connection is established or fails
175 AllocateRequest(RelayEntry* entry, RelayConnection* connection);
342 // still be necessary). Otherwise, we can't yet use this connection, so we
477 // Remove any previous connection
547 OnConnect(const rtc::SocketAddress& mapped_addr, RelayConnection* connection) argument
772 AllocateRequest(RelayEntry* entry, RelayConnection* connection) argument
[all...]
H A Dport.cc101 // use a large value just in case the connection is really slow.
326 // pruned a connection for this port while it had STUN requests in flight,
654 // The fact that we received a successful request means that this connection
733 // fail. Note: If a new connection is added after this message is posted,
770 explicit ConnectionRequest(Connection* connection) argument
772 connection_(connection) {
803 // in Connection will be set to false by default. Once the connection
804 // becomes "best connection", nomination flag will be turned on.
967 // If this connection is readable, then pass along the packet.
987 << "Received non-STUN packet from an unreadable connection
[all...]
/external/kernel-headers/original/uapi/drm/
H A Dexynos_drm.h83 * A structure for user connection request of virtual display.
85 * @connection: indicate whether doing connetion or not by user.
91 unsigned int connection; member in struct:drm_exynos_vidi_connection
H A Ddrm_mode.h240 __u32 connection; member in struct:drm_mode_get_connector
/external/qemu/proxy/
H A Dproxy_http_rewriter.c401 PROXY_LOG("%s: immediate connection", root->name);
410 /* immediate connection to the proxy. now create a socket
675 char* connection = http_request_find_header(r, "Proxy-Connection"); local
677 if (!connection)
678 connection = http_request_find_header(r, "Connection");
680 if (!connection || strcasecmp(connection, "Close")) {
683 " to keep connection opened",
688 * disconnects the connection.
1129 PROXY_LOG("%s: closing connection", roo
[all...]
/external/smack/src/org/jivesoftware/smackx/muc/
H A DMultiUserChat.java86 private Connection connection; field in class:MultiUserChat
111 public void connectionCreated(final Connection connection) {
112 // Set on every established connection that this client supports the Multi-User
115 ServiceDiscoveryManager.getInstanceFor(connection).addFeature(discoNamespace);
118 ServiceDiscoveryManager.getInstanceFor(connection).setNodeInformationProvider(
123 Iterator<String> rooms=MultiUserChat.getJoinedRooms(connection);
148 * Creates a new multi user chat with the specified connection and room name. Note: no
157 * @param connection the XMPP connection.
162 public MultiUserChat(Connection connection, Strin argument
175 isServiceEnabled(Connection connection, String user) argument
195 getJoinedRooms(Connection connection) argument
212 getJoinedRooms(Connection connection, String user) argument
241 getRoomInfo(Connection connection, String room) argument
254 getServiceNames(Connection connection) argument
284 getHostedRooms(Connection connection, String serviceName) argument
2588 private Connection connection; field in class:MultiUserChat.InvitationsMonitor
2619 InvitationsMonitor(Connection connection) argument
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DVmMirror.java61 private TransportWrapper connection; field in class:VmMirror
81 connection = null;
509 * Disposes connection to debuggee VM.
1898 * if any connection error occurred
1918 * if any connection error occurred
1945 * if any connection error occurred
2022 * Returns JDWP connection channel used by this VmMirror.
2024 * @return connection channel
2027 return connection;
2031 * Sets established connection channe
2037 setConnection(TransportWrapper connection) argument
[all...]
/external/chromium_org/content/browser/appcache/
H A Dappcache_storage_impl.cc30 #include "sql/connection.h"
97 sql::Connection* connection = database->db_connection();
98 if (!connection) {
99 NOTREACHED() << "Missing database connection.";
115 sql::Transaction transaction(connection);
672 sql::Connection* connection = database_->db_connection(); local
673 if (!connection)
676 sql::Transaction transaction(connection);
1166 sql::Connection* connection = database_->db_connection(); local
1167 if (!connection)
[all...]
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_utils.cc232 QuicConnection* /*connection*/) const OVERRIDE {
317 MockSession::MockSession(QuicConnection* connection) argument
318 : QuicSession(connection, DefaultQuicConfig()) {
327 TestSession::TestSession(QuicConnection* connection, const QuicConfig& config) argument
328 : QuicSession(connection, config),
343 TestClientSession::TestClientSession(QuicConnection* connection, argument
345 : QuicClientSessionBase(connection, config),
631 QuicConnection* connection) {
632 return new PerConnectionPacketWriter(this, writer, connection);
637 current_writer_->connection()
630 Create(QuicServerPacketWriter* writer, QuicConnection* connection) argument
648 PerConnectionPacketWriter( TestWriterFactory* factory, QuicServerPacketWriter* writer, QuicConnection* connection) argument
[all...]
/external/chromium_org/third_party/libevent/
H A Dhttp.c404 /* proxy connection */
405 const char *connection = evhttp_find_header(headers, "Proxy-Connection"); local
406 return (connection == NULL || strcasecmp(connection, "keep-alive") != 0);
408 const char *connection = evhttp_find_header(headers, "Connection"); local
409 return (connection != NULL && strcasecmp(connection, "close") == 0);
416 const char *connection = evhttp_find_header(headers, "Connection"); local
417 return (connection != NULL
418 && strncasecmp(connection, "kee
1535 const char *connection; local
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dhttpcommon.cc199 std::string connection; local
200 if ((data.hasHeader(HH_PROXY_CONNECTION, &connection)
201 || data.hasHeader(HH_CONNECTION, &connection))) {
202 return (_stricmp(connection.c_str(), "Keep-Alive") == 0);
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_win.cc802 FORMATETC* format_etc, DWORD advf, IAdviseSink* sink, DWORD* connection) {
806 HRESULT DataObjectImpl::DUnadvise(DWORD connection) { argument
801 DAdvise( FORMATETC* format_etc, DWORD advf, IAdviseSink* sink, DWORD* connection) argument
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DHttpResponseCacheTest.java262 HttpURLConnection connection = openConnection(url);
263 assertEquals(body, readAscii(connection));
287 HttpURLConnection connection = client.open(server.getUrl("/"));
288 assertEquals("abc", readAscii(connection, 3));
289 connection.getInputStream().close();
356 // OpenJDK 6 fails on this line, complaining that the connection isn't open yet
390 HttpURLConnection connection = openConnection(server.getUrl("/"));
391 assertEquals("ABC", readAscii(connection));
393 connection = openConnection(server.getUrl("/")); // cached!
394 assertEquals("ABC", readAscii(connection));
2027 readAscii(URLConnection connection, int count) argument
2044 readAscii(URLConnection connection) argument
2054 assertGatewayTimeout(HttpURLConnection connection) argument
[all...]
H A DResponseCacheTest.java189 // OpenJDK 6 fails on this line, complaining that the connection isn't open yet
239 HttpURLConnection connection = openConnection(server.getUrl("/"));
240 assertEquals("ABC", readAscii(connection));
242 connection = openConnection(server.getUrl("/")); // cached!
243 assertEquals("ABC", readAscii(connection));
263 // an unrelated request should reuse the pooled connection
390 URLConnection connection = openConnection(server.getUrl("/"));
391 assertEquals("Request #2", readAscii(connection));
414 URLConnection connection = openConnection(server.getUrl("/"));
415 InputStream in = connection
1434 readAscii(URLConnection connection, int count) argument
1450 readAscii(URLConnection connection) argument
1460 assertGatewayTimeout(HttpURLConnection connection) argument
1525 put(URI uri, URLConnection connection) argument
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_mdls.c245 /* connection lookup table */
251 EAS_U16 connection; member in struct:s_connection_tag
1945 /* read the connection data */
1957 /* look up the connection */
1965 pArt->values[connTable[i].connection] = (EAS_I16) (scale >> 16);
/external/chromium_org/net/spdy/
H A Dspdy_session.cc680 // TODO(akalin): Check connection->is_initialized() instead. This
692 scoped_ptr<ClientSocketHandle> connection,
704 // TODO(akalin): Check connection->is_initialized() instead. This
706 DCHECK(connection->socket());
711 connection_ = connection.Pass();
878 "Tried to create SPDY stream for a closed socket connection.");
1021 DoDrainSession(ERR_CONNECTION_CLOSED, "Closing idle connection.");
1295 DoDrainSession(ERR_CONNECTION_CLOSED, "Closing idle connection.");
1698 // Enqueue a GOAWAY to inform the peer of why we're closing the connection.
2955 // Check the status of connection afte
691 InitializeWithSocket( scoped_ptr<ClientSocketHandle> connection, SpdySessionPool* pool, bool is_secure, int certificate_error_code) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp1560 unsigned connection = start1->treeScope() != start2->treeScope() ? DOCUMENT_POSITION_DISCONNECTED | DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC : 0; local
1569 return DOCUMENT_POSITION_FOLLOWING | connection;
1571 return DOCUMENT_POSITION_PRECEDING | connection;
1576 return Node::DOCUMENT_POSITION_FOLLOWING | connection;
1578 return Node::DOCUMENT_POSITION_PRECEDING | connection;
1582 return Node::DOCUMENT_POSITION_FOLLOWING | connection;
1584 return Node::DOCUMENT_POSITION_PRECEDING | connection;
1588 return DOCUMENT_POSITION_FOLLOWING | connection;
1590 return DOCUMENT_POSITION_PRECEDING | connection;
1595 return DOCUMENT_POSITION_FOLLOWING | connection;
[all...]

Completed in 582 milliseconds

<<11121314