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

  /external/ltrace/sysdeps/linux-gnu/
mksignalent 20 # hack expression to generate arch/signalent.h from <asm/signal.h>
28 if (($1 ~ /^#define$/) && (!SIGNAL[$3]) && ($2 ~ /^SIG[A-Z]/) \
31 SIGNAL[$3]=$2;
40 if (!SIGNAL[i]) {
41 SIGNAL[i] = "SIG_" i;
43 pad = 16 - length(SIGNAL[i]);
47 printf("\t\"%s\",%*s/* %d */\n", SIGNAL[i], pad, "", i);
  /external/skia/debugger/QT/
SkSettingsWidget.cpp 39 connect(&fVisibilityFilterCheckBox, SIGNAL(toggled(bool)), this,
40 SIGNAL(visualizationsChanged()));
41 connect(&fMegaVizCheckBox, SIGNAL(toggled(bool)), this, SIGNAL(visualizationsChanged()));
42 connect(&fPathOpsCheckBox, SIGNAL(toggled(bool)), this, SIGNAL(visualizationsChanged()));
43 connect(&fOverdrawVizCheckBox, SIGNAL(toggled(bool)), this, SIGNAL(visualizationsChanged()));
53 connect(&fRasterGroup, SIGNAL(toggled(bool)), this, SIGNAL(rasterSettingsChanged()))
    [all...]
SkDebuggerGUI.cpp 54 connect(&fListWidget, SIGNAL(currentItemChanged(QListWidgetItem*, QListWidgetItem*)), this,
56 connect(&fActionOpen, SIGNAL(triggered()), this, SLOT(openFile()));
57 connect(&fActionDirectory, SIGNAL(triggered()), this, SLOT(toggleDirectory()));
58 connect(&fDirectoryWidget, SIGNAL(currentItemChanged(QListWidgetItem*, QListWidgetItem*)), this, SLOT(loadFile(QListWidgetItem *)));
59 connect(&fDirectoryWatcher, SIGNAL(directoryChanged(QString)), this, SLOT(populateDirectoryWidget()));
60 connect(&fActionDelete, SIGNAL(triggered()), this, SLOT(actionDelete()));
61 connect(&fListWidget, SIGNAL(itemDoubleClicked(QListWidgetItem*)), this, SLOT(toggleBreakpoint()));
62 connect(&fActionRewind, SIGNAL(triggered()), this, SLOT(actionRewind()));
63 connect(&fActionPlay, SIGNAL(triggered()), this, SLOT(actionPlay()));
64 connect(&fActionStepBack, SIGNAL(triggered()), this, SLOT(actionStepBack()))
    [all...]
SkCanvasWidget.cpp 44 connect(&fRasterWidget, SIGNAL(drawComplete()), this->parentWidget(), SLOT(drawComplete()));
46 connect(&fGLWidget, SIGNAL(drawComplete()), this->parentWidget(), SLOT(drawComplete()));
  /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 connect(fileStartServiceAction, SIGNAL(triggered()), this,
54 connect(fileStopServiceAction, SIGNAL(triggered()), this,
61 connect(addInterfaceAction, SIGNAL(triggered()), this,
74 connect(fileEventHistoryAction, SIGNAL(triggered()), this,
76 connect(fileSaveConfigAction, SIGNAL(triggered()), this,
78 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog()));
79 connect(actionPeers, SIGNAL(triggered()), this, SLOT(peersDialog()));
80 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit()));
81 connect(networkAddAction, SIGNAL(triggered()), this,
83 connect(networkEditAction, SIGNAL(triggered()), this
    [all...]
scanresults.cpp 23 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
24 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest()));
26 SIGNAL(itemDoubleClicked(QTreeWidgetItem *, int)), this,
78 QString ssid, bssid, freq, signal, flags; local
92 signal = (*it).mid(pos);
104 item->setText(3, signal);
eventhistory.cpp 81 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
networkconfig.cpp 36 connect(authSelect, SIGNAL(activated(int)), this,
38 connect(cancelButton, SIGNAL(clicked()), this, SLOT(close()));
39 connect(addButton, SIGNAL(clicked()), this, SLOT(addNetwork()));
40 connect(encrSelect, SIGNAL(activated(const QString &)), this,
42 connect(removeButton, SIGNAL(clicked()), this, SLOT(removeNetwork()));
43 connect(eapSelect, SIGNAL(activated(int)), this,
45 connect(useWpsButton, SIGNAL(clicked()), this, SLOT(useWps()));
67 /* SSID BSSID frequency signal flags */
addinterface.cpp 49 SIGNAL(itemActivated(QTreeWidgetItem *, int)), this,
peers.cpp 91 connect(peers, SIGNAL(customContextMenuRequested(const QPoint &)),
    [all...]
  /external/avahi/avahi-qt/
qt-watch.cpp 105 connect(m_in,SIGNAL(activated(int)),SLOT(gotIn()));
109 connect(m_out,SIGNAL(activated(int)),SLOT(gotOut()));
116 connect(&m_timer, SIGNAL(timeout()), this, SLOT(timeout()));
  /external/ppp/pppd/
main.c 76 #include <signal.h>
618 new_phase(PHASE_DORMANT); /* allow signal to end holdoff */
676 info("Terminating on signal %d", got_sigterm);
694 * setup_signals - initialize signal handling.
702 * Compute mask of all interesting signals and install signal handlers
703 * for each. Only one signal handler may be active at a time. Therefore,
713 #define SIGNAL(s, handler) do { \
716 fatal("Couldn't establish signal handler (%d): %m", s); \
721 SIGNAL(SIGHUP, hup); /* Hangup */
722 SIGNAL(SIGINT, term); /* Interrupt *
    [all...]
  /frameworks/av/media/libmedia/
IAudioTrack.cpp 41 SIGNAL,
141 virtual void signal() { function in class:android::BpAudioTrack
144 remote()->transact(SIGNAL, data, &reply);
204 case SIGNAL: {
206 signal();
  /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/opencv3/modules/highgui/src/
window_QT.cpp 773 QObject::connect(timer, SIGNAL(timeout()), this, SLOT(timeOut()));
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedSynchronizer.java 230 * except that it only requires a single {@code signal} to
252 * public void signal() { sync.releaseShared(1); }
343 * inserted into a condition queue. Upon signal, the node is
361 static final int SIGNAL = -1;
372 * SIGNAL: The successor of this node is (or will soon be)
376 * first indicate they need a signal,
397 * signal. So, most code doesn't need to check for particular
644 * If status is negative (i.e., possibly needing signal) try
672 * to calling unparkSuccessor of head if it needs signal.)
679 * signal. But if it does not, status is set to PROPAGATE t
1933 public final void signal() { method in class:AbstractQueuedSynchronizer.ConditionObject
    [all...]
AbstractQueuedLongSynchronizer.java 177 * If status is negative (i.e., possibly needing signal) try
205 * to calling unparkSuccessor of head if it needs signal.)
212 * signal. But if it does not, status is set to PROPAGATE to
223 if (ws == Node.SIGNAL) {
224 if (!h.compareAndSetWaitStatus(Node.SIGNAL, 0))
249 * Try to signal next queued node if:
254 * PROPAGATE status may transition to SIGNAL.)
293 // or signal, so no further action is necessary.
305 // If successor needs signal, try to set pred's next-link
309 ((ws = pred.waitStatus) == Node.SIGNAL ||
1464 public final void signal() { method in class:AbstractQueuedLongSynchronizer.ConditionObject
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java 201 * undergoing blocking waits by other threads have the SIGNAL bit
202 * set. Completion of a stolen task with SIGNAL set awakens any
223 static final int SIGNAL = 0x00010000; // must be >= 1 << 16
267 * If not done, sets SIGNAL status and performs Object.wait(timeout).
275 U.compareAndSwapInt(this, STATUS, s, s | SIGNAL)) {
297 if (U.compareAndSwapInt(this, STATUS, s, s | SIGNAL)) {
331 if (U.compareAndSwapInt(this, STATUS, s, s | SIGNAL)) {
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 

Completed in 481 milliseconds