/external/bison/linux-lib/ |
signal.h | 2 /* A GNU-like <signal.h>. 28 <signal.h> -> <ucontext.h> -> <signal.h>. 32 <csignal> -> </usr/include/signal.h> -> <sys/ucontext.h> -> <signal.h>. 36 # include_next <signal.h> 46 Also, mingw defines sigset_t not in <signal.h>, but in <sys/types.h>. 47 On Solaris 10, <signal.h> includes <sys/types.h>, which eventually includes 52 #include_next <signal.h> 60 pthread_sigmask in <pthread.h>, not in <signal.h> 610 # define signal macro 620 _GL_CXXALIASWARN (signal); variable [all...] |
/external/chromium_org/base/process/ |
process_util_unittest.cc | 41 #include <signal.h> 214 // signal handler. 224 // Have to disable to signal handler for segv so we can get a crash 226 ::signal(SIGSEGV, SIG_DFL); 266 int signal = WTERMSIG(exit_code); local 267 EXPECT_EQ(SIGSEGV, signal); 271 // Reset signal handlers back to "normal". 313 int signal = WTERMSIG(exit_code); local 314 EXPECT_EQ(SIGKILL, signal); 413 event.Signal(); [all...] |
/external/chromium_org/jingle/glue/ |
chrome_async_socket_unittest.cc | 191 enum Signal { 199 // Helper struct that records the state at the time of a signal. 203 : signal(SIGNAL_ERROR), 209 Signal signal, 213 : signal(signal), 220 (signal == other.signal) && 227 Signal signal 243 Signal signal; member in struct:jingle_glue::__anon8596::ChromeAsyncSocketTest::SignalSocketState [all...] |
/external/chromium_org/remoting/tools/ |
me2me_virtual_host.py | 24 import signal namespace 434 # Have the host process use SIGUSR1 to signal a successful start. 443 signal.signal(signal.SIGUSR1, sigusr1_handler) 444 args.append("--signal-parent") 620 # This signal will cause the read loop below to stop with an EINTR IOError. 626 signal.signal(signal.SIGINT, sigint_handler [all...] |
/external/chromium_org/sandbox/win/wow_helper/ |
service64_resolver.cc | 141 void* signal = ::GetProcAddress(ntdll, "NtSignalAndWaitForSingleObject"); local 142 if (!signal) 146 reinterpret_cast<NtSignalAndWaitForSingleObjectFunction>(signal);
|
/external/chromium_org/third_party/pexpect/ |
pexpect.py | 82 import signal namespace 384 close() method. The exit or signal status of the child will be stored 387 be None. If the child was terminated abnormally with a signal then 388 signalstatus will store the signal value and exitstatus will be None. 591 signal.signal(signal.SIGHUP, signal.SIG_IGN) [all...] |
/external/guava/guava/src/com/google/common/util/concurrent/ |
Monitor.java | 45 * (no "hangs" due to incorrect use of {@link java.util.concurrent.locks.Condition#signal 46 * Condition.signal}). 119 * allows us to use {@code signal()} instead of {@code signalAll()}, which may be a performance 136 * valueAbsent.signal(); 150 * valuePresent.signal(); 790 guard.condition.signal();
|
/frameworks/base/services/java/com/android/server/am/ |
NativeCrashListener.java | 67 NativeCrashReporter(ProcessRecord app, int signal, String report) { 70 mSignal = signal; 208 // first, the pid and signal number 217 int signal = unpackInt(buf, 4); local 219 Slog.v(TAG, "Read pid=" + pid + " signal=" + signal); 272 (new NativeCrashReporter(pr, signal, reportString)).start();
|
/ndk/sources/host-tools/make-3.81/ |
make.h | 58 /* This must happen before #include <signal.h> so 60 # define signal bsdsignal macro 70 #include <signal.h>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
subprocess.py | 212 child was terminated by signal N (UNIX only). 263 print >>sys.stderr, "Child was terminated by signal", -retcode 398 import signal namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
subprocess.py | 212 child was terminated by signal N (UNIX only). 263 print >>sys.stderr, "Child was terminated by signal", -retcode 398 import signal namespace [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaPlayerTestBase.java | 45 public synchronized void signal() { method in class:MediaPlayerTestBase.Monitor 230 mOnVideoSizeChangedCalled.signal(); 250 mOnVideoRenderingStartCalled.signal();
|
/development/ndk/sources/android/libportable/arch-mips/ |
signal.c | 21 #include <signal.h> 59 * functions, like waitpid(), which need to map signal numbers. 221 * Maps a signal number from portable to native. 326 * Mapping lower 32 Real Time signals to identical Native signal numbers. 338 * User could be LTP testing with bogus signal numbers, 341 * If the signal is just outside the PORTABLE range 342 * we use a signal just outside the Native/MIPS range. 364 * Maps a signal number from native to portable. 470 * Mapping lower 32 Real Time signals to identical Portable signal numbers. 479 * Mapping upper 63 Native Real Time signals to the last Portable signal number 746 sighandler_portable_t WRAP(signal)(int portable_signum, sighandler_portable_t handler) function [all...] |
/external/chromium/base/ |
process_util_unittest.cc | 31 #include <signal.h> 162 // signal handler. 171 // Have to disable to signal handler for segv so we can get a crash 173 ::signal(SIGSEGV, SIG_DFL); 203 int signal = WTERMSIG(exit_code); local 204 EXPECT_EQ(SIGSEGV, signal); 208 // Reset signal handlers back to "normal". 248 int signal = WTERMSIG(exit_code); local 249 EXPECT_EQ(SIGKILL, signal);
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
ninja.py | 11 import signal namespace [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/ |
input.py | 20 import signal namespace 459 signal.signal(signal.SIGINT, signal.SIG_IGN) 798 # it to None to signal to subprocess.Popen that it should run the [all...] |
/external/qemu/hw/ |
goldfish_nand.c | 88 /* threshold reach, send a signal to an external process */ 89 T( "%s: sending signal %d to pid %d !", 90 __FUNCTION__, t->signal, t->pid ); 92 kill( t->pid, t->signal ); 894 int pid = -1, signal = -1; local 921 else if ( !memcmp(item, "signal=", 7) ) { 922 signal = strtol(item+7,&end, 10); 924 derror( "bad parameter: expecting signal=<number>, got '%s'", 928 if (signal <= 0) { 929 derror( "bad parameter: signal number must be > 0" ) [all...] |
/frameworks/base/core/java/android/content/ |
ContentProviderNative.java | 228 ICancellationSignal signal = ICancellationSignal.Stub.asInterface( local 232 fd = openFile(callingPkg, url, mode, signal); 250 ICancellationSignal signal = ICancellationSignal.Stub.asInterface( local 254 fd = openAssetFile(callingPkg, url, mode, signal); 301 ICancellationSignal signal = ICancellationSignal.Stub.asInterface( local 305 fd = openTypedAssetFile(callingPkg, url, mimeType, opts, signal); 571 String callingPkg, Uri url, String mode, ICancellationSignal signal) 581 data.writeStrongBinder(signal != null ? signal.asBinder() : null); 597 String callingPkg, Uri url, String mode, ICancellationSignal signal) [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
PriorityBlockingQueue.java | 454 notEmpty.signal();
|
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
sub_proc.c | 21 #include <signal.h> 45 int signal; member in struct:sub_process_t 124 process_kill(HANDLE proc, int signal) 127 pproc->signal = signal; 128 return (TerminateProcess((HANDLE) pproc->pid, signal)); 196 return (((sub_process *)proc)->signal); 795 pproc->signal = SIGINT; 893 pproc->signal = SIGINT;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
user.h | 87 long int signal; member in struct:user 158 long int signal; member in struct:user
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
user.h | 87 long int signal; member in struct:user 158 long int signal; member in struct:user
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
user.h | 87 long int signal; member in struct:user 158 long int signal; member in struct:user
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_file2k.py | 6 import signal namespace 614 Also validates that Python signal handlers are run during the read. 618 before sending it a signal, confirming the signal was handled, 639 'import os, signal, sys ;' 640 'signal.signal(' 641 'signal.SIGINT, lambda s, f: sys.stderr.write("$\\n")) ;' 650 # Wait for the signal handler to be installed. 661 # loop waits for a bit before sending the first signal to increas [all...] |
test_os.py | 10 import signal namespace 749 # is started and running at a point where it could handle a signal. 793 self._kill(signal.SIGTERM) 819 # Allow time for the signal to be passed and the process to exit. 822 # Forcefully kill the process if we weren't able to signal it. 823 os.kill(proc.pid, signal.SIGINT) 843 self._kill_with_event(signal.CTRL_C_EVENT, "CTRL_C_EVENT") 846 self._kill_with_event(signal.CTRL_BREAK_EVENT, "CTRL_BREAK_EVENT") [all...] |