HomeSort by relevance Sort by last modified time
    Searched full:signals (Results 76 - 100 of 514) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/apache-http/src/org/apache/http/
NoHttpResponseException.java 38 * Signals that the target server failed to respond with a valid HTTP response.
  /external/apache-http/src/org/apache/http/client/
ClientProtocolException.java 36 * Signals an error in the HTTP protocol.
HttpResponseException.java 34 * Signals a non 2xx HTTP response.
NonRepeatableRequestException.java 36 * Signals failure to retry the request due to non-repeatable request
  /external/bluetooth/bluez/cups/
spp.c 83 /* Ignore SIGTERM signals if printing from stdin */
  /external/bluetooth/bluez/doc/
network-api.txt 37 Signals PropertyChanged(string name, variant value)
  /external/bluetooth/glib/gio/
gmountoperation.h 61 /* signals: */
gcancellable.c 68 static guint signals[LAST_SIGNAL] = { 0 }; variable
164 signals[CANCELLED] =
482 g_signal_emit (cancellable, signals[CANCELLED], 0);
gfilenamecompleter.c 51 static guint signals[LAST_SIGNAL] = { 0 }; variable
107 signals[GOT_COMPLETION_DATA] = g_signal_new (I_("got-completion-data"),
257 g_signal_emit (data->completer, signals[GOT_COMPLETION_DATA], 0);
  /external/dbus/bus/
signals.h 2 /* signals.h Bus signal connection implementation
  /external/ipsec-tools/src/racoon/
session.c 316 static int signals[] = { variable
334 /* Do not just set it to 1, because we may miss some signals by just setting
553 for (i = 0; signals[i] != 0; i++)
554 if (set_signal(signals[i], signal_handler) < 0) {
  /external/qemu/distrib/sdl-1.2.12/src/thread/irix/
SDL_systhread.c 57 /* Mask asynchronous signals for this thread */
  /external/skia/src/core/
SkPixelRef.cpp 74 // this signals us to recompute this next time around
  /external/webkit/WebCore/platform/network/qt/
QNetworkReplyHandler.h 57 signals:
  /external/bluetooth/glib/docs/reference/gobject/
gobject-sections.txt 699 <TITLE>Signals</TITLE>
700 <FILE>signals</FILE>
tut_tools.xml 108 * Stops emission of "child-notify" signals on @widget. The signals are
tut_howto.xml 845 to register the interface's signals if there are any (we will see a bit
863 /* add properties and signals to the interface here */
    [all...]
  /external/elfutils/libebl/
i386_corenote.c 38 unsigned long int pr_sigpend; /* Set of pending signals. */
39 unsigned long int pr_sighold; /* Set of held signals. */
  /external/iproute2/doc/
arpd.sgml 74 <p> Signals
79 to <tt/syslog/. Effect of another signals is undefined, they may corrupt
  /external/iproute2/man/man8/
arpd.8 45 Signals
47 arpd exits gracefully syncing database and restoring adjusted sysctl parameters, when receives SIGINT or SIGTERM. SIGHUP syncs database to disk. SIGUSR1 sends some statistics to syslog. Effect of another signals is undefined, they may corrupt database and leave sysctl praameters in an unpredictable state.
  /external/kernel-headers/original/linux/
if.h 50 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */
51 #define IFF_DORMANT 0x20000 /* driver signals dormant */
signal.h 12 * Real Time signals may be queued.
179 /* Some extensions for manipulating the low 32 signals in particular. */
  /external/strace/
strace.1 42 strace \- trace system calls and signals
112 by a process and the signals which are received by a process.
127 since system calls and signals are events that happen at the user/kernel
143 Signals are printed as a signal symbol and a signal string.
209 Here the second argument is a bit-set of two signals, SIGCHLD and SIGTTOU.
216 Here the second argument represents the full set of all signals.
421 Trace only the specified subset of signals. The default is
427 causes SIGIO signals not to be traced.
  /external/opencore/codecs_v2/audio/aac/dec/src/
long_term_prediction.cpp 73 signals of previous frames.
85 predicted time domain signals.
103 domain signals
117 signals of current frame from previous reconstructed frames stored in
124 where y(n) ----- predicted time domain signals
125 x(n) ----- reconstructed time domain signals
412 /* Prediction based on previous time domain signals */
433 * Calculate the predicted time domain signals from the
434 * reconstructed time domain signals of previous frames.
  /frameworks/base/media/libstagefright/codecs/aacdec/
long_term_prediction.cpp 73 signals of previous frames.
85 predicted time domain signals.
103 domain signals
117 signals of current frame from previous reconstructed frames stored in
124 where y(n) ----- predicted time domain signals
125 x(n) ----- reconstructed time domain signals
412 /* Prediction based on previous time domain signals */
433 * Calculate the predicted time domain signals from the
434 * reconstructed time domain signals of previous frames.

Completed in 481 milliseconds

1 2 34 5 6 7 8 91011>>