Searched refs:SIGNAL (Results 1 - 24 of 24) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/
H A Dmksignalent28 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/arduino/hardware/arduino/cores/arduino/
H A DWInterrupts.c189 SIGNAL(INT0_vect) { function
194 SIGNAL(INT1_vect) { function
199 SIGNAL(INT2_vect) { function
204 SIGNAL(INT3_vect) { function
209 SIGNAL(INT4_vect) { function
214 SIGNAL(INT5_vect) { function
219 SIGNAL(INT6_vect) { function
224 SIGNAL(INT7_vect) { function
231 SIGNAL(INT0_vect) { function
236 SIGNAL(INT1_vec function
[all...]
H A DHardwareSerial.cpp81 SIGNAL(USART_RX_vect) function
93 SIGNAL(SIG_USART0_RECV) function
99 SIGNAL(SIG_UART0_RECV) function
107 //SIGNAL(SIG_USART_RECV)
108 SIGNAL(USART0_RX_vect) function
121 SIGNAL(SIG_UART_RECV) function
139 //SIGNAL(SIG_USART1_RECV)
140 SIGNAL(USART1_RX_vect) function
150 SIGNAL(USART2_RX_vect) function
160 SIGNAL(USART3_RX_vec function
[all...]
H A Dwiring.c44 SIGNAL(TIMER0_OVF_vect) function
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dstringquery.cpp24 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept()));
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(networkEditAction, SIGNAL(triggere
[all...]
H A Dscanresults.cpp22 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
23 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest()));
25 SIGNAL(itemDoubleClicked(QTreeWidgetItem *, int)), this,
H A Deventhistory.cpp81 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
H A Dnetworkconfig.cpp35 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()));
H A Daddinterface.cpp49 SIGNAL(itemActivated(QTreeWidgetItem *, int)), this,
H A Dpeers.cpp91 connect(peers, SIGNAL(customContextMenuRequested(const QPoint &)),
/external/chromium_org/remoting/host/installer/mac/PrivilegedHelperTools/
H A Dorg.chromium.chromoting.me2me.sh96 local SIGNAL=$(($EXIT_CODE - 128))
97 echo "Forwarding signal $SIGNAL to host"
98 kill -$SIGNAL "$HOST_PID"
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkSettingsWidget.cpp47 connect(&fVisibilityCombo, SIGNAL(activated(int)), this,
48 SIGNAL(visibilityFilterChanged()));
90 connect(&fGLCheckBox, SIGNAL(toggled(bool)), &fGLMSAAButtonGroup,
92 connect(&fGLCheckBox, SIGNAL(toggled(bool)), this,
93 SIGNAL(glSettingsChanged()));
94 connect(&fGLMSAACombo, SIGNAL(activated(int)), this,
95 SIGNAL(glSettingsChanged()));
113 connect(&fFilterCombo, SIGNAL(activated(int)), this,
114 SIGNAL(texFilterSettingsChanged()));
H A DSkDebuggerGUI.cpp76 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(triggere
[all...]
H A DSkCanvasWidget.cpp43 connect(&fRasterWidget, SIGNAL(drawComplete()),
/external/skia/debugger/QT/
H A DSkSettingsWidget.cpp47 connect(&fVisibilityCombo, SIGNAL(activated(int)), this,
48 SIGNAL(visibilityFilterChanged()));
90 connect(&fGLCheckBox, SIGNAL(toggled(bool)), &fGLMSAAButtonGroup,
92 connect(&fGLCheckBox, SIGNAL(toggled(bool)), this,
93 SIGNAL(glSettingsChanged()));
94 connect(&fGLMSAACombo, SIGNAL(activated(int)), this,
95 SIGNAL(glSettingsChanged()));
113 connect(&fFilterCombo, SIGNAL(activated(int)), this,
114 SIGNAL(texFilterSettingsChanged()));
H A DSkDebuggerGUI.cpp76 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(triggere
[all...]
H A DSkCanvasWidget.cpp43 connect(&fRasterWidget, SIGNAL(drawComplete()),
/external/ppp/pppd/
H A Dmain.c710 #define SIGNAL(s, handler) do { \ macro
718 SIGNAL(SIGHUP, hup); /* Hangup */
719 SIGNAL(SIGINT, term); /* Interrupt */
720 SIGNAL(SIGTERM, term); /* Terminate */
721 SIGNAL(SIGCHLD, chld);
723 SIGNAL(SIGUSR1, toggle_debug); /* Toggle debug flag */
724 SIGNAL(SIGUSR2, open_ccp); /* Reopen CCP */
730 SIGNAL(SIGABRT, bad_signal);
731 SIGNAL(SIGALRM, bad_signal);
732 SIGNAL(SIGFP
[all...]
/external/eigen/demos/opengl/
H A Dquaternion_demo.cpp343 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/arduino/libraries/Wire/utility/
H A Dtwi.c332 SIGNAL(TWI_vect) function
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socketvar.h108 SIGNAL = 0, enumerator in enum:sigType
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 969 milliseconds