Searched refs:connect (Results 151 - 175 of 456) sorted by relevance

1234567891011>>

/external/openfst/src/bin/
H A Dfstrmepsilon.cc25 DEFINE_bool(connect, true, "Trim output");
/external/valgrind/main/none/tests/
H A Dfdleak_ipv4.c52 ret = connect(s, (struct sockaddr *)&addr, sizeof(addr));
54 // If the connect() failed, we close the socket and reopen it before
62 perror("connect");
/external/webkit/Source/WebCore/page/
H A DEventSource.h99 void connect();
H A DEventSource.cpp95 source->connect();
104 void EventSource::connect() function in class:WebCore::EventSource
147 connect();
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DPlatformVideoWindowQt.cpp44 connect(&m_cursorTimer, SIGNAL(timeout()), this, SLOT(hideCursor()));
/external/webkit/Source/WebCore/webaudio/
H A DAudioNode.h111 // connect() / disconnect() return true on success.
113 bool connect(AudioNode* destination, unsigned outputIndex = 0, unsigned inputIndex = 0);
/external/webkit/Source/WebCore/websockets/
H A DWebSocketChannel.h57 virtual void connect();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFullScreenVideoWidget.cpp55 connect(&m_cursorTimer, SIGNAL(timeout()), this, SLOT(hideCursor()));
H A DInspectorServerQt.cpp116 connect(m_tcpServer, SIGNAL(newConnection()), SLOT(newConnection()));
169 connect(m_tcpConnection, SIGNAL(readyRead()), SLOT(tcpReadyRead()));
170 connect(m_tcpConnection, SIGNAL(disconnected()), SLOT(tcpConnectionDisconnected()));
214 connect(m_tcpConnection, SIGNAL(readyRead()), SLOT(webSocketReadyRead()));
/external/webkit/Tools/QtTestBrowser/
H A Dlocationedit.cpp49 connect(&m_clearTimer, SIGNAL(timeout()), this, SLOT(reset()));
H A Dwebview.cpp57 connect(m_updateTimer, SIGNAL(timeout()), this, SLOT(updateFrameRate()));
62 connect(page->mainFrame(), SIGNAL(contentsSizeChanged(const QSize&)), SLOT(contentsSizeChanged(const QSize&)));
63 connect(page, SIGNAL(scrollRequested(int, int, const QRect&)), SLOT(scrollRequested(int, int)));
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
H A Dscanresults.ui.h31 connect(timer, SIGNAL(timeout()), SLOT(getResults()));
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp87 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp81 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java152 connection.connect();
193 connection.connect();
234 connection.connect();
287 connection.connect();
334 connection.connect();
410 connection.connect();
445 connection.connect();
482 connection.connect();
517 connection.connect();
555 connection.connect();
[all...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstunport.cc138 requests_.SignalSendPacket.connect(this, &StunPort::OnSendPacket);
148 socket_->SignalReadPacket.connect(this, &StunPort::OnReadPacket);
231 resolver_->SignalWorkDone.connect(this, &StunPort::OnResolveResult);
H A Dp2ptransportchannel.cc197 session->SignalPortReady.connect(this, &P2PTransportChannel::OnPortReady);
198 session->SignalCandidatesReady.connect(
274 port->SignalUnknownAddress.connect(
276 port->SignalDestroyed.connect(this, &P2PTransportChannel::OnPortDestroyed);
425 connection->SignalReadPacket.connect(
427 connection->SignalStateChange.connect(
429 connection->SignalDestroyed.connect(
H A Dsessionmanager.cc94 session->SignalRequestSignaling.connect(
96 session->SignalOutgoingMessage.connect(
98 session->SignalErrorMessage.connect(this, &SessionManager::OnErrorMessage);
/external/openssh/regress/
H A DMakefile15 LTESTS= connect \
16 proxy-connect \
17 connect-privsep \
/external/ppp/pppd/plugins/rp-pppoe/
H A Dplugin.c175 if (connect(conn->sessionSocket, (struct sockaddr *) &sp,
177 fatal("Failed to connect PPPoE socket: %d %m", errno);
241 if (connect(conn->sessionSocket, (struct sockaddr *) &sp,
432 connect: &PPPOEConnectDevice,
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dchannel.cc109 transport_channel_->SignalWritableState.connect(
111 transport_channel_->SignalReadPacket.connect(
116 session->SignalState.connect(this, &BaseChannel::OnSessionState);
182 socket_monitor_->SignalUpdate.connect(
201 rtcp_transport_channel_->SignalWritableState.connect(
203 rtcp_transport_channel_->SignalReadPacket.connect(
630 media_channel->SignalMediaError.connect(
683 media_monitor_->SignalUpdate.connect(
699 ->SignalUpdate.connect(this, &VoiceChannel::OnAudioMonitorUpdate);
955 media_channel->SignalMediaError.connect(
[all...]
/external/eigen/demos/opengl/
H A Dquaternion_demo.cpp343 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate()));
546 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate()));
560 connect(but, SIGNAL(clicked()), this, SLOT(resetCamera()));
577 connect(group, SIGNAL(buttonClicked(int)), this, SLOT(setNavMode(int)));
596 connect(group, SIGNAL(buttonClicked(int)), this, SLOT(setRotationMode(int)));
615 connect(group, SIGNAL(buttonClicked(int)), this, SLOT(setLerpMode(int)));
/external/openfst/src/include/fst/
H A Drmepsilon.h37 #include <fst/connect.h>
55 bool connect; // Connect output member in class:fst::RmEpsilonOptions
64 connect(c), weight_threshold(w), state_threshold(n) {}
325 if (opts.connect && (opts.weight_threshold == Weight::Zero() ||
351 bool connect = true,
362 opts(&state_queue, delta, connect, weight_threshold, state_threshold);
/external/webkit/Source/WebCore/platform/network/qt/
H A DQNetworkReplyHandler.cpp218 connect(m_reply, SIGNAL(readyRead()), this, SLOT(receiveMetaData()));
219 connect(m_reply, SIGNAL(finished()), this, SLOT(receiveMetaData()));
284 connect(m_sniffer.get(), SIGNAL(finished()), this, SLOT(receiveSniffedMIMEType()));
312 // If not finished, connect to the slots that will be used from this point on.
313 connect(m_reply, SIGNAL(readyRead()), this, SLOT(didReceiveReadyRead()));
314 connect(m_reply, SIGNAL(finished()), this, SLOT(didReceiveFinished()));
652 connect(m_replyWrapper->reply(), SIGNAL(uploadProgress(qint64, qint64)), this, SLOT(uploadProgress(qint64, qint64)));
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DPipedWriterTest.java113 * @tests java.io.PipedWriter#connect(java.io.PipedReader)
116 // Test for method void java.io.PipedWriter.connect(java.io.PipedReader)
121 pw.connect(rd);
122 rdrThread = new Thread(reader = new PReader(rd), "connect");
320 pr.connect(pw);
380 pr.connect(pw);

Completed in 544 milliseconds

1234567891011>>