/ndk/sources/host-tools/make-3.81/config/ |
D | intdiv0.m4 | 21 #include <signal.h> 30 /* Exit with code 0 if SIGFPE, with code 1 if any other signal. */ 41 signal (SIGFPE, sigfpe_handler); 42 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */ 44 signal (SIGTRAP, sigfpe_handler); 46 /* Linux/SPARC yields signal SIGILL. */ 48 signal (SIGILL, sigfpe_handler); 71 [Define if integer division by zero raises signal SIGFPE.])
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | csignal | 36 void (*signal(int sig, void (*func)(int)))(int); 44 #include <signal.h> 53 using ::signal;
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | signal.h | 26 # include_next <signal.h> 28 # include _STLP_NATIVE_C_HEADER(signal.h)
|
/ndk/sources/host-tools/make-3.81/ |
D | signame.c | 231 strsignal (int signal) in strsignal() argument 248 if (signal > 0 || signal < NSIG) in strsignal() 249 return (char *) sys_siglist[signal]; in strsignal() 251 sprintf (buf, "Signal %d", signal); in strsignal()
|
D | vmsjobs.c | 256 lib$signal(status); in tryToSetupYAst() 275 lib$signal(status); in tryToSetupYAst() 287 lib$signal(status); in tryToSetupYAst()
|
D | configh.dos | 24 /* Define if `sys_siglist' is declared by <signal.h>. */ 107 /* Define to 1 if `sys_siglist' is declared by <signal.h> or <unistd.h>. */
|
D | configure.in | 188 #include <signal.h> 285 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <signal.h>]], 292 [Define if <signal.h> defines the SA_RESTART constant.]) 427 echo " Without one of these, signal handling is unreliable."
|
D | config.ami | 79 by a signal. */ 144 /* Define as the return type of signal handlers (int or void). */ 173 /* Define if `sys_siglist' is declared by <signal.h>. */
|
D | config.h-vms | 98 by a signal. */ 168 /* Define as the return type of signal handlers (int or void). */ 194 /* Define if `sys_siglist' is declared by <signal.h>. */
|
D | make.h | 60 # define signal bsdsignal macro
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | execution_monitor.ipp | 154 # include <signal.h> 291 // ************** Sigaction based signal handling ************** // 318 siginfo_t* m_sig_info; // system signal detailed info 319 void* m_context; // signal context 333 "signal: generated by kill() (or family); uid=%d; pid=%d", 338 "signal: sent by sigqueue()" ); 342 "signal: the expiration of a timer set by timer_settimer()" ); 346 "signal: generated by the completion of an asynchronous I/O request" ); 350 … "signal: generated by the the arrival of a message on an empty message queue" ); 362 "signal: illegal opcode; address of failing instruction: 0x%08lx", [all …]
|
D | unit_test_parameters.ipp | 254 … cla::description = "Automatically starts debugger if system level error (signal) occurs") 309 cla::description = "Turns on/off usage of an alternative stack for signal handling")
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | csignal | 34 * Standard C++ Library wrapper around the C signal.h header file. 37 #include <signal.h> 44 using ::signal;
|
/ndk/sources/cxx-stl/system/include/ |
D | csignal | 34 * Standard C++ Library wrapper around the C signal.h header file. 37 #include <signal.h> 44 using ::signal;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _csignal.h | 33 using _STLP_VENDOR_CSTD::signal;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | signal_h.pass.cpp | 55 static_assert((std::is_same<decltype(signal(0, (func)0)), func>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/ |
D | csignal.pass.cpp | 55 static_assert((std::is_same<decltype(std::signal(0, (func)0)), func>::value), ""); in main()
|
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
D | sub_proc.c | 45 int signal; member 124 process_kill(HANDLE proc, int signal) in process_kill() argument 127 pproc->signal = signal; in process_kill() 128 return (TerminateProcess((HANDLE) pproc->pid, signal)); in process_kill() 196 return (((sub_process *)proc)->signal); in process_signal() 795 pproc->signal = SIGINT; in process_pipe_io() 893 pproc->signal = SIGINT; in process_file_io()
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_xml_output_unittest.py | 232 '%s was killed by signal %d' % (GTEST_PROGRAM_NAME, p.signal)) 255 '%s was killed by signal %d' % (gtest_prog_name, p.signal))
|
D | gtest_test_utils.py | 284 self.signal = -self._return_code
|
/ndk/sources/host-tools/make-3.81/w32/include/ |
D | sub_proc.h | 46 EXTERN_DECL(BOOL process_kill, (HANDLE proc, int signal));
|
/ndk/sources/host-tools/nawk-20071023/ |
D | main.c | 69 signal(SIGFPE, fpecatch); in main()
|
/ndk/docs/text/ |
D | NDK-STACK.text | 22 I/DEBUG ( 31): signal 11 (SIGSEGV), fault addr 0d9f00d8 41 signal 11 (SIGSEGV), fault addr 0d9f00d8
|
/ndk/sources/host-tools/make-3.81/po/ |
D | he.po | 1606 # It's no use to try to translate the signal names. 1608 msgid "unknown signal" 1609 msgstr "unknown signal" 1676 msgid "User defined signal 1" 1677 msgstr "User defined signal 1" 1680 msgid "User defined signal 2" 1681 msgstr "User defined signal 2" 1704 msgid "Stopped (signal)" 1705 msgstr "Stopped (signal)" 1752 msgid "Danger signal" [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
D | lit.cfg | 10 import signal 49 if exitCode == -signal.SIGINT:
|