Searched refs:signal (Results 101 - 125 of 1027) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
H A Dmathjax_interface.js38 * given signal.
41 * @param {string} signal The Mathjax signal to fire the callback.
43 cvox.MathJaxInterface.prototype.registerSignal = function(callback, signal) { };
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_kill.c45 # include <signal.h>
53 * This function requests that a signal be delivered to the
55 * performed but no signal is actually sent such that this
60 * sig signal. Currently only a value of 0 is supported.
64 * This function requests that a signal be delivered to the
66 * performed but no signal is actually sent such that this
71 * EINVAL the value of the signal is invalid
73 * 0 the signal was successfully sent.
/external/chromium_org/third_party/WebKit/Source/platform/
H A DTaskSynchronizer.cpp66 m_synchronousCondition.signal();
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
H A Dos_misc.h42 # include <signal.h> /* for kill() */
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofile-handler.h39 * registering a callback. All registered callbacks must be async-signal-safe.
42 * SIGPROF signal.
49 #include <signal.h>
51 #include "conflict-signal.h"
65 * function will be called in the context of SIGPROF signal handler and must
66 * be async-signal-safe. The first three arguments are the values provided by
67 * the SIGPROF signal handler. We use void* to avoid using ucontext_t on
71 * - Callback must be async-signal-safe.
72 * - None of the functions in ProfileHandler are async-signal-safe. Therefore,
78 * - The SIGPROF signal handle
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofile-handler.h39 * registering a callback. All registered callbacks must be async-signal-safe.
42 * SIGPROF signal.
49 #include <signal.h>
51 #include "conflict-signal.h"
65 * function will be called in the context of SIGPROF signal handler and must
66 * be async-signal-safe. The first three arguments are the values provided by
67 * the SIGPROF signal handler. We use void* to avoid using ucontext_t on
71 * - Callback must be async-signal-safe.
72 * - None of the functions in ProfileHandler are async-signal-safe. Therefore,
78 * - The SIGPROF signal handle
[all...]
/external/compiler-rt/test/asan/TestCases/Android/
H A Dcoverage-android.cc41 #include <signal.h>
/external/e2fsprogs/lib/ss/
H A Dlist_rqs.c14 #include <signal.h>
45 func = signal(SIGINT, SIG_IGN);
49 (void) signal(SIGINT, func);
89 (void) signal(SIGINT, func);
H A Dlisten.c22 #include <signal.h>
44 signal(SIGINT, listen_int_handler);
67 sig_int = signal(SIGINT, listen_int_handler);
73 sig_cont = signal(SIGCONT, print_prompt);
89 (void) signal(SIGCONT, sig_cont);
99 (void) signal(SIGCONT, sig_cont);
123 (void) signal(SIGINT, sig_int);
/external/libedit/src/
H A Dsig.h43 #include <signal.h>
/external/libunwind/doc/
H A Dunw_is_signal_frame.tex8 \begin{Name}{3}{unw\_is\_signal\_frame}{David Mosberger-Tang}{Programming Library}{unw\_is\_signal\_frame}unw\_is\_signal\_frame -- check if current frame is a signal frame
20 if the current frame identified by \Var{cp} is a signal frame, and a
21 value of 0 otherwise. For the purpose of this discussion, a signal
24 frames are normally created by the kernel when delivering a signal.
25 In a kernel-environment, a signal frame might, for example, correspond
35 positive value if the current frame is a signal frame, or 0 if it is
42 from a signal handler.
48 whether or not the current frame is a signal frame.
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_misc.h42 # include <signal.h> /* for kill() */
/external/oprofile/daemon/
H A Doprofiled.h17 #include <signal.h>
49 /** global variable positioned by signal handler */
/external/valgrind/main/none/tests/x86/
H A Dbadseg.c3 #include <signal.h>
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dbrowserprocess.py7 import signal namespace
65 os.killpg(self.handle.pid, signal.SIGTERM)
68 os.killpg(self.handle.pid, signal.SIGKILL)
/external/lldb/tools/debugserver/source/
H A DTTYState.cpp17 #include <sys/signal.h>
68 // Save the original signal handler.
70 saved_sigttou_callback = (void (*)(int)) signal (SIGTTOU, SIG_IGN);
73 // Restore the original signal handler.
74 signal (SIGTTOU, saved_sigttou_callback);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestsem.c6 #include <signal.h>
74 signal(SIGTERM, killed);
75 signal(SIGINT, killed);
/external/valgrind/main/none/tests/
H A Dpending.c6 2. When unblocking the signal, the signal should have been delivered
9 #include <signal.h>
20 printf("4: got signal %s\n",
21 ( sig == SIGUSR1 ? "SIGUSR1" : "unexpected signal" ));
24 fprintf(stderr, "FAILED: got signal %d instead\n", sig);
29 fprintf(stderr, "FAILED: signal delivered early (in handler)\n");
47 signal(SIGUSR1, handler);
48 signal(SIGHUP, handler);
50 printf("1: sending signal\
[all...]
/external/chromium_org/sync/internal_api/public/base/
H A Dcancelation_signal_unittest.cc158 CancelationSignal signal; local
160 EXPECT_FALSE(signal.IsSignalled());
161 signal.Signal();
162 EXPECT_TRUE(signal.IsSignalled());
163 EXPECT_FALSE(signal.TryRegisterHandler(&observer));
166 // Send the cancelation signal before the task is started. This will ensure
175 // Send the cancelation signal after the task has started running. This tests
/external/chromium_org/third_party/android_testrunner/
H A Drun_command.py20 import signal namespace
103 preexec_fn=lambda: signal.signal(signal.SIGPIPE, signal.SIG_DFL))
/external/qemu/distrib/libsparse/src/
H A Dsimg_dump.py18 import getopt, posixpath, signal, struct, sys namespace
29 signal.signal(signal.SIGPIPE, signal.SIG_DFL)
/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dproxy_resolution_service_provider_unittest.cc12 // - ProxyResolutionServiceProvider will return the result as a signal.
13 // - Confirm that we receive the signal and check the contents of the signal.
31 // signal, to the following signal interface and the signal name.
77 // Connect to the signal that will be sent to kReturnSignalInterface and
79 // signal. OnSignalReceived() will be called upon the delivery.
95 // Called when a signal is received.
96 void OnSignalReceived(dbus::Signal* signal) { argument
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dtime_stretch.cc31 const int16_t* signal; local
35 signal = input;
38 // We want |signal| to be only the first channel of |input|, which is
43 signal = signal_array.get();
51 // Find maximum absolute value of input signal.
52 max_input_value_ = WebRtcSpl_MaxAbsValueW16(signal,
56 DspHelper::DownsampleTo4kHz(signal, signal_len, kDownsampledLen,
87 const int16_t* vec1 = &signal[fs_mult_120 - peak_index];
89 const int16_t* vec2 = &signal[fs_mult_120];
101 // Check if the signal seem
[all...]
H A Ddsp_helper.cc76 int DspHelper::RampSignal(int16_t* signal, argument
80 return RampSignal(signal, length, factor, increment, signal);
83 int DspHelper::RampSignal(AudioMultiVector* signal, argument
88 assert(start_index + length <= signal->Size());
89 if (start_index + length > signal->Size()) {
95 for (size_t channel = 0; channel < signal->Channels(); ++channel) {
97 RampSignal(&(*signal)[channel][start_index], length, factor, increment);
111 // available; worst case it gets a zero on the high end of the signal.
238 int DspHelper::MinDistortion(const int16_t* signal, in argument
287 MuteSignal(int16_t* signal, int16_t mute_slope, size_t length) argument
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dsigslottester.h25 // (i.e. address of variables) where the arguments from the signal callback
29 // /* Some signal */
32 // /* We want to monitor foo in some test. Note how signal argument is
56 SigslotTester1(sigslot::signal1<A1>* signal, argument
60 signal->connect(this, &SigslotTester1::OnSignalCallback);
80 SigslotTester2(sigslot::signal2<A1, A2>* signal, argument
84 signal->connect(this, &SigslotTester2::OnSignalCallback);
106 SigslotTester3(sigslot::signal3<A1, A2, A3>* signal, argument
110 signal->connect(this, &SigslotTester3::OnSignalCallback);
135 SigslotTester4(sigslot::signal4<A1, A2, A3, A4>* signal, argument
167 SigslotTester5(sigslot::signal5<A1, A2, A3, A4, A5>* signal, C1* capture1, C2* capture2, C3* capture3, C4* capture4, C5* capture5) argument
[all...]

Completed in 823 milliseconds

1234567891011>>