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

1 2 3 4 5 6 78 91011>>

  /bionic/libm/src/
e_acosh.c 29 * acosh(x) is NaN with signal if x<1.
30 * acosh(NaN) is NaN without signal.
  /external/bluetooth/bluez/compat/
msdun.c 116 osig = signal(SIGALRM, sig_alarm);
125 signal(SIGALRM, osig);
  /external/bluetooth/bluez/cups/
spp.c 31 #include <signal.h>
93 signal(SIGTERM, SIG_IGN);
  /external/bluetooth/bluez/doc/
audio-api.txt 32 This signal indicates a changed value of the given
126 On success this will emit a PropertyChanged signal.
161 This signal indicates a changed value of the given
255 This signal indicates a changed value of the given
318 This signal indicates a changed value of the given
367 It has to called only after Ring signal received.
421 This signal indicates a changed value of the given
438 Signal strength indicator of AG, the value ranges from
network-api.txt 39 This signal indicates a changed value of the given
71 On success this will emit a PropertyChanged signal.
  /external/bluetooth/glib/gio/
gcancellable.c 108 * operation is cancelled from another thread, the signal will be
112 * Note that disconnecting from this signal (or any signal) in a
114 * possible that a signal handler may be invoked even
137 * g_signal_connect_closure()) to connect to the signal, and do the
139 * after the signal handler is both removed and not running:
446 * #GCancellable::cancelled signal. (However, see the warning about
447 * race conditions in the documentation for that signal if you are
  /external/dbus/test/data/valid-config-files/
many-rules.conf 24 <allow send_type="signal"/>
42 <allow send_type="signal"/>
  /external/fdlibm/
e_acosh.c 25 * acosh(x) is NaN with signal if x<1.
26 * acosh(NaN) is NaN without signal.
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/
residu.h 74 Word16 x[], /* (i) : speech signal */
75 Word16 y[], /* (o) : residual signal */
syn_filt.h 72 Word16 x[], /* (i) : input signal */
73 Word16 y[], /* (o) : output signal */
  /external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
SDL_sysmutex.cpp 74 rmutex.Signal();
103 rmutex.Signal();
  /external/skia/src/core/
SkPixelRef.cpp 16 fGenerationID = 0; // signal to rebuild
28 fGenerationID = 0; // signal to rebuild
  /external/stlport/doc/
README.utf8 10 signal that creation failed:
23 is to specifically signal that the codecvt facet should be based on utf8
  /external/webkit/WebKit/gtk/tests/
testhttpbackend.c 44 * signal.
62 * signal emission;
  /external/webkit/WebKit/qt/tests/qgraphicswebview/
tst_qgraphicswebview.cpp 86 connect(page->mainFrame(), SIGNAL(initialLayoutCompleted()), page, SLOT(aborting()));
102 QVERIFY(waitForSignal(page, SIGNAL(loadFinished(bool))));
  /external/wpa_supplicant/wpa_gui/
eventhistory.ui 106 <signal>clicked()</signal>
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
eventhistory.ui 106 <signal>clicked()</signal>
  /frameworks/base/core/res/res/xml/
power_profile.xml 32 <!-- The current consumed by the radio when it is scanning for a signal -->
35 <!-- Current consumed by the radio at different signal strengths, when paging -->
  /frameworks/base/location/java/android/location/
GpsSatellite.java 62 * Returns the signal to noise ratio for the satellite.
64 * @return the signal to noise ratio
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
residu.h 74 Word16 x[], /* (i) : speech signal */
75 Word16 y[], /* (o) : residual signal */
syn_filt.h 72 Word16 x[], /* (i) : input signal */
73 Word16 y[], /* (o) : output signal */
  /frameworks/base/tests/LocationTracker/res/values/
strings.xml 36 <string name="title_signal_preference">Signal strength</string>
37 <string name="summary_signal_preference">Listen for updates to signal strength</string>
  /system/extras/tests/bionic/libc/other/
test_timer_create.c 30 #include <signal.h>
43 printf("%s thread %d, val = %d, signal captured.\n",
test_timer_create2.c 30 #include <signal.h>
43 printf("%s thread %p, val = %d, signal captured.\n",
  /system/netd/
main.cpp 19 #include <signal.h>
46 // signal(SIGCHLD, sigchld_handler);

Completed in 92 milliseconds

1 2 3 4 5 6 78 91011>>