/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...] |
/external/ltp/tools/strace_test/ |
slay | 19 SIGNAL=`echo $1 | grep '^\-.*'` 54 if [ "$SIGNAL" != "" ] 58 SIGNAL="-KILL" 61 if [ "$SIGNAL" != "-clean" ] 63 SIGSHOW="$SIGNAL" 71 echo "usage: $ME [-signal] name [name...]" 78 echo " Use -clean as a signal name to kill with TERM first and then with KILL." 121 echo "${ME}: Sending $SIGSHOW signal to $1's process(es)..." 125 if [ "$SIGNAL" = "-clean" ] 131 su -m $1 -c "kill $SIGNAL -1 2>/dev/null [all...] |
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/ |
template_23-1.in | 20 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 21 * thread's signal mask during the handler execution. 24 * -> register a signal handler for %%MYSIG%% 28 * The test fails if signal handler if reentered or signal is not pending when raised again. 45 #include <signal.h> 79 #define SIGNAL %%MYSIG%% 95 FAILED( "Signal was not masked in signal handler" ); 101 /* Raise the signal again. It should be masked * [all...] |
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
23-1.c | 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGABRT 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 43 #include <signal.h> 77 #define SIGNAL SIGABRT 92 FAILED("Signal was not masked in signal handler"); 97 /* Raise the signal again. It should be masked * [all...] |
23-10.c | 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGPIPE 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 43 #include <signal.h> 77 #define SIGNAL SIGPIPE 92 FAILED("Signal was not masked in signal handler"); 97 /* Raise the signal again. It should be masked * [all...] |
23-11.c | 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGQUIT 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 43 #include <signal.h> 77 #define SIGNAL SIGQUIT 92 FAILED("Signal was not masked in signal handler"); 97 /* Raise the signal again. It should be masked * [all...] |
23-12.c | 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGSEGV 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 43 #include <signal.h> 77 #define SIGNAL SIGSEGV 92 FAILED("Signal was not masked in signal handler"); 97 /* Raise the signal again. It should be masked * [all...] |
23-13.c | 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGTERM 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 43 #include <signal.h> 77 #define SIGNAL SIGTERM 92 FAILED("Signal was not masked in signal handler"); 97 /* Raise the signal again. It should be masked * [all...] |
23-14.c | 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGTSTP 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 43 #include <signal.h> 77 #define SIGNAL SIGTSTP 92 FAILED("Signal was not masked in signal handler"); 97 /* Raise the signal again. It should be masked * [all...] |
23-15.c | 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGTTIN 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 43 #include <signal.h> 77 #define SIGNAL SIGTTIN 92 FAILED("Signal was not masked in signal handler"); 97 /* Raise the signal again. It should be masked * [all...] |
23-16.c | 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGTTOU 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 43 #include <signal.h> 77 #define SIGNAL SIGTTOU 92 FAILED("Signal was not masked in signal handler"); 97 /* Raise the signal again. It should be masked * [all...] |
23-17.c | 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGUSR1 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 43 #include <signal.h> 77 #define SIGNAL SIGUSR1 92 FAILED("Signal was not masked in signal handler"); 97 /* Raise the signal again. It should be masked * [all...] |
23-18.c | 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGUSR2 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 43 #include <signal.h> 77 #define SIGNAL SIGUSR2 92 FAILED("Signal was not masked in signal handler"); 97 /* Raise the signal again. It should be masked * [all...] |
23-19.c | 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGALRM 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 40 #include <signal.h> 71 #define SIGNAL SIGALRM 82 FAILED("Signal was not masked in signal handler"); 87 /* Raise the signal again. It should be masked * [all...] |
23-2.c | 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGALRM 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 43 #include <signal.h> 77 #define SIGNAL SIGALRM 92 FAILED("Signal was not masked in signal handler"); 97 /* Raise the signal again. It should be masked * [all...] |
23-20.c | 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGPROF 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 43 #include <signal.h> 77 #define SIGNAL SIGPROF 92 FAILED("Signal was not masked in signal handler"); 97 /* Raise the signal again. It should be masked * [all...] |
23-21.c | 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGSYS 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 43 #include <signal.h> 77 #define SIGNAL SIGSYS 92 FAILED("Signal was not masked in signal handler"); 97 /* Raise the signal again. It should be masked * [all...] |
23-22.c | 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGTRAP 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 43 #include <signal.h> 77 #define SIGNAL SIGTRAP 92 FAILED("Signal was not masked in signal handler"); 97 /* Raise the signal again. It should be masked * [all...] |
23-23.c | 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGURG 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 43 #include <signal.h> 77 #define SIGNAL SIGURG 92 FAILED("Signal was not masked in signal handler"); 97 /* Raise the signal again. It should be masked * [all...] |
23-24.c | 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGVTALRM 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 43 #include <signal.h> 77 #define SIGNAL SIGVTALRM 92 FAILED("Signal was not masked in signal handler"); 97 /* Raise the signal again. It should be masked * [all...] |
23-25.c | 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGXCPU 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 43 #include <signal.h> 77 #define SIGNAL SIGXCPU 92 FAILED("Signal was not masked in signal handler"); 97 /* Raise the signal again. It should be masked * [all...] |
23-26.c | 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGXFSZ 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 43 #include <signal.h> 77 #define SIGNAL SIGXFSZ 92 FAILED("Signal was not masked in signal handler"); 97 /* Raise the signal again. It should be masked * [all...] |
23-3.c | 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGBUS 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 43 #include <signal.h> 77 #define SIGNAL SIGBUS 92 FAILED("Signal was not masked in signal handler"); 97 /* Raise the signal again. It should be masked * [all...] |
23-4.c | 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGCHLD 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 43 #include <signal.h> 77 #define SIGNAL SIGCHLD 92 FAILED("Signal was not masked in signal handler"); 97 /* Raise the signal again. It should be masked * [all...] |
23-5.c | 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGCONT 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 43 #include <signal.h> 77 #define SIGNAL SIGCONT 92 FAILED("Signal was not masked in signal handler"); 97 /* Raise the signal again. It should be masked * [all...] |