HomeSort by relevance Sort by last modified time
    Searched full:signals (Results 201 - 225 of 1722) sorted by null

1 2 3 4 5 6 7 891011>>

  /system/extras/tests/bionic/libc/glibc/assert/
test-assert.c 4 * stdio and signals.
  /external/bison/lib/
signal.in.h 85 /* A set or mask of signals. */
110 /* Define SIGPIPE to a value that does not overlap with other signals. */
190 /* This code supports only 32 signals. */
249 /* Fill a signal set with all possible signals. */
261 /* Return the set of those blocked signals that are pending. */
268 /* If OLD_SET is not NULL, put the current set of blocked signals in *OLD_SET.
269 Then, if SET is not NULL, affect the current set of blocked signals by
  /system/core/logcat/tests/
logcat_test.cpp 374 int signals = 0; local
395 ++signals;
410 EXPECT_EQ(1, signals);
443 int signals = 0; local
465 ++signals;
481 EXPECT_EQ(1, signals);
552 int signals = 0; local
560 count = signals = 1;
582 ++signals;
597 EXPECT_EQ(1, signals);
    [all...]
  /external/chromium_org/ppapi/api/
ppb_video_decoder.idl 94 * |buffer|. The plugin should wait until the decoder signals completion by
134 * decoder signals completion by returning PP_OK or running |callback|. The
135 * plugin can call GetPicture() again after the decoder signals completion.
177 * the decoder signals completion by running |callback|. Just before
200 * the decoder other than RecyclePicture() until the decoder signals
  /external/chromium_org/ppapi/cpp/
video_decoder.h 84 /// |buffer|. The plugin should wait until the decoder signals completion by
118 /// decoder signals completion by returning PP_OK or running |callback|. The
119 /// plugin can call GetPicture() again after the decoder signals completion.
149 /// the decoder signals completion by running |callback|. Just before
166 /// the decoder other than RecyclePicture() until the decoder signals
  /external/lldb/test/unittest2/test/
test_break.py 22 unittest2.signals._results = weakref.WeakKeyDictionary()
23 unittest2.signals._interrupt_handler = None
37 self.assertTrue(unittest2.signals._interrupt_handler.called)
43 for ref in unittest2.signals._results:
148 self.assertIn(result, unittest2.signals._results)
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationInfo.java 143 * @throws ParseException which signals that an error has been reached
155 * @throws ParseException which signals that an error has been reached
167 * @throws ParseException which signals that an error has been reached
185 * @throws ParseException which signals that an error has been reached
199 * @throws ParseException which signals that an error has been reached
Event.java 66 * @throws ParseException which signals that an error has been reached
88 * @throws ParseException which signals that an error has been reached
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_break.py 27 unittest.signals._results = weakref.WeakKeyDictionary()
28 unittest.signals._interrupt_handler = None
42 self.assertTrue(unittest.signals._interrupt_handler.called)
48 for ref in unittest.signals._results:
161 self.assertIn(result, unittest.signals._results)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_break.py 27 unittest.signals._results = weakref.WeakKeyDictionary()
28 unittest.signals._interrupt_handler = None
42 self.assertTrue(unittest.signals._interrupt_handler.called)
48 for ref in unittest.signals._results:
161 self.assertIn(result, unittest.signals._results)
  /external/valgrind/main/coregrind/m_gdbserver/
signals.c 36 /* This table must match in order and size the signals in enum target_signal
37 in gdb/signals.h. */
42 } signals [] = variable in typeref:struct:__anon36263
211 && signals[sig].name != NULL)
212 return signals[sig].name;
233 if (signals[sig].name != NULL
234 && strcmp (name, signals[sig].name) == 0)
244 /* Convert host signal to our signals. */
725 /* This block of signals is continuous, and
734 /* This block of signals is continuous, an
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
signal.h 91 sigset_t sa_mask; /* Additional set of signals to be blocked */
123 #define SIG_BLOCK 1 /* set of signals to block */
124 #define SIG_UNBLOCK 2 /* set of signals to, well, unblock */
260 /* Real-Time Signals Range, P1003.1b-1993, p. 61
262 (which is a minimum of 8) signals.
272 /* svr4 specifics. different signals above 15, and sigaction. */
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 224 // This implementation relies on synchronous signals being delivered to the
235 static const int Signals[] =
237 static const unsigned NumSignals = sizeof(Signals) / sizeof(Signals[0]);
287 sigaction(Signals[i], &Handler, &PrevActions[i]);
301 sigaction(Signals[i], &PrevActions[i], nullptr);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 169 /* Now Construct low-pass and high-pass signals as combinations of polyphase components */
224 /* Now Construct low-pass and high-pass signals as combinations of polyphase components */
246 high-pass signals and creates a reconstructed fullband
259 high-pass signals.
302 high-pass signals and creates a reconstructed fullband
315 high-pass signals.
  /external/strace/
strace.1 44 strace \- trace system calls and signals
78 by a process and the signals which are received by a process.
93 since system calls and signals are events that happen at the user/kernel
109 Signals are printed as signal symbol and decoded siginfo structure.
197 Here the second argument is a bit-set of two signals, SIGCHLD and SIGTTOU.
204 Here the second argument represents the full set of all signals.
442 Trace only the specified subset of signals. The default is
448 causes SIGIO signals not to be traced.
479 When strace can be interrupted by signals (such as pressing ^C).
480 1: no signals are blocked; 2: fatal signals are blocked while decoding syscal
    [all...]
  /external/chromium_org/mojo/public/platform/native/
system_thunks.h 40 MojoHandleSignals signals,
43 const MojoHandleSignals* signals,
  /external/chromium_org/third_party/libjingle/source/talk/base/
sigslotrepeater.h 31 // repeaters are both signals and slots, which are designed as intermediate
32 // pass-throughs for signals and slots which don't know about each other (for
sigslottester.h.pump 35 // SigslotTester(s) are utility classes to check if signals owned by an
61 // - A1-A5 is the type of the argument i in the callback. Signals may and often
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
pubsubtasks.h 48 // node, parses the items in the response and signals the items.
63 // pubsub JID and node and then signals them items.
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
test_util.h 21 * Set to non-zero if test is only for real signals. This is just
75 /* True if test is for real signals */
  /external/chromium_org/third_party/webrtc/base/
sigslotrepeater.h 14 // repeaters are both signals and slots, which are designed as intermediate
15 // pass-throughs for signals and slots which don't know about each other (for
sigslottester.h.pump 18 // SigslotTester(s) are utility classes to check if signals owned by an
44 // - A1-A5 is the type of the argument i in the callback. Signals may and often
  /external/libpcap/
pcap_breakloop.3pcap 53 Note that if you are catching signals on UNIX systems that support
55 in the signal handler, you must specify, when catching those signals,
  /external/llvm/include/llvm/Support/
Signals.h 1 //===- llvm/Support/Signals.h - Signal Handling support ----------*- C++ -*-===//
11 // unix signals occurring while your program is running.
  /external/qemu/distrib/sdl-1.2.15/include/
SDL.h 66 #define SDL_INIT_NOPARACHUTE 0x00100000 /**< Don't catch fatal signals */
74 * signal handlers for some commonly ignored fatal signals (like SIGSEGV)

Completed in 824 milliseconds

1 2 3 4 5 6 7 891011>>