Searched refs:connection (Results 101 - 125 of 701) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/proxy/
H A Dnet_address_resource.h21 NetAddressResource(Connection connection,
24 NetAddressResource(Connection connection,
27 NetAddressResource(Connection connection,
H A Dflash_fullscreen_resource.cc13 FlashFullscreenResource::FlashFullscreenResource(Connection connection, argument
15 : PluginResource(connection, instance),
/external/chromium_org/third_party/WebKit/Source/modules/netinfo/
H A DNavigatorNetworkInformation.cpp42 NetworkInformation* NavigatorNetworkInformation::connection(Navigator& navigator) function in class:blink::NavigatorNetworkInformation
44 return NavigatorNetworkInformation::from(navigator).connection();
47 NetworkInformation* NavigatorNetworkInformation::connection() function in class:blink::NavigatorNetworkInformation
H A DNavigatorNetworkInformation.h27 static NetworkInformation* connection(Navigator&);
33 NetworkInformation* connection();
H A DWorkerNavigatorNetworkInformation.h27 static NetworkInformation* connection(ExecutionContext*, WorkerNavigator&);
33 NetworkInformation* connection(ExecutionContext*);
/external/chromium_org/third_party/tlslite/tlslite/integration/
H A Dpop3_tls.py64 evaluate the connection and raise an Exception if necessary.
79 connection = TLSConnection(sock)
80 ClientHelper._handshake(self, connection)
81 self.sock = connection
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
H A DShutdownTest.java31 HttpURLConnection connection = (HttpURLConnection) new URL("http://localhost:8092/").openConnection();
33 connection.addRequestProperty("Connection", "keep-alive");
34 InputStream in = connection.getInputStream();
/external/smack/src/org/jivesoftware/smack/
H A DNonSASLAuthentication.java40 private Connection connection; field in class:NonSASLAuthentication
42 public NonSASLAuthentication(Connection connection) { argument
44 this.connection = connection;
67 connection.createPacketCollector(new PacketIDFilter(discoveryAuth.getPacketID()));
69 connection.sendPacket(discoveryAuth);
89 auth.setDigest(connection.getConnectionID(), password);
100 collector = connection.createPacketCollector(new PacketIDFilter(auth.getPacketID()));
102 connection.sendPacket(auth);
122 connection
[all...]
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFileTransferNegotiator.java82 * Returns the file transfer negotiator related to a particular connection.
83 * When this class is requested on a particular connection the file transfer
86 * @param connection The connection for which the transfer manager is desired
90 final Connection connection) {
91 if (connection == null) {
94 if (!connection.isConnected()) {
98 if (transferObject.containsKey(connection)) {
99 return transferObject.get(connection);
103 connection);
89 getInstanceFor( final Connection connection) argument
117 setServiceEnabled(final Connection connection, final boolean isEnabled) argument
148 isServiceEnabled(final Connection connection) argument
207 private final Connection connection; field in class:FileTransferNegotiator
213 FileTransferNegotiator(final Connection connection) argument
221 configureConnection(final Connection connection) argument
245 cleanup(final Connection connection) argument
[all...]
/external/chromium_org/mojo/apps/js/
H A Dmain.js16 "mojo/public/js/bindings/connection",
22 ], function(core, connection, support, net, loader, mojo, console) {
26 var netConnection = new connection.Connection(
31 var urlLoaderConnection = new connection.Connection(
/external/smack/src/org/jivesoftware/smackx/
H A DGateway.java33 private Connection connection; field in class:Gateway
41 Gateway(Connection connection, String entityJID){ argument
42 this.connection = connection;
43 this.roster = connection.getRoster();
44 this.sdManager = ServiceDiscoveryManager.getInstanceFor(connection);
48 Gateway(Connection connection, String entityJID, DiscoverInfo info, Identity identity){ argument
49 this(connection, entityJID);
82 packet.setFrom(connection.getUser());
86 connection
[all...]
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
H A DSocks5ClientForInitiator.java37 /* the XMPP connection used to communicate with the SOCKS5 proxy */
38 private Connection connection; field in class:Socks5ClientForInitiator
51 * @param connection the XMPP connection
55 public Socks5ClientForInitiator(StreamHost streamHost, String digest, Connection connection, argument
58 this.connection = connection;
68 if (this.streamHost.getJID().equals(this.connection.getUser())) {
98 SyncPacketSend.getReply(this.connection, activate);
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DHttpOverSpdyTest.java83 protected HttpURLConnection connection; field in class:HttpOverSpdyTest
106 connection = client.open(server.getUrl("/foo"));
107 assertContent("ABCDE", connection, Integer.MAX_VALUE);
108 assertEquals(200, connection.getResponseCode());
109 assertEquals("Sweet", connection.getResponseMessage());
121 connection = client.open(server.getUrl("/foo"));
122 assertEquals(-1, connection.getInputStream().read());
133 connection = client.open(server.getUrl("/foo"));
134 connection.setDoOutput(true);
135 connection
429 assertContent(String expected, HttpURLConnection connection, int limit) argument
[all...]
/external/chromium_org/components/devtools_bridge/android/java/src/org/chromium/components/devtools_bridge/
H A DSocketTunnelServer.java45 for (Connection connection : mClientConnections.values()) {
46 connection.terminate();
93 Connection connection = new Connection(connectionId);
94 mClientConnections.put(connectionId, connection);
95 mServerConnections.put(connectionId, connection);
97 mReadingThreadPool.execute(connection);
104 throw new ProtocolError("Unknows connection id");
107 Connection connection = mClientConnections.get(connectionId);
109 connection.closedByClient();
/external/chromium_org/content/browser/indexed_db/
H A Dmock_indexed_db_callbacks.cc30 scoped_ptr<IndexedDBConnection> connection,
32 connection_ = connection.Pass();
29 OnSuccess( scoped_ptr<IndexedDBConnection> connection, const IndexedDBDatabaseMetadata& metadata) argument
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_connection.cc25 scoped_ptr<device::BluetoothGattConnection> connection)
28 connection_(connection.release()) {
22 BluetoothLowEnergyConnection( bool persistent, const std::string& owner_extension_id, scoped_ptr<device::BluetoothGattConnection> connection) argument
/external/chromium_org/extensions/browser/api/hid/
H A Dhid_connection_resource.h35 scoped_refptr<device::HidConnection> connection);
38 scoped_refptr<device::HidConnection> connection() const { function in class:extensions::HidConnectionResource
/external/chromium_org/mojo/services/network/
H A Dnetwork_service_impl.cc14 NetworkServiceImpl::NetworkServiceImpl(ApplicationConnection* connection, argument
17 origin_(GURL(connection->GetRemoteApplicationURL()).GetOrigin()) {
/external/chromium_org/mojo/services/surfaces/
H A Dsurfaces_service_application.h28 ApplicationConnection* connection) OVERRIDE;
31 virtual void Create(ApplicationConnection* connection,
/external/chromium_org/mojo/services/test_service/
H A Dtest_request_tracker_application.h25 virtual bool ConfigureIncomingConnection(ApplicationConnection* connection)
29 virtual void Create(ApplicationConnection* connection,
/external/chromium_org/net/quic/
H A Dquic_server_session.cc18 QuicConnection* connection,
20 : QuicSession(connection, config),
53 // In the unlikely event we get a connection close while doing an asynchronous
58 visitor_->OnConnectionClosed(connection()->connection_id(), error);
63 visitor_->OnWriteBlocked(connection());
67 if (connection()->version() <= QUIC_VERSION_21) {
74 connection()->sent_packet_manager();
142 connection()->SendConnectionClose(QUIC_INVALID_STREAM_ID);
149 connection()->SendConnectionClose(QUIC_TOO_MANY_OPEN_STREAMS);
16 QuicServerSession( const QuicConfig& config, QuicConnection* connection, QuicServerSessionVisitor* visitor) argument
/external/chromium_org/net/tools/quic/
H A Dquic_per_connection_packet_writer.cc13 QuicConnection* connection)
15 connection_(connection) {
11 QuicPerConnectionPacketWriter( QuicPacketWriter* shared_writer, QuicConnection* connection) argument
H A Dquic_per_connection_packet_writer.h15 // A connection-specific packet writer that wraps a shared writer and keeps a
16 // reference to the connection.
19 // Does not take ownership of |shared_writer| or |connection|.
21 QuicConnection* connection);
25 QuicConnection* connection() const { return connection_; } function in class:net::tools::QuicPerConnectionPacketWriter
H A Dquic_server_session.cc18 QuicConnection* connection,
20 : QuicSession(connection, config),
53 // In the unlikely event we get a connection close while doing an asynchronous
58 visitor_->OnConnectionClosed(connection()->connection_id(), error);
63 visitor_->OnWriteBlocked(connection());
67 if (connection()->version() <= QUIC_VERSION_21) {
74 connection()->sent_packet_manager();
142 connection()->SendConnectionClose(QUIC_INVALID_STREAM_ID);
149 connection()->SendConnectionClose(QUIC_TOO_MANY_OPEN_STREAMS);
17 QuicServerSession(const QuicConfig& config, QuicConnection* connection, QuicServerSessionVisitor* visitor) argument
/external/llvm/utils/bugpoint/
H A DRemoteRunSafely.sh92 connection=$RUSER'@'$RHOST
96 $RCLIENT $connection $RPORT \

Completed in 658 milliseconds

1234567891011>>