HomeSort by relevance Sort by last modified time
    Searched refs:SLOT (Results 1 - 18 of 18) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
stringquery.cpp 24 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept()));
userdatarequest.cpp 20 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply()));
21 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
22 connect(queryEdit, SIGNAL(returnPressed()), this, SLOT(sendReply()));
wpagui.cpp 52 SLOT(startService()));
54 SLOT(stopService()));
61 SLOT(addInterface()));
74 SLOT(eventHistory()));
76 SLOT(saveConfig()));
77 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog()));
78 connect(actionPeers, SIGNAL(triggered()), this, SLOT(peersDialog()));
79 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit()));
81 SLOT(addNetwork()));
83 SLOT(editSelectedNetwork()))
    [all...]
scanresults.cpp 22 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
23 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest()));
26 SLOT(bssSelected(QTreeWidgetItem *)));
peers.cpp 92 this, SLOT(context_menu(const QPoint &)));
203 SLOT(enter_pin()));
208 SLOT(ctx_p2p_connect()));
214 SLOT(connect_pbc()));
217 SLOT(ctx_p2p_req_pin()));
219 SLOT(ctx_p2p_show_pin()));
225 SLOT(ctx_p2p_display_pin()));
231 SLOT(ctx_p2p_enter_pin()));
237 SLOT(ctx_p2p_show_passphrase()));
239 SLOT(ctx_p2p_remove_group()))
    [all...]
eventhistory.cpp 81 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
networkconfig.cpp 36 SLOT(authChanged(int)));
37 connect(cancelButton, SIGNAL(clicked()), this, SLOT(close()));
38 connect(addButton, SIGNAL(clicked()), this, SLOT(addNetwork()));
40 SLOT(encrChanged(const QString &)));
41 connect(removeButton, SIGNAL(clicked()), this, SLOT(removeNetwork()));
43 SLOT(eapChanged(int)));
44 connect(useWpsButton, SIGNAL(clicked()), this, SLOT(useWps()));
addinterface.cpp 50 SLOT(interfaceSelected(QTreeWidgetItem *)));
  /external/chromium_org/third_party/skia/debugger/QT/
SkDebuggerGUI.cpp 77 connect(&fListWidget, SIGNAL(currentItemChanged(QListWidgetItem*, QListWidgetItem*)), this, SLOT(registerListClick(QListWidgetItem *)));
78 connect(&fActionOpen, SIGNAL(triggered()), this, SLOT(openFile()));
79 connect(&fActionDirectory, SIGNAL(triggered()), this, SLOT(toggleDirectory()));
80 connect(&fDirectoryWidget, SIGNAL(currentItemChanged(QListWidgetItem*, QListWidgetItem*)), this, SLOT(loadFile(QListWidgetItem *)));
81 connect(&fActionDelete, SIGNAL(triggered()), this, SLOT(actionDelete()));
82 connect(&fListWidget, SIGNAL(itemDoubleClicked(QListWidgetItem*)), this, SLOT(toggleBreakpoint()));
83 connect(&fActionRewind, SIGNAL(triggered()), this, SLOT(actionRewind()));
84 connect(&fActionPlay, SIGNAL(triggered()), this, SLOT(actionPlay()));
85 connect(&fActionStepBack, SIGNAL(triggered()), this, SLOT(actionStepBack()));
86 connect(&fActionStepForward, SIGNAL(triggered()), this, SLOT(actionStepForward()))
    [all...]
SkCanvasWidget.cpp 44 this->parentWidget(), SLOT(drawComplete()));
SkSettingsWidget.cpp 91 SLOT(setEnabled(bool)));
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 76 connect(&fListWidget, SIGNAL(currentItemChanged(QListWidgetItem*, QListWidgetItem*)), this, SLOT(registerListClick(QListWidgetItem *)));
77 connect(&fActionOpen, SIGNAL(triggered()), this, SLOT(openFile()));
78 connect(&fActionDirectory, SIGNAL(triggered()), this, SLOT(toggleDirectory()));
79 connect(&fDirectoryWidget, SIGNAL(currentItemChanged(QListWidgetItem*, QListWidgetItem*)), this, SLOT(loadFile(QListWidgetItem *)));
80 connect(&fActionDelete, SIGNAL(triggered()), this, SLOT(actionDelete()));
81 connect(&fListWidget, SIGNAL(itemDoubleClicked(QListWidgetItem*)), this, SLOT(toggleBreakpoint()));
82 connect(&fActionRewind, SIGNAL(triggered()), this, SLOT(actionRewind()));
83 connect(&fActionPlay, SIGNAL(triggered()), this, SLOT(actionPlay()));
84 connect(&fActionStepBack, SIGNAL(triggered()), this, SLOT(actionStepBack()));
85 connect(&fActionStepForward, SIGNAL(triggered()), this, SLOT(actionStepForward()))
    [all...]
SkCanvasWidget.cpp 44 this->parentWidget(), SLOT(drawComplete()));
SkSettingsWidget.cpp 91 SLOT(setEnabled(bool)));
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 79 * Overview: The core algorithm is, for an exchange "slot",
83 * if (slot is empty) { // offer
85 * if (can CAS slot from empty to node) {
90 * else if (can CAS slot from node to empty) { // release
123 * Otherwise, exchanges use the single-slot slotExchange method.
135 * The arena starts out with only one used slot. We expand the
143 * reading slot values after CAS failures.) When a thread has
144 * collided at each slot within the current arena bound, it tries
152 * one slot) by giving up on waiting after a while and trying to
167 * waiter can "know" that it will be released when its slot ha
315 private volatile Node slot; field in class:Exchanger
    [all...]
  /external/eigen/demos/opengl/
quaternion_demo.cpp 343 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate()));
357 disconnect(&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/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h     [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]

Completed in 467 milliseconds