Searched refs:connect (Results 26 - 50 of 456) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Duserdatarequest.cpp20 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply()));
21 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
22 connect(queryEdit, SIGNAL(returnPressed()), this, SLOT(sendReply()));
H A Dwpagui.cpp51 connect(fileStartServiceAction, SIGNAL(triggered()), this,
53 connect(fileStopServiceAction, SIGNAL(triggered()), this,
60 connect(addInterfaceAction, SIGNAL(triggered()), this,
73 connect(fileEventHistoryAction, SIGNAL(triggered()), this,
75 connect(fileSaveConfigAction, SIGNAL(triggered()), this,
77 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog()));
78 connect(actionPeers, SIGNAL(triggered()), this, SLOT(peersDialog()));
79 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit()));
80 connect(networkAddAction, SIGNAL(triggered()), this,
82 connect(networkEditActio
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DPipedInputStreamTest.java85 pis.connect(pos);
108 pis.connect(pos);
136 pis.connect(pos);
151 * @tests java.io.PipedInputStream#connect(java.io.PipedOutputStream)
159 pis.connect(pos);
177 pis.connect(pos);
197 pis.connect(pos);
258 pis.connect(pos);
316 pis.connect(pos);
375 in.connect(ou
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsigslotrepeater.h54 void repeat(base_type &s) { s.connect(this, &this_type::reemit); }
69 void repeat(base_type& s) { s.connect(this, &this_type::reemit); }
84 void repeat(base_type& s) { s.connect(this, &this_type::reemit); }
102 void repeat(base_type& s) { s.connect(this, &this_type::reemit); }
H A Dsocketstream.cc45 socket_->SignalConnectEvent.connect(this, &SocketStream::OnConnectEvent);
46 socket_->SignalReadEvent.connect(this, &SocketStream::OnReadEvent);
47 socket_->SignalWriteEvent.connect(this, &SocketStream::OnWriteEvent);
48 socket_->SignalCloseEvent.connect(this, &SocketStream::OnCloseEvent);
/external/openfst/src/bin/
H A Dfstconnect.cc24 #include <fst/script/connect.h>
H A Dfstcompose.cc24 #include <fst/script/connect.h>
30 DEFINE_bool(connect, true, "Trim output");
H A Dfstdifference.cc24 #include <fst/script/connect.h>
29 DEFINE_bool(connect, true, "Trim output");
H A Dfstintersect.cc24 #include <fst/script/connect.h>
29 DEFINE_bool(connect, true, "Trim output");
40 usage += " Flags: connect\n";
/external/openfst/src/include/fst/script/
H A Drmepsilon.h45 bool connect; member in struct:fst::script::RmEpsilonOptions
54 connect(c), weight_threshold(w), state_threshold(n) { }
78 &queue, opts.delta, opts.connect, weight_thresh,
86 &queue, opts.delta, opts.connect, weight_thresh,
94 &queue, opts.delta, opts.connect, weight_thresh,
103 &queue, opts.delta, opts.connect, weight_thresh,
111 &queue, opts.delta, opts.connect, weight_thresh,
119 &queue, opts.delta, opts.connect, weight_thresh,
196 void RmEpsilon(MutableFstClass *arc, bool connect = true,
/external/ppp/pppd/
H A Dpppox.c33 .connect = pppox_connect,
/external/webkit/Source/WebCore/platform/network/brew/
H A DSocketStreamHandlePrivate.h54 void connect();
/external/webkit/Source/WebCore/workers/
H A DSharedWorkerRepository.h55 static void connect(PassRefPtr<SharedWorker>, PassOwnPtr<MessagePortChannel>, const KURL&, const String& name, ExceptionCode&);
/external/webkit/Source/WebKit/chromium/public/
H A DWebSharedWorker.h68 // Invoked once the connect event has been sent so the caller can free this object.
72 // Sends a connect event to the SharedWorker context. The listener is invoked when this async operation completes.
73 virtual void connect(WebMessagePortChannel*, ConnectListener*) = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DWebSharedWorkerImpl.h55 virtual void connect(WebMessagePortChannel*, ConnectListener*);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDeviceMotionClientQt.cpp36 connect(m_provider, SIGNAL(deviceMotionChanged()), SLOT(changeDeviceMotion()));
H A DDeviceOrientationClientQt.cpp35 connect(m_provider, SIGNAL(deviceOrientationChanged(DeviceOrientation*)), SLOT(changeDeviceOrientation(DeviceOrientation*)));
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp61 connect(fileStartServiceAction, SIGNAL(triggered()), this,
63 connect(fileStopServiceAction, SIGNAL(triggered()), this,
70 connect(addInterfaceAction, SIGNAL(triggered()), this,
83 connect(fileEventHistoryAction, SIGNAL(triggered()), this,
85 connect(fileSaveConfigAction, SIGNAL(triggered()), this,
87 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog()));
88 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit()));
89 connect(networkAddAction, SIGNAL(triggered()), this,
91 connect(networkEditAction, SIGNAL(triggered()), this,
93 connect(networkRemoveActio
[all...]
/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dsessionmanagertask.h53 session_manager_->SignalOutgoingMessage.connect(
55 session_manager_->SignalRequestSignaling.connect(
/external/openfst/src/extensions/pdt/
H A Dpdtcompose.cc29 #include <fst/script/connect.h>
33 DEFINE_bool(connect, true, "Trim output");
/external/openfst/src/script/
H A Drmepsilon.cc33 void RmEpsilon(MutableFstClass *fst, bool connect, argument
36 RmEpsilonArgs2 args(fst, connect, weight_threshold, state_threshold, delta);
/external/webkit/Source/WebCore/bindings/js/
H A DJSAudioNodeCustom.cpp36 JSC::JSValue JSAudioNode::connect(JSC::ExecState* exec) function in class:WebCore::JSAudioNode
55 bool success = audioNode->connect(destinationNode, outputIndex, inputIndex);
H A DJSWebSocketCustom.cpp64 webSocket->connect(url, ec);
69 webSocket->connect(url, protocol, ec);
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8WebSocketCustom.cpp75 webSocket->connect(url, ec);
81 webSocket->connect(url, toWebCoreString(protocol), ec);
/external/webkit/Source/WebKit/qt/tests/benchmarks/loading/
H A Dtst_loading.cpp37 QObject::connect(obj, signal, &loop, SLOT(quit()));
41 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));

Completed in 443 milliseconds

1234567891011>>