HomeSort by relevance Sort by last modified time
    Searched refs:SIGNAL (Results 51 - 75 of 87) sorted by null

1 23 4

  /external/webkit/Source/WebKit/qt/tests/benchmarks/webgl/
tst_webgl.cpp 116 const bool pageLoaded = waitForSignal(m_view->m_webView, SIGNAL(loadFinished(bool)));
  /external/webkit/Tools/QtTestBrowser/
locationedit.cpp 49 connect(&m_clearTimer, SIGNAL(timeout()), this, SLOT(reset()));
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
scanresults.ui.h 31 connect(timer, SIGNAL(timeout()), SLOT(getResults()));
61 QString ssid, bssid, freq, signal, flags; local
64 signal = cols.count() > 2 ? cols[2] : "";
67 new Q3ListViewItem(scanResultsView, ssid, bssid, freq, signal, flags);
wpagui.ui.h 36 connect(timer, SIGNAL(timeout()), SLOT(ping()));
231 connect(msgNotifier, SIGNAL(activated(int)), SLOT(receiveMsgs()));
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 87 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
networkconfig.cpp 38 connect(authSelect, SIGNAL(activated(int)), this,
40 connect(cancelButton, SIGNAL(clicked()), this, SLOT(close()));
41 connect(addButton, SIGNAL(clicked()), this, SLOT(addNetwork()));
42 connect(encrSelect, SIGNAL(activated(const QString &)), this,
44 connect(removeButton, SIGNAL(clicked()), this, SLOT(removeNetwork()));
45 connect(eapSelect, SIGNAL(activated(int)), this,
47 connect(useWpsButton, SIGNAL(clicked()), this, SLOT(useWps()));
69 /* SSID BSSID frequency signal flags */
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 81 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
networkconfig.cpp 35 connect(authSelect, SIGNAL(activated(int)), this,
37 connect(cancelButton, SIGNAL(clicked()), this, SLOT(close()));
38 connect(addButton, SIGNAL(clicked()), this, SLOT(addNetwork()));
39 connect(encrSelect, SIGNAL(activated(const QString &)), this,
41 connect(removeButton, SIGNAL(clicked()), this, SLOT(removeNetwork()));
42 connect(eapSelect, SIGNAL(activated(int)), this,
44 connect(useWpsButton, SIGNAL(clicked()), this, SLOT(useWps()));
66 /* SSID BSSID frequency signal flags */
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 231 connect(this, SIGNAL(loadStarted()),
232 m_webFrame->page(), SIGNAL(loadStarted()));
233 connect(this, SIGNAL(loadStarted()),
234 m_webFrame, SIGNAL(loadStarted()));
235 connect(this, SIGNAL(loadProgress(int)),
236 m_webFrame->page(), SIGNAL(loadProgress(int)));
237 connect(this, SIGNAL(loadFinished(bool)),
238 m_webFrame->page(), SIGNAL(loadFinished(bool)));
239 connect(this, SIGNAL(loadFinished(bool)),
240 m_webFrame, SIGNAL(loadFinished(bool)))
    [all...]
GeolocationClientQt.cpp 99 connect(m_location, SIGNAL(positionUpdated(QGeoPositionInfo)), this, SLOT(positionUpdated(QGeoPositionInfo)));
NotificationPresenterClientQt.cpp 227 wrapper->connect(wrapper->m_presenter.get(), SIGNAL(notificationClosed()), wrapper, SLOT(notificationClosed()), Qt::QueuedConnection);
228 wrapper->connect(wrapper->m_presenter.get(), SIGNAL(notificationClicked()), wrapper, SLOT(notificationClicked()));
234 wrapper->connect(wrapper->m_notificationIcon.get(), SIGNAL(messageClicked()), wrapper, SLOT(notificationClicked()));
QtFallbackWebPopup.cpp 122 connect(m_combo, SIGNAL(activated(int)),
  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 218 connect(m_reply, SIGNAL(readyRead()), this, SLOT(receiveMetaData()));
219 connect(m_reply, SIGNAL(finished()), this, SLOT(receiveMetaData()));
252 // This slot is only used to receive the first signal from the QNetworkReply object.
284 connect(m_sniffer.get(), SIGNAL(finished()), this, SLOT(receiveSniffedMIMEType()));
313 connect(m_reply, SIGNAL(readyRead()), this, SLOT(didReceiveReadyRead()));
314 connect(m_reply, SIGNAL(finished()), this, SLOT(didReceiveFinished()));
326 // Disconnecting will make sure that nothing will happen after emitting the finished signal.
652 connect(m_replyWrapper->reply(), SIGNAL(uploadProgress(qint64, qint64)), this, SLOT(uploadProgress(qint64, qint64)));
  /external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
tst_qdeclarativewebview.cpp 297 QSignalSpy newWindowComponentSpy(wv, SIGNAL(newWindowComponentChanged()));
323 QSignalSpy newWindowParentSpy(wv, SIGNAL(newWindowParentChanged()));
401 QSignalSpy pressGrabTimeSpy(wv, SIGNAL(pressGrabTimeChanged()));
426 QSignalSpy renderingEnabledSpy(wv, SIGNAL(renderingEnabledChanged()));
448 QSignalSpy spy(wv, SIGNAL(htmlChanged()));
515 // We test the emission of the backgroundColorChanged signal.
516 QSignalSpy spyColorChanged(wv, SIGNAL(backgroundColorChanged()));
  /external/webkit/Source/WebKit/qt/tests/hybridPixmap/
widget.cpp 42 connect(ui->webView->page()->mainFrame(), SIGNAL(javaScriptWindowObjectCleared()), this, SLOT(refreshJS()));
  /external/webkit/Source/WebKit2/UIProcess/Launcher/qt/
ProcessLauncherQt.cpp 55 #include <signal.h>
155 QObject::connect(m_processIdentifier, SIGNAL(finished(int)), m_processIdentifier, SLOT(deleteLater()), Qt::QueuedConnection);
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 119 * inserted into a condition queue. Upon signal, the node is
137 static final int SIGNAL = -1;
148 * SIGNAL: The successor of this node is (or will soon be)
152 * first indicate they need a signal,
173 * signal. So, most code doesn't need to check for particular
388 * If status is negative (i.e., possibly needing signal) try
414 * Release action for shared mode -- signal successor and ensure
416 * to calling unparkSuccessor of head if it needs signal.)
423 * signal. But if it does not, status is set to PROPAGATE to
434 if (ws == Node.SIGNAL) {
1688 public final void signal() { method in class:AbstractQueuedLongSynchronizer.ConditionObject
    [all...]
AbstractQueuedSynchronizer.java 236 * except that it only requires a single <tt>signal</tt> to
258 * public void signal() { sync.releaseShared(1); }
350 * inserted into a condition queue. Upon signal, the node is
368 static final int SIGNAL = -1;
379 * SIGNAL: The successor of this node is (or will soon be)
383 * first indicate they need a signal,
404 * signal. So, most code doesn't need to check for particular
619 * If status is negative (i.e., possibly needing signal) try
645 * Release action for shared mode -- signal successor and ensure
647 * to calling unparkSuccessor of head if it needs signal.
1918 public final void signal() { method in class:AbstractQueuedSynchronizer.ConditionObject
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
tst_qgraphicswebview.cpp 142 // page, so we first connect the signal afterward.
143 connect(page->mainFrame(), SIGNAL(initialLayoutCompleted()), page, SLOT(aborting()));
151 QVERIFY(waitForSignal(page, SIGNAL(loadFinished(bool))));
211 QVERIFY(waitForSignal(webView, SIGNAL(loadFinished(bool))));
277 QVERIFY(waitForSignal(page, SIGNAL(loadFinished(bool))));
580 QVERIFY(waitForSignal(graphicsWebView, SIGNAL(loadFinished(bool))));
  /external/webkit/Source/WebKit/qt/tests/qwebview/
tst_qwebview.cpp 155 waitForSignal(view1, SIGNAL(loadFinished(bool)), 2000);
186 view->connect(view, SIGNAL(loadProgress(int)), this, SLOT(loading(int)));
250 QVERIFY(waitForSignal(&webView, SIGNAL(loadFinished(bool))));
466 QVERIFY(waitForSignal(&view, SIGNAL(loadFinished(bool))));
488 QVERIFY(waitForSignal(&view, SIGNAL(loadFinished(bool))));
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 208 QSignalSpy loadSpy(m_view, SIGNAL(loadFinished(bool)));
276 connect(newPage, SIGNAL(featurePermissionRequested(QWebFrame*, QWebPage::Feature)),
302 QSignalSpy spyLoadStarted(m_view, SIGNAL(loadStarted()));
303 QSignalSpy spyLoadFinished(m_view, SIGNAL(loadFinished(bool)));
384 QVERIFY(::waitForSignal(m_view, SIGNAL(loadFinished(bool))));
429 QVERIFY(::waitForSignal(m_view, SIGNAL(loadFinished(bool))));
466 QVERIFY(::waitForSignal(m_view, SIGNAL(loadFinished(bool))));
469 QVERIFY(::waitForSignal(m_view, SIGNAL(loadFinished(bool))));
494 QVERIFY(::waitForSignal(m_view, SIGNAL(loadFinished(bool))));
516 QVERIFY(::waitForSignal(m_page, SIGNAL(saveFrameStateRequested(QWebFrame*,QWebHistoryItem*))))
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/qt/
ThreadingQt.cpp 169 QObject::connect(thread, SIGNAL(finished()), ThreadMonitor::instance(), SLOT(threadFinished()));
274 void ThreadCondition::signal() function in class:WTF::ThreadCondition
  /external/webkit/Source/WebKit/qt/tests/qwebelement/
tst_qwebelement.cpp 438 waitForSignal(m_page, SIGNAL(loadFinished(bool)));
558 waitForSignal(m_page, SIGNAL(loadFinished(bool)), 200);
576 waitForSignal(m_page, SIGNAL(loadFinished(bool)), 200);
957 QSignalSpy loadSpy(&page, SIGNAL(loadFinished(bool)));
960 waitForSignal(&page, SIGNAL(loadFinished(bool)));
    [all...]
  /external/valgrind/tsan/
ts_pin.cc 399 event == SIGNAL || event == WAIT)) {
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
main.cpp 55 #include <signal.h>
160 signal(SIGILL, crashHandler); /* 4: illegal instruction (not reset when caught) */
161 signal(SIGTRAP, crashHandler); /* 5: trace trap (not reset when caught) */
162 signal(SIGFPE, crashHandler); /* 8: floating point exception */
163 signal(SIGBUS, crashHandler); /* 10: bus error */
164 signal(SIGSEGV, crashHandler); /* 11: segmentation violation */
165 signal(SIGSYS, crashHandler); /* 12: bad argument to system call */
166 signal(SIGPIPE, crashHandler); /* 13: write on a pipe with no reader */
167 signal(SIGXCPU, crashHandler); /* 24: exceeded CPU time limit */
168 signal(SIGXFSZ, crashHandler); /* 25: exceeded file size limit *
    [all...]

Completed in 266 milliseconds

1 23 4