Searched refs:connect (Results 1 - 25 of 456) sorted by relevance

1234567891011>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/includes/
H A Ddb.php3 $connect = mysql_connect($dbhost, $dbuser, $dbpass); variable
4 mysql_select_db($db ? $db : "modeling", $connect) or die(mysql_error());
/external/chromium/chrome/common/extensions/docs/examples/extensions/email_this_page/
H A Dcontent_script.js12 chrome.extension.connect().postMessage(additionalInfo);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dasyncsocket.cc50 socket_->SignalConnectEvent.connect(this,
52 socket_->SignalReadEvent.connect(this,
54 socket_->SignalWriteEvent.connect(this,
56 socket_->SignalCloseEvent.connect(this,
/external/webkit/Source/WebKit/qt/docs/webkitsnippets/
H A Dqtwebkit_bridge_snippets.cpp83 connect(function);
88 myQObject.somethingChanged.connect(myInterestingScriptFunction);
91 myQObject.somethingChanged.connect(myOtherQObject.doSomething);
98 myQObject.somethingChanged.connect(thisObject, function)
103 myButton.clicked.connect(form, onClicked);
109 connect(function);
112 myQObject.somethingChanged.connect(thisObject, "functionName")
116 myQObject.somethingChanged.connect(obj, "fun");
119 connect(function);
126 myQObject.somethingChanged.connect(myQObjec
[all...]
/external/webkit/Tools/MiniBrowser/qt/
H A DUrlLoader.cpp42 connect(&m_checkIfFinishedTimer, SIGNAL(timeout()), this, SLOT(checkIfFinished()));
44 connect(m_browserWindow->page(), SIGNAL(loadStarted()), this, SLOT(frameLoadStarted()));
45 connect(m_browserWindow->page(), SIGNAL(loadFinished(bool)), this, SLOT(frameLoadFinished()));
50 connect(m_browserWindow->page(), SIGNAL(loadStarted()), &m_timeoutTimer, SLOT(start()));
51 connect(&m_timeoutTimer, SIGNAL(timeout()), this, SLOT(loadNext()));
56 connect(this, SIGNAL(pageLoadFinished()), &m_extraTimeTimer, SLOT(start()));
57 connect(&m_extraTimeTimer, SIGNAL(timeout()), this, SLOT(loadNext()));
59 connect(this, SIGNAL(pageLoadFinished()), this, SLOT(loadNext()));
/external/webkit/Tools/QtTestBrowser/
H A Durlloader.cpp43 connect(&m_checkIfFinishedTimer, SIGNAL(timeout()), this, SLOT(checkIfFinished()));
45 connect(m_frame->page(), SIGNAL(loadStarted()), this, SLOT(frameLoadStarted()));
46 connect(m_frame->page(), SIGNAL(loadFinished(bool)), this, SLOT(frameLoadFinished()));
51 connect(frame, SIGNAL(loadStarted()), &m_timeoutTimer, SLOT(start()));
52 connect(&m_timeoutTimer, SIGNAL(timeout()), this, SLOT(loadNext()));
57 connect(this, SIGNAL(pageLoadFinished()), &m_extraTimeTimer, SLOT(start()));
58 connect(&m_extraTimeTimer, SIGNAL(timeout()), this, SLOT(loadNext()));
60 connect(this, SIGNAL(pageLoadFinished()), this, SLOT(loadNext()));
/external/webkit/Source/WebKit/android/wds/client/
H A DAdbConnection.h36 bool connect();
H A Dmain.cpp57 if (connect(fd, (sockaddr*)&addr, sizeof(addr)) < 0) {
58 log_errno("Failed to connect to remote debug server");
104 conn.connect();
108 conn.connect();
/external/webkit/Source/WebKit/chromium/public/
H A DWebSocketStreamHandle.h47 virtual void connect(const WebURL&, WebSocketStreamHandleClient*) = 0;
/external/webkit/Source/WebCore/platform/network/qt/
H A DQtMIMETypeSniffer.cpp38 connect(m_reply, SIGNAL(readyRead()), this, SLOT(trySniffing()));
39 connect(m_reply, SIGNAL(finished()), this, SLOT(trySniffing()));
/external/webkit/Source/WebCore/webaudio/
H A DAudioNode.idl33 [Custom] void connect(in AudioNode destination, in unsigned long output, in unsigned long input)
/external/webkit/Source/WebKit/qt/docs/webkitsnippets/webpage/
H A Dmain.cpp50 QObject::connect(&thumbnail, SIGNAL(finished()),
60 connect(&page, SIGNAL(loadFinished(bool)),
/external/webkit/Source/WebKit/qt/examples/platformplugin/
H A DWebNotificationPresenter.h50 connect(m_widget, SIGNAL(notificationClosed()), this, SIGNAL(notificationClosed()));
51 connect(m_widget, SIGNAL(notificationClicked()), this, SIGNAL(notificationClicked()));
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dvoicemailjidrequester.cc48 disco_items_task->SignalGotDiscoItems.connect(this,
50 disco_items_task->SignalDiscoItemsError.connect(this,
100 disco_items_task->SignalGotDiscoItems.connect(this,
102 disco_items_task->SignalDiscoItemsError.connect(this,
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannelproxy.cc47 impl_->SignalReadableState.connect(
49 impl_->SignalWritableState.connect(
51 impl_->SignalReadPacket.connect(this, &TransportChannelProxy::OnReadPacket);
52 impl_->SignalRouteChange.connect(this, &TransportChannelProxy::OnRouteChange);
/external/chromium/webkit/glue/
H A Dwebsocketstreamhandle_impl.h19 virtual void connect(
/external/mtpd/
H A Dmtpd.h57 int (*connect)(char **arguments); member in struct:protocol
/external/openfst/src/include/fst/script/
H A Dconnect.h23 #include <fst/connect.h>
/external/openfst/src/script/
H A Dconnect.cc19 #include <fst/script/connect.h>
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
H A Dmain.cpp22 a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) );
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dstringquery.cpp24 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept()));
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DSocketChannelTest.java288 assertTrue(this.channel1.connect(localAddr1));
302 boolean connected = channel1.connect(localAddr1);
334 assertTrue(this.channel1.connect(localAddr1));
345 boolean connected = channel1.connect(localAddr1);
362 channel1.connect(localAddr1);
376 channel1.connect(localAddr1);
386 channel1.connect(localAddr1);
396 channel1.connect(localAddr1);
405 channel1.connect(localAddr1);
414 channel1.connect(localAddr
3583 public boolean connect(SocketAddress address) throws IOException { method in class:SocketChannelTest.MockSocketChannel
[all...]
/external/webkit/Source/WebCore/inspector/front-end/
H A DHAREntry.js102 var connect; variable
111 connect = -1;
115 connect = waitForConnection;
117 connect -= dns;
123 connect: connect,
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DSocketImplTest.java98 protected void connect(String host, int port) throws IOException { method in class:SocketImplTest.MockSocketImpl
101 protected void connect(InetAddress address, int port) method in class:SocketImplTest.MockSocketImpl
126 protected void connect(SocketAddress remoteAddr, int timeout) method in class:SocketImplTest.MockSocketImpl
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Duserdatarequest.cpp26 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply()));
27 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
28 connect(queryEdit, SIGNAL(returnPressed()), this, SLOT(sendReply()));

Completed in 845 milliseconds

1234567891011>>