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

<<11121314151617181920>>

  /development/samples/ApiDemos/tests/src/com/example/android/apis/
ApiDemosApplicationTests.java 45 * The name 'test preconditions' is a convention to signal that if this
  /external/bluetooth/glib/docs/
debugging.txt 38 object bookkeeping and signal emissions during runtime.
  /external/bluetooth/glib/gobject/
gvaluearray.h 1 /* GObject - GLib Type, Object, Parameter and Signal Library
  /external/bluetooth/glib/tests/gobject/
singleton.c 1 /* GObject - GLib Type, Object, Parameter and Signal Library
testcommon.h 1 /* GObject - GLib Type, Object, Parameter and Signal Library
  /external/dropbear/
chansession.h 86 int signal; member in struct:SigMap
cli-chansession.c 70 } else if (strcmp(type, "exit-signal") == 0) {
71 TRACE(("got exit-signal, ignoring it"))
311 if (signal(SIGWINCH, sigwinch_handler) == SIG_ERR) {
312 dropbear_exit("signal error");
progressmeter.c 53 /* signal handler for updating the progress meter */
233 signal(SIGALRM, update_progress_meter);
253 signal(SIGALRM, update_progress_meter);
254 signal(SIGWINCH, sig_winch);
  /external/fdlibm/
s_ilogb.c 17 * ieee_ilogb(inf/NaN) = 0x7fffffff (no signal is raised)
  /external/opencore/baselibs/threadsafe_callback_ao/src/
threadsafe_callback_ao.cpp 292 RemoteThreadCtrlSema.Signal(); // signal the sema to maintain sema count consistency in case
361 // Signal the semaphore that controls the remote thread.
363 sema_status = RemoteThreadCtrlSema.Signal();
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
post_pro.cpp 52 signal[i] << 1 in the Post_Process function.
241 signal = buffer containing the input signal (Word16)
242 lg = length of the input signal (Word16)
247 signal buffer contains the HP filtered and up-scaled input signal
264 This function performs post-processing on the output speech signal. First,
287 Word16 signal[], //i/o : signal
288 Word16 lg //i : length of signal
    [all...]
  /external/opencore/pvmi/pvmf/include/
pvmi_config_and_capability_observer.h 32 * This method allows to send a signal of completion for a particular event
pvmi_media_io_observer.h 35 * Signal of completion for asynchronous PvmiMIOControl requests.
  /external/openssl/crypto/rc4/
rc4speed.c 60 /* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
73 #include <signal.h>
127 signal(SIGALRM,sig_done);
215 signal(SIGALRM,sig_done);
  /external/qemu/distrib/sdl-1.2.12/src/thread/beos/
SDL_systhread.c 27 #include <signal.h>
  /external/qemu/
osdep.h 7 #include <sys/signal.h>
  /external/webkit/WebCore/platform/network/qt/
NetworkStateNotifierQt.cpp 37 connect(m_configurationManager, SIGNAL(onlineStateChanged(bool)), this, SLOT(onlineStateChanged(bool)));
  /external/webkit/WebKitTools/DumpRenderTree/
PixelDumpSupport.h 46 // Can be used as a signal handler
  /external/wpa_supplicant/wpa_gui-qt4/
scanresults.ui 62 <string>signal</string>
  /frameworks/base/media/libstagefright/
MediaBufferGroup.cpp 83 mCondition.signal();
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
post_pro.cpp 52 signal[i] << 1 in the Post_Process function.
241 signal = buffer containing the input signal (Word16)
242 lg = length of the input signal (Word16)
247 signal buffer contains the HP filtered and up-scaled input signal
264 This function performs post-processing on the output speech signal. First,
287 Word16 signal[], //i/o : signal
288 Word16 lg //i : length of signal
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
signal.h 82 #include <asm-generic/signal.h>
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
clnt.h 22 #include <asm/signal.h>
  /ndk/build/platforms/android-3/arch-arm/usr/include/
thread_db.h 9 #include <signal.h>
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
signal.h 82 #include <asm-generic/signal.h>

Completed in 173 milliseconds

<<11121314151617181920>>