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

1 2 3 4 5 6 7 8 91011>>

  /external/lldb/test/expression_command/call-restarts/
Makefile 3 C_SOURCES := lotta-signals.c
  /external/chromium_org/mojo/system/
handle_signals_state.h 34 bool satisfies(MojoHandleSignals signals) const {
35 return !!(satisfied_signals & signals);
38 bool can_satisfy(MojoHandleSignals signals) const {
39 return !!(satisfiable_signals & signals);
simple_dispatcher.cc 29 MojoHandleSignals signals,
34 if (state.satisfies(signals))
36 if (!state.can_satisfy(signals))
39 waiter_list_.AddWaiter(waiter, signals, context);
waiter_list.h 36 void AddWaiter(Waiter* waiter, MojoHandleSignals signals, uint32_t context);
41 WaiterInfo(Waiter* waiter, MojoHandleSignals signals, uint32_t context)
42 : waiter(waiter), signals(signals), context(context) {}
45 MojoHandleSignals signals; member in struct:mojo::system::WaiterList::WaiterInfo
  /external/javassist/sample/evolve/
CannotCreateException.java 4 * Signals that VersionManager.newInstance() fails.
CannotUpdateException.java 4 * Signals that VersionManager.update() fails.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/
signal-defs.h 7 #define SIG_BLOCK 0 /* for blocking signals */
10 #define SIG_UNBLOCK 1 /* for unblocking signals */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
signal-defs.h 7 #define SIG_BLOCK 0 /* for blocking signals */
10 #define SIG_UNBLOCK 1 /* for unblocking signals */
  /frameworks/base/core/java/android/net/dhcp/
DhcpStateMachine.java 28 * Signals that an offer packet has been received with the specified
36 * Signals that a NAK packet has been received.
41 * Signals that the final ACK has been received from the server.
48 * Signals that a client's DISCOVER packet has been received with the
55 * Signals that a client's REQUEST packet has been received with the
63 * Signals that a client's INFORM packet has been received with the
70 * Signals that a client's DECLINE packet has been received with the
  /external/chromium_org/mojo/public/c/system/
functions.h 45 // Waits on the given handle until a signal indicated by |signals| is satisfied
49 // |MOJO_RESULT_OK| if some signal in |signals| was satisfied (or is already
54 // the signals being satisfied.
56 // signal in |signals| will ever be satisfied.
62 MojoHandleSignals signals,
66 // to satisfy a signal indicated by |signals[0]|, ..., |signals[num_handles-1]|,
71 // from |signals[i]|.
75 // handles satisfying any of its signals.
77 // |handle[i]| will ever satisfy any of the signals in |signals[i]|
    [all...]
  /external/kernel-headers/original/uapi/asm-generic/
signal-defs.h 7 #define SIG_BLOCK 0 /* for blocking signals */
10 #define SIG_UNBLOCK 1 /* for unblocking signals */
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
visit_each.hpp 1 // Boost.Signals library
8 // For more information, see http://www.boost.org/libs/signals
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
compare.h 17 /* SNR (in dB) for real component (for complex signals) */
20 /* SNR (in dB) for imaginary component (for complex signals) */
23 /* SNR (in dB) for real and complex component (for complex signals) */
28 * Compute the SNR between the |actual| and |expected| signals of
  /external/chromium_org/tools/idl_parser/test_parser/
extattr_ppapi.idl 11 This comment signals that a node of type <Type> is created with the
15 This comment signals that a error of <Error String> is generated. The error
19 This comment signals that a property has been set on the Node such that
28 This comment signals that a tree of nodes matching the BUILD comment
implements_web.idl 11 This comment signals that a node of type <Type> is created with the
15 This comment signals that a error of <Error String> is generated. The error
19 This comment signals that a property has been set on the Node such that
28 This comment signals that a tree of nodes matching the BUILD comment
inline_ppapi.idl 11 This comment signals that a node of type <Type> is created with the
15 This comment signals that a error of <Error String> is generated. The error
19 This comment signals that a property has been set on the Node such that
28 This comment signals that a tree of nodes matching the BUILD comment
label_ppapi.idl 11 This comment signals that a node of type <Type> is created with the
15 This comment signals that a error of <Error String> is generated. The error
19 This comment signals that a property has been set on the Node such that
28 This comment signals that a tree of nodes matching the BUILD comment
struct_ppapi.idl 11 This comment signals that a node of type <Type> is created with the
15 This comment signals that a error of <Error String> is generated. The error
19 This comment signals that a property has been set on the Node such that
28 This comment signals that a tree of nodes matching the BUILD comment
typedef_ppapi.idl 11 This comment signals that a node of type <Type> is created with the
15 This comment signals that a error of <Error String> is generated. The error
19 This comment signals that a property has been set on the Node such that
28 This comment signals that a tree of nodes matching the BUILD comment
  /external/bison/lib/
fatal-signal.h 27 Such signals are SIGHUP, SIGINT, SIGPIPE, SIGTERM, and possibly others.
30 Signals with a SIG_IGN handler are considered to be non-fatal. The
48 - Also, the cleanup function must not block the catchable fatal signals
52 whether during its execution the catchable fatal signals are blocked
57 /* Sometimes it is necessary to block the usually fatal signals while the
64 /* Temporarily delay the catchable fatal signals.
65 The signals will be blocked (= delayed) until the next call to
66 unblock_fatal_signals(). If the signals are already blocked, a further
70 /* Stop delaying the catchable fatal signals. */
  /external/chromium_org/chrome/common/
prerender_messages.h 53 // Signals to launcher that a prerender is running.
57 // Signals to launcher that a prerender is running.
61 // Signals to launcher that a prerender has had it's 'domcontentloaded' event.
65 // Signals to a launcher that a new alias has been added to a prerender.
69 // Signals to a launcher that a new alias has been added to a prerender.
73 // Signals to a launcher that a prerender is no longer running.
  /external/chromium_org/mojo/environment/
default_async_waiter_impl.cc 23 MojoHandleSignals signals,
29 watcher->Start(Handle(handle), signals, deadline, local
  /external/valgrind/main/gdbserver_tests/
mcsignopass.vgtest 1 # test the signal handling, when signals are *not* passed to the Valgrind guest.
5 # (i.e. SIGBUG, Test 3). Other tests will be succesful, because signals
  /external/bison/m4/
sig_atomic_t.m4 12 accessed atomically even in the presence of asynchronous signals.])],
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/github_file_system/
expected_list.json 26 "serial-control-signals/",

Completed in 624 milliseconds

1 2 3 4 5 6 7 8 91011>>