Searched
full:signal (Results
451 -
475 of
2094) sorted by null
<<11121314151617181920>>
/development/samples/ApiDemos/tests/src/com/example/android/apis/app/ |
LocalServiceTest.java | 51 * The name 'test preconditions' is a convention to signal that if this
|
/external/bluetooth/bluez/cups/ |
sdp.c | 31 #include <signal.h>
|
/external/bluetooth/glib/glib/ |
gbacktrace.h | 35 #include <signal.h>
|
/external/bluetooth/glib/tests/gobject/ |
dynamictype.c | 1 /* GObject - GLib Type, Object, Parameter and Signal Library
|
/external/dbus/bus/ |
signals.h | 2 /* signals.h Bus signal connection implementation
|
/external/dbus/tools/ |
dbus-monitor.1 | 65 dbus-monitor "type='signal',sender='org.gnome.TypingMonitor',interface='org.gnome.TypingMonitor'"
|
/external/e2fsprogs/ext2ed/ |
init.c | 23 #include <signal.h> 68 init_signals (); /* Initialize the signal handlers */ 458 signal (SIGWINCH, signal_SIGWINCH_handler); /* Catch SIGWINCH */ 459 signal (SIGTERM, signal_SIGTERM_handler); 460 signal (SIGSEGV, signal_SIGSEGV_handler); 469 /* Reset signal handler */ 470 signal (SIGWINCH, signal_SIGWINCH_handler); 478 printf ("Terminated due to signal %d\n",sig_num); 486 printf ("Killed by signal %d!\n",sig_num);
|
/external/e2fsprogs/lib/ss/ |
ss_internal.h | 100 #include <signal.h>
|
/external/opencore/android/ |
android_audio_output_threadsafe_callbacks.cpp | 96 sema_status = RemoteThreadCtrlSema.Signal();
|
android_audio_stream.cpp | 103 // signal observer
|
/external/opencore/baselibs/thread_messaging/src/ |
pv_interface_proxy_handler.cpp | 47 //go ahead and signal request complete.
|
pv_interface_proxy_notifier.cpp | 47 //go ahead and signal request complete.
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/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);
|
/external/opencore/codecs_v2/omx/omx_proxy/src/ |
pv_omx_interface_proxy_handler.cpp | 53 //go ahead and signal request complete.
|
pv_omx_interface_proxy_notifier.cpp | 52 //go ahead and signal request complete.
|
/external/opencore/oscl/oscl/config/android/ |
osclconfig_io.h | 52 #include <signal.h> 201 //you need to define a signal handler for SIGPIPE to avoid 204 signal(SIGPIPE,SIG_IGN);\ 208 signal(SIGPIPE,SIG_DFL);\
|
osclconfig_proc_unix_android.h | 48 #include <signal.h>
|
/external/opencore/oscl/oscl/config/linux/ |
osclconfig_io.h | 48 #include <signal.h> 187 //you need to define a signal handler for SIGPIPE to avoid 190 signal(SIGPIPE,SIG_IGN);\ 194 signal(SIGPIPE,SIG_DFL);\
|
/external/openssl/crypto/des/ |
speed.c | 60 /* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */ 73 #include <signal.h> 132 signal(SIGALRM,sig_done); 225 signal(SIGALRM,sig_done);
|
/external/openssl/crypto/rc2/ |
rc2speed.c | 60 /* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */ 73 #include <signal.h> 127 signal(SIGALRM,sig_done); 216 signal(SIGALRM,sig_done);
|
/external/qemu/distrib/sdl-1.2.12/src/thread/irix/ |
SDL_systhread.c | 27 #include <signal.h>
|
/external/qemu/distrib/sdl-1.2.12/src/thread/pth/ |
SDL_systhread.c | 31 #include <signal.h>
|
/external/qemu/distrib/sdl-1.2.12/src/thread/pthread/ |
SDL_systhread.c | 25 #include <signal.h>
|
/external/qemu/distrib/sdl-1.2.12/src/thread/riscos/ |
SDL_systhread.c | 59 #include <signal.h>
|
/external/qemu/distrib/sdl-1.2.12/src/timer/mint/ |
SDL_systimer.c | 35 #include <signal.h>
|
Completed in 274 milliseconds
<<11121314151617181920>>