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

1 2 3

  /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/skqp/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/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...]

Completed in 767 milliseconds

1 2 3