HomeSort by relevance Sort by last modified time
    Searched refs:connect (Results 251 - 275 of 2487) sorted by null

<<11121314151617181920>>

  /libcore/ojluni/src/main/java/java/net/
SocketImpl.java 90 protected abstract void connect(String host, int port) throws IOException; method in class:SocketImpl
100 protected abstract void connect(InetAddress address, int port) throws IOException; method in class:SocketImpl
113 protected abstract void connect(SocketAddress address, int timeout) throws IOException; method in class:SocketImpl
126 * (a request to connect) to the {@code count} argument. If a
  /libcore/ojluni/src/main/java/sun/net/
NetworkClient.java 46 /* Default value of connect timeout, if not specified (infinity) */
175 s.connect(new InetSocketAddress(server, port), connectTimeout);
178 s.connect(new InetSocketAddress(server, port), defaultConnectTimeout);
180 s.connect(new InetSocketAddress(server, port));
  /libcore/ojluni/src/main/java/sun/net/www/protocol/file/
FileURLConnection.java 76 * whatever was true when connect was called.
78 public void connect() throws IOException { method in class:FileURLConnection
110 connect(); method
188 connect(); method
  /external/webrtc/webrtc/base/
task_unittest.cc 50 SignalTimeout.connect(this, &IdTimeoutTask::OnLocalTimeout);
139 stuck_[i].task_->SignalTimeoutId.connect(this,
150 happy_[i].task_->SignalTimeoutId.connect(this,
152 happy_[i].task_->SignalDoneId.connect(this,
321 abort_task->SignalTimeout.connect(this, &TaskAbortTest::OnTimeout);
420 stuck_tasks_[i]->SignalTimeoutId.connect(this,
asyncudpsocket.cc 45 socket_->SignalReadEvent.connect(this, &AsyncUDPSocket::OnReadEvent);
46 socket_->SignalWriteEvent.connect(this, &AsyncUDPSocket::OnWriteEvent);
  /frameworks/native/libs/gui/tests/
Malicious.cpp 59 status_t connect(const sp<IProducerListener>& listener, int api, bool producerControlledByApp,
61 return mProducer->connect(listener, api, producerControlledByApp, output);
149 ASSERT_EQ(NO_ERROR, surface->connect(NATIVE_WINDOW_API_CPU, nullptr, false));
163 ASSERT_EQ(NO_ERROR, surface->connect(NATIVE_WINDOW_API_CPU, nullptr, false));
177 ASSERT_EQ(NO_ERROR, surface->connect(NATIVE_WINDOW_API_CPU, nullptr, false));
191 ASSERT_EQ(NO_ERROR, surface->connect(NATIVE_WINDOW_API_CPU, nullptr, false));
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSessionContextTest.java 216 toClose.add(TestSSLSocketPair.connect(c, new String[] { cipherSuite1 }, null));
218 toClose.add(TestSSLSocketPair.connect(c, new String[] { cipherSuite2 }, null));
220 toClose.add(TestSSLSocketPair.connect(c, new String[] { cipherSuite3 }, null));
228 toClose.add(TestSSLSocketPair.connect(c, new String[] { cipherSuite1 }, null));
233 toClose.add(TestSSLSocketPair.connect(c, new String[] { cipherSuite2 }, null));
235 toClose.add(TestSSLSocketPair.connect(c, new String[] { cipherSuite3 }, null));
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
factory.py 44 self.con = sqlite.connect(":memory:", factory=MyConnection)
56 self.con = sqlite.connect(":memory:")
69 self.con = sqlite.connect(":memory:")
85 self.con = sqlite.connect(":memory:")
159 self.con = sqlite.connect(":memory:")
194 self.con = sqlite.connect(":memory:")
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
factory.py 44 self.con = sqlite.connect(":memory:", factory=MyConnection)
56 self.con = sqlite.connect(":memory:")
69 self.con = sqlite.connect(":memory:")
85 self.con = sqlite.connect(":memory:")
159 self.con = sqlite.connect(":memory:")
194 self.con = sqlite.connect(":memory:")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py 44 self.con = sqlite.connect(":memory:", factory=MyConnection)
56 self.con = sqlite.connect(":memory:")
69 self.con = sqlite.connect(":memory:")
85 self.con = sqlite.connect(":memory:")
159 self.con = sqlite.connect(":memory:")
194 self.con = sqlite.connect(":memory:")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py 44 self.con = sqlite.connect(":memory:", factory=MyConnection)
56 self.con = sqlite.connect(":memory:")
69 self.con = sqlite.connect(":memory:")
85 self.con = sqlite.connect(":memory:")
159 self.con = sqlite.connect(":memory:")
194 self.con = sqlite.connect(":memory:")
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerConnectionTest.java 78 // test connect and disconnect.
79 mMediaScannerConnection.connect();
89 mMediaScannerConnection.connect();
  /external/autotest/client/site_tests/login_MultipleSessions/
login_MultipleSessions.py 31 self._session_manager = session_manager.connect(self._bus_loop)
54 self._session_manager = session_manager.connect(self._bus_loop)
  /external/autotest/server/cros/servo/
pd_device.py 117 """Force PD disconnect/connect via drp settings
126 """Force PD disconnect/connect using Plankton fw command
202 A PD console device doesn't have an explicit connect/disconnect
217 # Force state will be the opposite of current connect state
234 # the role swap verifies that a disconnect/connect sequence occurred.
242 connect = self.pr_swap()
243 if connect == False:
245 return connect
252 connect = self.is_connected()
253 logging.info('Disconnect = %r, Connect = %r', disconnect, connect
    [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLSocketImplWrapper.java 46 public void connect(SocketAddress sockaddr, int timeout) method in class:OpenSSLSocketImplWrapper
52 public void connect(SocketAddress sockaddr) throws IOException { method in class:OpenSSLSocketImplWrapper
  /external/iw/
Android.mk 9 reason.c status.c connect.c link.c offch.c ps.c cqm.c \
  /external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
HttpsServiceConnectionSE.java 46 * @param port the http port to connect on
61 connection.setReadTimeout(timeout); // even if we connect fine we want to time out if we cant read anything..
67 public void connect() throws IOException { method in class:HttpsServiceConnectionSE
68 connection.connect();
ServiceConnectionSE.java 72 connection.setReadTimeout(timeout); // even if we connect fine we want to time out if we cant read anything..
75 public void connect() throws IOException { method in class:ServiceConnectionSE
76 connection.connect();
  /external/swiftshader/third_party/LLVM/utils/
cgiplotNLT.pl 17 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
  /external/webrtc/talk/app/webrtc/
remotevideocapturer_unittest.cc 52 capturer_.SignalStateChange.connect(
54 capturer_.SignalVideoFrame.connect(
  /external/webrtc/webrtc/libjingle/xmpp/
mucroomdiscoverytask_unittest.cc 85 task->SignalResult.connect(listener, &MucRoomDiscoveryListener::OnResult);
132 task->SignalError.connect(listener, &MucRoomDiscoveryListener::OnError);
  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl 28 boolean connect(in BluetoothDevice device);
IBluetoothInputHost.aidl 35 boolean connect(in BluetoothDevice device);
  /frameworks/base/core/java/android/nfc/tech/
BasicTagTechnology.java 52 throw new IllegalStateException("Call connect() first!");
71 public void connect() throws IOException { method in class:BasicTagTechnology
73 int errorCode = mTag.getTagService().connect(mTag.getServiceHandle(),
  /frameworks/base/tools/preload2/
Android.mk 7 # To connect to devices (and take hprof dumps).

Completed in 3005 milliseconds

<<11121314151617181920>>