HomeSort by relevance Sort by last modified time
    Searched full:signal (Results 476 - 500 of 2094) sorted by null

<<11121314151617181920>>

  /external/qemu/hw/
goldfish_trace.h 65 * interfaces to trace module to signal kernel events
  /external/qemu/
qemu-thread.c 17 #include <signal.h>
  /external/quake/quake/src/QW/client/
sys_android.c 24 #include <signal.h>
323 signal(SIGFPE, floating_point_exception_handler);
377 // signal(SIGFPE, floating_point_exception_handler);
378 // signal(SIGFPE, SIG_IGN);
sys_linux.c 21 #include <signal.h>
318 signal(SIGFPE, floating_point_exception_handler);
360 // signal(SIGFPE, floating_point_exception_handler);
361 signal(SIGFPE, SIG_IGN);
  /external/skia/include/effects/
Sk2DPathEffect.h 44 and then a call to end() will signal the end of processing.
  /external/skia/src/views/
SkScrollBarView.cpp 123 hideBar = 1; // signal we don't want a thumb
  /external/stlport/stlport/
typeinfo.h 21 // We define _STLP_OUTERMOST_HEADER_ID to signal to other STLport headers that inclusion
  /external/v8/test/cctest/
test-thread-termination.cc 36 v8::Handle<v8::Value> Signal(const v8::Arguments& args) {
37 semaphore->Signal();
165 v8::Handle<v8::ObjectTemplate> global = CreateGlobalTemplate(Signal, DoLoop);
187 CreateGlobalTemplate(Signal, DoLoop);
  /external/webkit/JavaScriptCore/wtf/
ThreadingNone.cpp 55 void ThreadCondition::signal() { } function in class:WTF::ThreadCondition
  /external/webkit/LayoutTests/storage/
transaction-error-callback.html 10 // signal to layoutTestController when this reaches zero.
  /external/webkit/WebKit/mac/
WebKitPrefix.h 40 #import <signal.h>
  /external/webkit/WebKit/win/WebKit.vcproj/
WebKit.def 127 ?signal@ThreadCondition@WTF@@QAEXXZ
WebKit_Cairo.def 128 ?signal@ThreadCondition@WTF@@QAEXXZ
WebKit_Cairo_debug.def 128 ?signal@ThreadCondition@WTF@@QAEXXZ
WebKit_debug.def 127 ?signal@ThreadCondition@WTF@@QAEXXZ
  /external/webkit/WebKitTools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 62 // This is used as a signal handler, and thus the calls into ColorSync are unsafe
102 signal(SIGINT, restoreMainDisplayColorProfile);
103 signal(SIGHUP, restoreMainDisplayColorProfile);
104 signal(SIGTERM, restoreMainDisplayColorProfile);
  /external/webkit/WebKitTools/QtLauncher/
locationedit.cpp 35 connect(&m_clearTimer, SIGNAL(timeout()), this, SLOT(reset()));
  /external/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 86 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
  /external/wpa_supplicant_6/wpa_supplicant/examples/
wpas-test.py 52 # Should really wait for the "scanResults" signal instead of sleeping
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 87 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
  /frameworks/base/cmds/system_server/library/
system_init.cpp 25 #include <signal.h>
  /frameworks/base/libs/utils/
Threads.cpp 422 * calling signal() and broadcast(), whereas POSIX only requires grabbing
437 // An auto-reset event used by the broadcast/signal thread to wait
443 // lock the external mutex before calling signal() and broadcast().
489 // then signal broadcast() that we're all awake. It'll drop the
492 // Atomically signal the "waitersDone" event and wait until we
526 // used so we don't have to lock external mutex on signal/broadcast
564 * Signal the condition variable, allowing one thread to continue.
566 void Condition::signal()
588 * Signal the condition variable, allowing all threads to continue.
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
highpass_400hz_at_12k8.cpp 47 int16 signal[], input signal / output is divided by 16
48 int16 lg, lenght of signal
144 int16 signal[], /* input signal / output is divided by 16 */
145 int16 lg, /* lenght of signal */
173 x0 = signal[i];
182 /* signal is divided by 16 to avoid overflow in energy computation */
183 signal[i] = (int16)((L_tmp1 + 0x00008000) >> 16);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.h 31 #include <signal.h>
  /ndk/build/platforms/android-3/arch-arm/usr/include/machine/
setjmp.h 39 * 25 signal mask (dependant on magic)

Completed in 211 milliseconds

<<11121314151617181920>>