/external/selinux/libsepol/include/sepol/ |
interfaces.h | 38 * -1 to signal an error condition, 39 * 1 to signal successful exit 40 * 0 to signal continue */
|
nodes.h | 35 * -1 to signal an error condition, 36 * 1 to signal successful exit 37 * 0 to signal continue */
|
ports.h | 35 * -1 to signal an error condition, 36 * 1 to signal successful exit 37 * 0 to signal continue */
|
/external/tensorflow/tensorflow/contrib/signal/ |
__init__.py | 15 """Signal processing operations. 17 See the @{$python/contrib.signal} guide. 40 from tensorflow.contrib.signal.python.ops.mel_ops import linear_to_mel_weight_matrix 41 from tensorflow.contrib.signal.python.ops.mfcc_ops import mfccs_from_log_mel_spectrograms 42 from tensorflow.contrib.signal.python.ops.reconstruction_ops import overlap_and_add 43 from tensorflow.contrib.signal.python.ops.shape_ops import frame 46 from tensorflow.contrib.signal.python.ops.shape_ops import frame as frames 47 from tensorflow.contrib.signal.python.ops.spectral_ops import inverse_stft 48 from tensorflow.contrib.signal.python.ops.spectral_ops import inverse_stft_window_fn 49 from tensorflow.contrib.signal.python.ops.spectral_ops import stf [all...] |
/external/valgrind/gdbserver_tests/ |
mcsignopass.vgtest | 1 # test the signal handling, when signals are *not* passed to the Valgrind guest. 3 # the gdb output will not contain the signal handling 4 # faultstatus C code will report a failure for the signal not passed
|
send_signal | 3 # send_signal sends signal $1 to the Valgrind process using prefix $2 in $3 seconds 6 # the signal sending is done 29 echo sending signal
|
/external/valgrind/memcheck/tests/solaris/ |
context_stack_die.c | 4 #include <signal.h> 23 /* Setup a signal handler. */ 35 /* Raise a signal. */
|
/external/valgrind/none/tests/s390x/ |
ex_sig.c | 3 #include <signal.h> 5 #include <signal.h> 36 signal(SIGALRM, handle_SIG);
|
/frameworks/rs/ |
rsSignal.h | 26 class Signal { 28 Signal(); 29 ~Signal();
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
setjmp.h | 34 /* Calling environment, plus possibly a saved signal mask. */ 42 int __mask_was_saved; /* Saved the signal mask? */ 43 __sigset_t __saved_mask; /* Saved signal mask. */ 51 /* Store the calling environment in ENV, also saving the signal mask. 58 signal mask if SAVEMASK is nonzero. Return 0. 63 /* Store the calling environment in ENV, not saving the signal mask. 67 /* Do not save the signal mask. This is equivalent to the `_setjmp' 72 saves the signal mask like `sigsetjmp (ENV, 1)'. We have to 89 the signal mask. But it is how ENV was saved that determines whether 99 or not `longjmp' will restore the signal mask. * [all...] |
/prebuilts/go/darwin-x86/src/os/signal/ |
signal_plan9.go | 5 package signal package 12 var sigtab = make(map[os.Signal]int) 33 func signum(sig os.Signal) int {
|
/prebuilts/go/linux-x86/src/os/signal/ |
signal_plan9.go | 5 package signal package 12 var sigtab = make(map[os.Signal]int) 33 func signum(sig os.Signal) int {
|
/tools/repohooks/rh/ |
signals.py | 16 """Signal related functionality.""" 21 import signal 31 """Notify a listener returned from getsignal of receipt of a signal. 37 if handler in (None, signal.SIG_IGN): 39 elif handler == signal.SIG_DFL: 47 def signal_module_usable(_signal=signal.signal, _SIGUSR1=signal.SIGUSR1): 48 """Verify that the signal module is usable and won't segfault on us. 53 if signal.* was accessed [all...] |
/external/autotest/client/cros/audio/ |
cras_dbus_utils.py | 54 """Monitor for DBus signal from Cras.""" 65 """Listener for certain signal.""" 72 """Waits for NodesChanged signal. 74 @param target_signal_count: The expected number of signal. 97 """Handler for NodesChanged signal.""" 99 logging.debug('Got NodesChanged signal when loop is running.') 106 logging.debug('Got NodesChanged signal when loop is not running.' 127 """Controls signal counter which runs in background.""" 137 """Starts the signal counter in a subprocess. 139 @param signal_name: The name of the signal to count [all...] |
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
tm-signal-msr-resv.c | 5 * Test the kernel's signal return code to ensure that it doesn't 7 * the signal context. 10 * we modify the signal context to set both MSR TM S and T bits (which 11 * is "reserved" by the PowerISA). When we return from the signal 18 #include <signal.h> 62 if (signal(SIGSEGV, signal_segv) == SIG_ERR)
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
4-1.c | 10 that attempting to add SIGKILL can not be added to the signal mask 11 for a signal handler. 16 3. (child) Setup a signal handler for SIGABRT with SIGKILL added to 17 the signal mask 19 5. (child, signal handler) raise SIGKILL 25 #include <signal.h>
|
4-10.c | 10 that attempting to add SIGKILL can not be added to the signal mask 11 for a signal handler. 16 3. (child) Setup a signal handler for SIGPIPE with SIGKILL added to 17 the signal mask 19 5. (child, signal handler) raise SIGKILL 25 #include <signal.h>
|
4-11.c | 10 that attempting to add SIGKILL can not be added to the signal mask 11 for a signal handler. 16 3. (child) Setup a signal handler for SIGQUIT with SIGKILL added to 17 the signal mask 19 5. (child, signal handler) raise SIGKILL 25 #include <signal.h>
|
4-12.c | 10 that attempting to add SIGKILL can not be added to the signal mask 11 for a signal handler. 16 3. (child) Setup a signal handler for SIGSEGV with SIGKILL added to 17 the signal mask 19 5. (child, signal handler) raise SIGKILL 25 #include <signal.h>
|
4-13.c | 10 that attempting to add SIGKILL can not be added to the signal mask 11 for a signal handler. 16 3. (child) Setup a signal handler for SIGTERM with SIGKILL added to 17 the signal mask 19 5. (child, signal handler) raise SIGKILL 25 #include <signal.h>
|
4-14.c | 10 that attempting to add SIGKILL can not be added to the signal mask 11 for a signal handler. 16 3. (child) Setup a signal handler for SIGTSTP with SIGKILL added to 17 the signal mask 19 5. (child, signal handler) raise SIGKILL 25 #include <signal.h>
|
4-15.c | 10 that attempting to add SIGKILL can not be added to the signal mask 11 for a signal handler. 16 3. (child) Setup a signal handler for SIGTTIN with SIGKILL added to 17 the signal mask 19 5. (child, signal handler) raise SIGKILL 25 #include <signal.h>
|
4-16.c | 10 that attempting to add SIGKILL can not be added to the signal mask 11 for a signal handler. 16 3. (child) Setup a signal handler for SIGTTOU with SIGKILL added to 17 the signal mask 19 5. (child, signal handler) raise SIGKILL 25 #include <signal.h>
|
4-17.c | 10 that attempting to add SIGKILL can not be added to the signal mask 11 for a signal handler. 16 3. (child) Setup a signal handler for SIGUSR1 with SIGKILL added to 17 the signal mask 19 5. (child, signal handler) raise SIGKILL 25 #include <signal.h>
|
4-18.c | 10 that attempting to add SIGKILL can not be added to the signal mask 11 for a signal handler. 16 3. (child) Setup a signal handler for SIGUSR2 with SIGKILL added to 17 the signal mask 19 5. (child, signal handler) raise SIGKILL 25 #include <signal.h>
|