Searched
full:signal (Results
426 -
450 of
2094) sorted by null
<<11121314151617181920>>
/external/bluetooth/bluez/audio/ |
telephony-dummy.c | 58 { "signal", "0-5", 5, TRUE }, 298 telephony_update_indicator(dummy_indicators, "signal", strength); 300 debug("telephony-dummy: signal strength set to %u", strength);
|
/external/fdlibm/ |
e_log.c | 50 * log(x) is NaN with signal if x < 0 (including -INF) ; 51 * log(+INF) is +INF; ieee_log(0) is -INF with signal; 52 * log(NaN) is that NaN with no signal.
|
s_log1p.c | 55 * log1p(x) is NaN with signal if x < -1 (including -INF) ; 56 * log1p(+INF) is +INF; ieee_log1p(-1) is -INF with signal; 57 * log1p(NaN) is that NaN with no signal.
|
/external/gtest/test/ |
gtest_test_utils.py | 132 by a signal. 133 signal Sygnal that terminated the child process. 180 self.signal = -self._return_code
|
/external/qemu/ |
curses.c | 27 #include <signal.h> 132 signal(SIGWINCH, curses_winch_handler); 357 signal(SIGWINCH, curses_winch_handler);
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
e_log.h | 53 * log(x) is NaN with signal if x < 0 (including -INF) ; 54 * log(+INF) is +INF; log(0) is -INF with signal; 55 * log(NaN) is that NaN with no signal.
|
/external/tcpdump/ |
ieee802_11_radio.h | 103 * RF signal power at the antenna, decibel difference from 114 * RF signal power at the antenna, decibel difference from an 125 * nondecreasing with "better" lock strength. Called "Signal
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
FrameLoaderClientQt.cpp | 167 connect(this, SIGNAL(loadStarted()), 168 m_webFrame->page(), SIGNAL(loadStarted())); 169 connect(this, SIGNAL(loadStarted()), 170 m_webFrame, SIGNAL(loadStarted())); 171 connect(this, SIGNAL(loadProgress(int)), 172 m_webFrame->page(), SIGNAL(loadProgress(int))); 173 connect(this, SIGNAL(loadFinished(bool)), 174 m_webFrame->page(), SIGNAL(loadFinished(bool))); 175 connect(this, SIGNAL(loadFinished(bool)), 176 m_webFrame, SIGNAL(loadFinished(bool))) [all...] |
/external/wpa_supplicant/ |
eloop_none.c | 220 /* TODO: replace with suitable signal handler */ 281 /* TODO: register signal handler */ 331 * signal
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_ralink.h | 145 // Received Signal Strength Indication 269 NDIS_802_11_RSSI Rssi; // receive signal 291 NDIS_802_11_RSSI Rssi; // receive signal
|
radiotap.h | 110 * RF signal power at the antenna, decibel difference from 121 * RF signal power at the antenna, decibel difference from an 132 * nondecreasing with "better" lock strength. Called "Signal
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
eloop_none.c | 220 /* TODO: replace with suitable signal handler */ 281 /* TODO: register signal handler */ 331 * signal
|
/frameworks/base/media/libstagefright/ |
TimedEventQueue.cpp | 121 mQueueHeadChangedCondition.signal(); 126 mQueueNotEmptyCondition.signal(); 172 mQueueHeadChangedCondition.signal();
|
/frameworks/base/obex/javax/obex/ |
Operation.java | 105 * signal that the request is done. (In OBEX terms, the End-Of-Body header 109 * <code>OutputStream</code> and therefore signal that the request is done. 112 * signal that the request is done. (In OBEX terms, the final bit in the request
|
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
ioctl_compat.h | 55 char t_suspc; /* stop process signal */ 56 char t_dsuspc; /* delayed stop process signal */ 140 #define NOFLSH 0x80000000 /* don't flush output on signal */
|
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/ |
ioctl_compat.h | 55 char t_suspc; /* stop process signal */ 56 char t_dsuspc; /* delayed stop process signal */ 140 #define NOFLSH 0x80000000 /* don't flush output on signal */
|
/ndk/build/platforms/android-5/arch-arm/usr/include/sys/ |
ioctl_compat.h | 55 char t_suspc; /* stop process signal */ 56 char t_dsuspc; /* delayed stop process signal */ 140 #define NOFLSH 0x80000000 /* don't flush output on signal */
|
/ndk/build/platforms/android-5/arch-x86/usr/include/sys/ |
ioctl_compat.h | 55 char t_suspc; /* stop process signal */ 56 char t_dsuspc; /* delayed stop process signal */ 140 #define NOFLSH 0x80000000 /* don't flush output on signal */
|
/ndk/build/platforms/android-8/arch-arm/usr/include/sys/ |
ioctl_compat.h | 55 char t_suspc; /* stop process signal */ 56 char t_dsuspc; /* delayed stop process signal */ 140 #define NOFLSH 0x80000000 /* don't flush output on signal */
|
/ndk/build/platforms/android-8/arch-x86/usr/include/sys/ |
ioctl_compat.h | 55 char t_suspc; /* stop process signal */ 56 char t_dsuspc; /* delayed stop process signal */ 140 #define NOFLSH 0x80000000 /* don't flush output on signal */
|
/bionic/libc/arch-arm/bionic/ |
sigsetjmp.S | 46 * The previous signal state is restored.
|
/bionic/libc/arch-arm/include/machine/ |
setjmp.h | 39 * 25 signal mask (dependant on magic)
|
/bionic/libc/arch-x86/bionic/ |
_setjmp.S | 43 * The previous signal state is NOT restored.
|
/bionic/libc/stdio/ |
tmpfile.c | 37 #include <signal.h>
|
/bionic/libc/unistd/ |
system.c | 32 #include <signal.h>
|
Completed in 433 milliseconds
<<11121314151617181920>>