/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
package-info.java | 103 * common utility for blocking until a given number of signals, events,
|
ArrayBlockingQueue.java | 88 * Inserts element at current put position, advances, and signals. 99 * Extracts element at current take position, advances, and signals.
|
/dalvik/libcore/luni/src/main/native/ |
hycomp.h | 45 * SIMPLE_SIGNAL: For machines that don't use real signals in C.
|
/external/e2fsprogs/intl/ |
localealias.c | 267 /* A leading '#' signals a comment line. */
|
/external/e2fsprogs/misc/ |
findsuper.c | 47 * It _should_ also handle signals and tell you the ending block, so
|
/external/kernel-headers/original/linux/ |
sched.h | 13 #define CLONE_SIGHAND 0x00000800 /* set if signal handlers and blocked signals shared */ 396 * of fatal signals, group_exit_task processes the signal. 517 atomic_t sigpending; /* How many pending signals does this user have? */ [all...] |
/external/opencore/protocols/systems/common/include/ |
pv_2way_basic_types.h | 51 /** Signals replacement of an existing resource **/
|
/external/skia/src/animator/ |
SkDisplayXMLParser.cpp | 108 if (fCurrDisplayable == NULL) // this signals we should ignore attributes for this element
|
/external/skia/src/effects/ |
SkColorMatrixFilter.cpp | 115 fProc = NULL; // signals identity
|
/external/strace/ |
signal.c | 258 /* Anonymous realtime signals. */ 359 /* real-time signals on solaris don't have 484 /* POSIX.1b signals. */ 865 doesn't handle real-time signals). */ [all...] |
defs.h | 50 #define MAX_QUALS 5000 /* maximum number of syscalls, signals, etc. */ 52 #define MAX_QUALS 2048 /* maximum number of syscalls, signals, etc. */
|
/external/webkit/WebKit/gtk/webkit/ |
webkitwebwindowfeatures.cpp | 43 * and reconnect the signals whenever the #WebKitWebWindowFeatures of
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
PixelDumpSupportMac.mm | 101 // Other signals are handled in installSignalHandlers() which also calls restoreMainDisplayColorProfile()
|
/external/wpa_supplicant/ |
l2_packet_winpcap.c | 23 * The RX thread receives a frame and signals main thread through Windows event
|
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
l2_packet_winpcap.c | 23 * The RX thread receives a frame and signals main thread through Windows event
|
/frameworks/base/awt/java/awt/ |
Font.java | 207 * Signals that an I/O exception has occurred. 220 * Signals that an I/O exception has occurred. [all...] |
/frameworks/base/core/java/android/widget/ |
AbsSeekBar.java | 177 * Since we draw translated, the drawable's bounds that it signals
|
/dalvik/vm/ |
Thread.c | 144 The trouble with using signals to suspend threads is that it means a thread 198 There are (at least) two ways to handle the incoming signals: 200 (a) Always accept signals. If we're in a critical section, the signal 204 (b) Block signals in critical sections. This ensures that we can't be 209 Because UNIX signals are unreliable (you can only know that you have been 212 of pthread_sigmask() and the desire to actually block signals. Either way, 214 having two (i.e. block signals and set a flag, then only send a signal 221 Some other concerns with flinging signals around: [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
scanner.sgml | 528 @error: %TRUE if the message signals an error, %FALSE if it 529 signals a warning.
|
/external/bluetooth/glib/gobject/ |
gobject.c | 52 * support. Signals are described in detail in <xref 53 * linkend="gobject-Signals"/>. 117 /* --- signals --- */ 798 * non-zero, the emission of "notify" signals on @object is 799 * stopped. The signals are queued until the freeze count is decreased 868 * and when it reaches zero, all queued "notify" signals are emitted. [all...] |
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ |
autocorr.cpp | 154 x = buffer of input signals of type Word16 156 wind = buffer of window signals of type Word16
|
/external/stlport/src/ |
num_get_float.cpp | 732 * so retval of +-Inf signals OVERFLOW, 0.0 UNDERFLOW */ 835 so retval of +-Inf signals OVERFLOW, 0.0 UNDERFLOW
|
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
DumpRenderTreeQt.cpp | 339 // now connect our different signals 796 // connect the needed signals to the page
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
autocorr.cpp | 154 x = buffer of input signals of type Word16 156 wind = buffer of window signals of type Word16
|
/frameworks/base/obex/javax/obex/ |
ServerOperation.java | 46 * are in this class. 0x02 is a PUT request that signals that the request is not 49 * response. The 0x03 is a GET request that signals that the request is not
|