Searched refs:Connect (Results 251 - 275 of 573) sorted by relevance

<<11121314151617181920>>

/external/openfst/src/include/fst/
H A Drmfinalepsilon.h102 Connect(fst);
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DAudioFilePlayer.h78 int (*Connect)(struct S_AudioFilePlayer *afp); member in struct:S_AudioFilePlayer
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddifference.h135 Connect(ofst);
H A Dintersect.h125 Connect(ofst);
H A Drmfinalepsilon.h95 Connect(fst);
/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dusb_device_provider.cc74 int result = socket->Connect(
126 int result = socket->Connect(base::Bind(&OnOpenSocket, callback, socket));
/external/chromium_org/chrome/test/chromedriver/net/
H A Dwebsocket.cc70 void WebSocket::Connect(const net::CompletionCallback& callback) { function in class:WebSocket
89 int code = socket_->Connect(base::Bind(
H A Dwebsocket_unittest.cc104 sock->Connect(base::Bind(&OnConnectFinished, &run_loop, &error));
143 TEST_F(WebSocketTest, Connect) {
/external/chromium_org/chrome/utility/importer/
H A Dfirefox_importer_unittest_utils_mac.cc144 CHECK(channel_->Connect());
295 CHECK(channel->Connect());
/external/chromium_org/content/child/
H A Dsocket_stream_dispatcher.cc41 virtual void Connect(const GURL& url) OVERRIDE;
88 void IPCWebSocketStreamHandleBridge::Connect(const GURL& url) { function in class:content::IPCWebSocketStreamHandleBridge
89 DVLOG(1) << "Bridge (" << this << ") Connect (url=" << url << ")";
107 DVLOG(1) << "Bridge #" << socket_id_ << " sent IPC Connect";
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_win.cc219 void BluetoothDeviceWin::Connect( function in class:device::BluetoothDeviceWin
263 socket->Connect(this, uuid, base::Bind(callback, socket), error_callback);
H A Dbluetooth_device_chromeos.cc317 void BluetoothDeviceChromeOS::Connect( function in class:chromeos::BluetoothDeviceChromeOS
435 socket->Connect(this, uuid, BluetoothSocketChromeOS::SECURITY_LEVEL_MEDIUM,
448 socket->Connect(this, uuid, BluetoothSocketChromeOS::SECURITY_LEVEL_LOW,
457 Connect(NULL,
547 Connect(
/external/chromium_org/extensions/browser/api/socket/
H A Dtls_socket.cc80 void TLSSocket::Connect(const std::string& address, function in class:extensions::TLSSocket
277 // We need the contents of |ssl_socket| in order to invoke its Connect()
286 // Connect() below returns.
289 int status = saved_ssl_socket->Connect(connect_cb);
292 // Connect completed synchronously, or failed.
/external/chromium_org/ipc/mojo/
H A Dipc_channel_mojo_readers.cc184 bool ControlReader::Connect() { function in class:IPC::internal::ControlReader
198 bool ServerControlReader::Connect() { function in class:IPC::internal::ServerControlReader
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_handle.cc172 Error KernelHandle::Connect(const struct sockaddr* addr, socklen_t len) { function in class:nacl_io::KernelHandle
178 return sock->Connect(handle_attr_, addr, len);
/external/chromium_org/net/socket/
H A Dssl_client_socket_openssl_unittest.cc114 // Connect to a HTTPS test server.
132 transport_->Connect(callback_.callback()));
155 // |result| will retrieve the ::Connect() result value.
157 // could be created and its Connect() was called, not that the connection
170 *result = callback_.GetResult(sock_->Connect(callback_.callback()));
196 // Connect to a server requesting client authentication, do not send
214 // Connect to a server requesting client authentication, and send it
236 // Connect to a server requesting client authentication. Send it a
H A Dtcp_client_socket.cc64 int TCPClientSocket::Connect(const CompletionCallback& callback) { function in class:net::TCPClientSocket
144 return socket_->Connect(endpoint,
H A Dssl_server_socket_unittest.cc195 virtual int Connect(const CompletionCallback& callback) OVERRIDE {
377 // This test executes Connect() on SSLClientSocket and Handshake() on
389 int client_ret = client_socket_->Connect(connect_callback.callback());
412 int client_ret = client_socket_->Connect(connect_callback.callback());
496 int client_ret = client_socket_->Connect(connect_callback.callback());
547 int client_ret = client_socket_->Connect(connect_callback.callback());
/external/chromium_org/remoting/signaling/
H A Dxmpp_signal_strategy.cc72 void XmppSignalStrategy::Connect() { function in class:remoting::XmppSignalStrategy
99 xmpp_client_->Connect(
/external/chromium_org/third_party/boringssl/src/tool/
H A Dclient.cc53 // Connect sets |*out_sock| to be a socket connected to the destination given
56 static bool Connect(int *out_sock, const std::string &hostname_and_port) { function
268 if (!Connect(&sock, args_map["-connect"])) {
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppengine_unittest.cc78 // Connect
80 engine()->Connect();
215 // Connect
216 engine()->Connect();
H A Dxmppsocket.cc186 bool XmppSocket::Connect(const rtc::SocketAddress& addr) { function in class:buzz::XmppSocket
190 if (cricket_socket_->Connect(addr) < 0) {
/external/chromium_org/third_party/webrtc/base/
H A Dfirewallsocketserver.cc28 virtual int Connect(const SocketAddress& addr) { function in class:rtc::FirewallSocket
39 return AsyncSocketAdapter::Connect(addr);
H A Dsocketpool.cc128 if ((socket->Connect(remote) != 0) && !socket->IsBlocking()) {
182 if ((stream_->GetSocket()->Connect(remote_) != 0)
/external/lldb/source/API/
H A DSBCommunication.cpp68 SBCommunication::Connect (const char *url) function in class:SBCommunication
74 return m_opaque->Connect (url, NULL);

Completed in 524 milliseconds

<<11121314151617181920>>