Searched refs:signal (Results 376 - 400 of 1027) sorted by relevance

<<11121314151617181920>>

/external/valgrind/main/memcheck/tests/
H A Dbadjump.stderr.exp8 Process terminating with default action of signal 11 (SIGSEGV)
/external/valgrind/main/none/tests/mips32/
H A Dround_fpu64.c3 #include <signal.h>
193 signal(SIGILL, handler);
/external/valgrind/main/none/tests/s390x/
H A Dop_exception.stderr.exp13 Either way, Valgrind will now raise a SIGILL signal which will
26 Either way, Valgrind will now raise a SIGILL signal which will
39 Either way, Valgrind will now raise a SIGILL signal which will
52 Either way, Valgrind will now raise a SIGILL signal which will
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwpas-dbus-new.py67 signal = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'Signal',
76 print " %s :: ssid='%s' wpa=%s wpa2=%s signal=%d rate=%d freq=%d" % (bssid, ssid, wpa, wpa2, signal, maxrate, freq)
/external/bluetooth/bluedroid/test/suite/support/
H A Dhal.c19 #include <signal.h>
/external/chromium_org/base/process/
H A Dkill_mac.cc7 #include <signal.h>
153 // a signal. This is safe even if it's freshly dead, because it will be a
155 // signal is not delivered to a live process.
/external/chromium_org/build/android/buildbot/
H A Dbb_device_status_check.py14 import signal namespace
258 for sig in [signal.SIGTERM, signal.SIGQUIT, signal.SIGKILL]:
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_gatt_characteristic_client.cc215 // Connect the "ValueUpdated" signal.
253 // result of a signal or response to a GetAll() or Get() call. Informs
264 // Called by dbus:: when a "ValueUpdated" signal is received.
266 dbus::Signal* signal) {
267 DCHECK(signal);
270 dbus::MessageReader reader(signal);
272 LOG(WARNING) << "ValueUpdated signal has incorrect parameters: "
273 << signal->ToString();
286 // Called by dbus:: when the "ValueUpdated" signal is initially connected.
290 LOG_IF(WARNING, !success) << "Failed to connect to the ValueUpdated signal";
265 ValueUpdatedReceived(const dbus::ObjectPath& object_path, dbus::Signal* signal) argument
[all...]
H A Dgsm_sms_client_unittest.cc169 // The SmsReceived signal handler given by the tested client.
205 // Run the message loop to run the signal connection result callback.
208 // Send signal.
209 dbus::Signal signal(modemmanager::kModemManagerSMSInterface,
211 dbus::MessageWriter writer(&signal);
215 sms_received_callback_.Run(&signal);
218 // Send signal again.
219 sms_received_callback_.Run(&signal);
H A Dshill_service_client_unittest.cc38 // Run the message loop to run the signal connection result callback.
52 // Create a signal.
53 dbus::Signal signal(shill::kFlimflamServiceInterface,
55 dbus::MessageWriter writer(&signal);
72 // Run the signal callback.
73 SendPropertyChangedSignal(&signal);
82 // Run the signal callback again and make sure the observer isn't called.
83 SendPropertyChangedSignal(&signal);
/external/chromium_org/media/tools/player_x11/
H A Dplayer_x11.cc5 #include <signal.h>
170 void TerminateHandler(int signal) { argument
178 // interrupt signal was received during last time period.
266 // Install the signal handler.
267 signal(SIGTERM, &TerminateHandler);
268 signal(SIGINT, &TerminateHandler);
/external/chromium_org/sandbox/linux/services/
H A Dscoped_process.cc8 #include <signal.h>
/external/chromium_org/sync/engine/
H A Dsyncer_proto_util_unittest.cc255 DummyConnectionManager(CancelationSignal* signal) argument
256 : ServerConnectionManager("unused", 0, false, signal),
291 CancelationSignal signal; local
292 DummyConnectionManager dcm(&signal);
/external/chromium_org/third_party/skia/src/utils/
H A DSkThreadUtils_pthread.cpp14 #include <signal.h>
61 // Wait for start signal
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dbackground_noise.h39 // Updates the parameter estimates based on the signal currently in the
114 int32_t CalculateAutoCorrelation(const int16_t* signal,
/external/clang/test/Parser/
H A Ddeclarators.c13 void (*signal(int, void (*)(int)))(int);
/external/libunwind/doc/
H A Dunw_getcontext.tex38 performance and does not, for example, save the signal mask.
48 from a signal handler.
/external/libunwind/tests/
H A DGtest-bt.c36 #include <signal.h>
52 * cause the signal stack to overflow */
167 sighandler (int signal, void *siginfo UNUSED, void *context) argument
176 printf ("sighandler: got signal %d, sp=%p", signal, &sp);
228 printf ("\nBacktrace across signal handler:\n");
232 printf ("\nBacktrace across signal handler on alternate stack:\n");
256 signal (SIGTERM, SIG_DFL);
H A DGtest-trace.c35 #include <signal.h>
51 * cause the signal stack to overflow */
179 sighandler (int signal, void *siginfo UNUSED, void *context) argument
188 printf ("sighandler: got signal %d, sp=%p", signal, &sp);
242 printf ("\nBacktrace across signal handler:\n");
246 printf ("\nBacktrace across signal handler on alternate stack:\n");
271 signal (SIGTERM, SIG_DFL);
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dsched-pipe.c22 #include <signal.h>
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dsw-clock.c3 #include <signal.h>
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachException.h106 kern_return_t Reply (MachProcess *process, int signal);
119 e_actionForward, // Forward signal to inferior process
120 e_actionStop, // Stop when this signal is received
/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dtrace.c29 #include <signal.h>
/external/ltrace/sysdeps/linux-gnu/sparc/
H A Dtrace.c27 #include <signal.h>
/external/openssl/crypto/des/
H A Dread_pwd.c89 #include <signal.h>
439 savsig[i]=signal(i,recsig);
444 signal(SIGWINCH,SIG_DFL);
465 signal(i,savsig[i]);

Completed in 617 milliseconds

<<11121314151617181920>>