Searched refs:signal (Results 151 - 175 of 1027) sorted by relevance

1234567891011>>

/external/valgrind/main/none/tests/s390x/
H A Dex_clone.c2 #include <signal.h>
/external/valgrind/main/none/tests/
H A Dsigstackgrowth.c1 #include <signal.h>
7 /* What does this test do? It checks that valgrind's signal frame
8 building mechanism can create at least 4MB of signal delivery
12 It does this by getting into the signal handler, and then
13 recursively invoking the handler by sending itself the signal
19 wait till the handler exits before delivering the next signal, the
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dincludes.h25 #include <signal.h>
/external/wpa_supplicant_8/src/utils/
H A Dincludes.h25 #include <signal.h>
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dincludes.h25 #include <signal.h>
/external/chromium_org/dbus/
H A Dobject_manager.cc214 "type='signal', sender='%s', interface='%s', member='%s'",
265 scoped_ptr<Signal> signal(
268 const std::string interface = signal->GetInterface();
269 const std::string member = signal->GetMember();
273 // Only handle the PropertiesChanged signal.
281 VLOG(1) << "Signal received: " << signal->ToString();
283 // Make sure that the signal originated from the correct sender.
284 std::string sender = signal->GetSender();
291 const ObjectPath path = signal->GetPath();
295 // |signal| t
314 NotifyPropertiesChanged( const dbus::ObjectPath object_path, Signal* signal) argument
328 NotifyPropertiesChangedHelper( const dbus::ObjectPath object_path, Signal* signal) argument
370 InterfacesAddedReceived(Signal* signal) argument
391 InterfacesRemovedReceived(Signal* signal) argument
[all...]
H A Dobject_proxy.cc33 // The path of D-Bus Object sending NameOwnerChanged signal.
393 "type='signal',interface='org.freedesktop.DBus',"
404 // that's the case, we'll get the name owner via NameOwnerChanged signal,
422 // Add a match rule so the signal goes through HandleMessage().
424 base::StringPrintf("type='signal', interface='%s', path='%s'",
435 if (!ConnectToNameOwnerChangedSignal()) { // Failed to connect to the signal.
465 scoped_ptr<Signal> signal(
468 // Verify the signal comes from the object we're proxying for, this is
471 const ObjectPath path = signal->GetPath();
474 signal
528 RunMethod(base::TimeTicks start_time, std::vector<SignalCallback> signal_callbacks, Signal* signal) argument
655 HandleNameOwnerChanged( scoped_ptr<Signal> signal) argument
[all...]
/external/llvm/utils/Misc/
H A Dzkill124 import signal namespace
126 value = getattr(signal, name)
129 error('unknown signal: %r' % name)
131 import signal namespace
133 for name in dir(signal):
135 kSignals[name[3:]] = getattr(signal, name)
145 help="Name of the signal to use (default=%default)",
149 help="List known signal names",
212 # Figure out the signal to use.
213 signal
[all...]
/external/chromium_org/build/android/pylib/utils/
H A Demulator.py13 import signal namespace
216 _SIGNALS = (signal.SIGINT, signal.SIGHUP)
437 signal.signal(sig, signal.SIG_DFL)
444 signal.signal(sig, self._ShutdownOnSignal)
/external/chromium_org/chrome/common/
H A Dservice_process_util_posix.h10 #include <signal.h>
65 void SignalReady(base::WaitableEvent* signal, bool* success);
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dgcp20_device.cc5 #include <signal.h>
65 signal(SIGINT, OnAbort); // Handle Ctrl+C signal.
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Ddie.cc8 #include <signal.h>
30 // We have no idea what our run-time environment looks like. So, signal
33 // succeeded in doing so. Nonetheless, triggering a fatal signal could help
35 signal(SIGSEGV, SIG_DFL);
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dwebkit-patch37 import signal namespace
86 sys.exit(signal.SIGINT + 128)
/external/chromium_org/third_party/libevent/test/
H A Dtest-weof.c25 #include <signal.h>
65 if (signal(SIGPIPE, SIG_IGN) == SIG_ERR)
/external/libnl/tests/
H A Dtest-cache-mngr.c2 #include <signal.h>
36 signal(SIGINT, sigint);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsigchain.c16 die("BUG: signal out of range: %d", sig);
25 s->old[s->n] = signal(sig, f);
39 if (signal(sig, s->old[s->n - 1]) == SIG_ERR)
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtesthread.c6 #include <signal.h>
72 signal(SIGTERM, killed);
H A Dtorturethread.c6 #include <signal.h>
43 printf("Thread '%d' waiting for signal\n", tid);
70 signal(SIGSEGV, SIG_DFL);
/external/strace/test/
H A Dwait_must_be_interruptible.c3 #include <signal.h>
10 * Parent got signal
18 static const char msg2[] = "Parent got signal\n";
28 /* Note: in Linux, signal() installs handler with SA_RESTART flag,
31 signal(SIGALRM, handler);
/external/chromium_org/build/android/pylib/
H A Dcmd_helper.py11 import signal namespace
27 preexec_fn=lambda: signal.signal(signal.SIGPIPE, signal.SIG_DFL))
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DAssertions.cpp47 #include <signal.h>
320 signal(SIGILL, handler); // 4: illegal instruction (not reset when caught).
321 signal(SIGTRAP, handler); // 5: trace trap (not reset when caught).
322 signal(SIGFPE, handler); // 8: floating point exception.
323 signal(SIGBUS, handler); // 10: bus error.
324 signal(SIGSEGV, handler); // 11: segmentation violation.
325 signal(SIGSYS, handler); // 12: bad argument to system call.
326 signal(SIGPIPE, handler); // 13: write on a pipe with no reader.
327 signal(SIGXCPU, handler); // 24: exceeded CPU time limit.
328 signal(SIGXFS
[all...]
/external/flac/libFLAC/
H A Dmd5.c275 * Convert the incoming audio signal to a byte stream
277 static void format_input_(FLAC__byte *buf, const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample) argument
287 memcpy(buf_, signal[0], sizeof(FLAC__int32) * samples);
289 *buf1_ = (FLAC__int16)signal[1][sample];
294 *buf1_++ = (FLAC__int16)signal[0][sample];
301 a_word = signal[0][sample];
304 a_word = signal[1][sample];
311 a_word = signal[0][sample];
319 a_word = signal[channel][sample];
329 a_word = signal[
398 FLAC__MD5Accumulate(FLAC__MD5Context *ctx, const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample) argument
[all...]
/external/chromium_org/chromeos/dbus/
H A Dcras_audio_client.cc182 // Monitor NameOwnerChanged signal.
187 // Monitor the D-Bus signal for output mute change.
196 // Monitor the D-Bus signal for input mute change.
205 // Monitor the D-Bus signal for nodes change.
214 // Monitor the D-Bus signal for active output node change.
223 // Monitor the D-Bus signal for active input node change.
234 // Called when the cras signal is initially connected.
239 << "Failed to connect to cras signal:" << signal_name;
247 // Called when a OutputMuteChanged signal is received.
248 void OutputMuteChangedReceived(dbus::Signal* signal) { argument
261 InputMuteChangedReceived(dbus::Signal* signal) argument
271 NodesChangedReceived(dbus::Signal* signal) argument
275 ActiveOutputNodeChangedReceived(dbus::Signal* signal) argument
285 ActiveInputNodeChangedReceived(dbus::Signal* signal) argument
[all...]
H A Dsystem_clock_client.cc64 // Monitor the D-Bus signal for TimeUpdated changes.
75 // Called when a TimeUpdated signal is received.
76 void TimeUpdatedReceived(dbus::Signal* signal) { argument
77 VLOG(1) << "TimeUpdated signal received: " << signal->ToString();
78 dbus::MessageReader reader(signal);
85 // Called when the TimeUpdated signal is initially connected.
90 << "Failed to connect to TimeUpdated signal.";
/external/chromium_org/sandbox/linux/services/
H A Dscoped_process_unittest.cc33 void RaiseAndExit(int signal) { argument
34 PCHECK(0 == raise(signal));
58 PCHECK(SIG_ERR != signal(SIGABRT, SIG_DFL));

Completed in 4643 milliseconds

1234567891011>>