Searched refs:signal (Results 176 - 200 of 1027) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libjpeg_turbo/
H A Dcdjpeg.c15 #include <signal.h> /* to declare signal() */
51 signal(SIGINT, signal_catcher);
54 signal(SIGTERM, signal_catcher);
/external/chromium_org/tools/android/forwarder2/
H A Ddevice_forwarder_main.cc5 #include <signal.h>
27 // Leaky global instance, accessed from the signal handler.
74 signal(SIGTERM, KillHandler);
75 signal(SIGINT, KillHandler);
/external/jpeg/
H A Dcdjpeg.c15 #include <signal.h> /* to declare signal() */
51 signal(SIGINT, signal_catcher);
54 signal(SIGTERM, signal_catcher);
/external/libunwind/tests/
H A DGtest-resume-sig.c24 /* Verify that unw_resume() restores the signal mask at proper time. */
33 #include <signal.h>
89 printf ("got signal %d\n", sig);
101 signal (SIGUSR1, SIG_IGN);
106 /* unw_getcontext() doesn't save signal mask to avoid a syscall */
112 if ((ret = unw_step (&c)) < 0) /* step to signal trampoline */
133 signal (SIGUSR2, SIG_IGN);
136 panic ("Got unexpected signal %d\n", sig);
165 signal handler need to use the FPU for any reason. This seems to
H A Dtest-async-sig.c24 /* Check whether basic unwinding truly is async-signal safe. */
32 #include <signal.h>
57 is responsible for preventing recursion via signal handlers.
134 sighandler (int signal) argument
137 printf ("sighandler(signal=%d, count=%d)\n", signal, sigcount);
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Ddenoising_neon.c50 MACROBLOCK *signal, unsigned int motion_magnitude,
65 unsigned char *sig = signal->thismb;
112 /* Calculate positive and negative adjustments. Apply them to the signal
165 signal->thismb, sig_stride);
48 vp8_denoiser_filter_neon(YV12_BUFFER_CONFIG *mc_running_avg, YV12_BUFFER_CONFIG *running_avg, MACROBLOCK *signal, unsigned int motion_magnitude, int y_offset, int uv_offset) argument
/external/qemu/distrib/jpeg-6b/
H A Dcdjpeg.c15 #include <signal.h> /* to declare signal() */
51 signal(SIGINT, signal_catcher);
54 signal(SIGTERM, signal_catcher);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp77 QString ssid, bssid, freq, signal, flags; local
91 signal = (*it).mid(pos);
103 item->setText(3, signal);
/external/chromium_org/build/
H A Dprecompile.h78 #include <signal.h>
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/testing/
H A Dmathjax.js42 callback, signal) { };
/external/chromium_org/chromeos/dbus/
H A Dnfc_property_set.h20 // get all properties, connect to the correct signal and parse it correctly.
43 virtual void ChangedReceived(dbus::Signal* signal) OVERRIDE;
H A Dshill_ipconfig_client_unittest.cc38 // Run the message loop to run the signal connection result callback.
51 // Create a signal.
53 dbus::Signal signal(shill::kFlimflamIPConfigInterface,
55 dbus::MessageWriter writer(&signal);
69 // Run the signal callback.
70 SendPropertyChangedSignal(&signal);
79 // Run the signal callback again and make sure the observer isn't called.
80 SendPropertyChangedSignal(&signal);
/external/chromium_org/dbus/
H A Dobject_manager.h101 // in your properties, either as a result of a signal from the Properties
260 // Called when a PropertiesChanged signal is received from the sender.
262 // properties based on the received signal. Called from HandleMessage.
264 Signal* signal);
266 Signal* signal);
271 // Called by dbus:: when an InterfacesAdded signal is received and initially
273 void InterfacesAddedReceived(Signal* signal);
278 // Called by dbus:: when an InterfacesRemoved signal is received and
280 void InterfacesRemovedReceived(Signal* signal);
288 // GetManagedObjects() method return and the InterfacesAdded() signal
[all...]
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_detach.c46 # include <signal.h>
H A Dpthread_join.c46 # include <signal.h>
/external/chromium_org/sandbox/linux/services/
H A Dandroid_mips_ucontext.h12 #include <asm/signal.h>
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DWorkerLoaderClientBridgeSyncHelper.cpp111 m_event->signal();
119 m_event->signal();
127 m_event->signal();
135 m_event->signal();
/external/chromium_org/third_party/skia/experimental/webtry/
H A Dseccomp_bpf.h24 #include <signal.h>
/external/chromium_org/third_party/skia/src/utils/
H A DSkCondVar.cpp54 void SkCondVar::signal() { function in class:SkCondVar
/external/chromium_org/third_party/webrtc/base/
H A Dcommon.cc11 #include <signal.h>
/external/chromium_org/tools/accessibility/nvda/
H A Dnvda_chrome_tests.py28 import signal namespace
72 signal.signal(signal.SIGINT, handler)
/external/compiler-rt/test/tsan/
H A Dsignal_errno.cc5 #include <signal.h>
45 // CHECK: WARNING: ThreadSanitizer: signal handler spoils errno
48 // CHECK: SUMMARY: ThreadSanitizer: signal handler spoils errno{{.*}}MyHandler
/external/libcxx/test/language.support/support.runtime/
H A Dcsignal.pass.cpp55 static_assert((std::is_same<decltype(std::signal(0, (func)0)), func>::value), "");
/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc_Common.h36 #include <signal.h>
/external/libpng/arm/
H A Darm_init.c42 #include <signal.h> /* for sig_atomic_t */

Completed in 775 milliseconds

1234567891011>>