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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/res/res/raw/
nodomain.html 20 <li>Check to make sure your device has a signal and data
  /frameworks/base/core/res/res/raw-da/
nodomain.html 17 <li>Kontroller, at dit udstyr har signal- og dataforbindelse</li>
  /frameworks/base/core/res/res/raw-en-rGB/
nodomain.html 17 <li>Check to make sure that your device has a signal and data connection</li>
  /frameworks/base/media/java/android/media/
IAudioFocusDispatcher.aidl 20 * AIDL for the AudioService to signal audio focus listeners of focus updates.
  /system/extras/tests/bionic/libc/common/
test_clone.c 8 #include <signal.h>
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
ipc.c 34 #include <signal.h>
117 DESCRIPTION: Handles the 'SIGUSR1' signal
128 /* will signal it back and release the waiting condition */
156 /* Wait for 300usec (probably the signal will release us earlier) */
  /bionic/libm/src/
s_ilogb.c 20 * ilogb(NaN) = FP_ILOGBNAN (no signal is raised)
21 * ilogb(inf) = INT_MAX (no signal is raised)
  /external/kernel-headers/original/asm-x86/
user32.h 58 __u32 signal; /* Signal that caused the core dump. */ member in struct:user32
  /external/kernel-headers/original/linux/
prctl.h 6 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */
7 #define PR_GET_PDEATHSIG 2 /* Second arg is a ptr to return the signal */
  /external/webkit/WebKit/qt/Api/
qwebview.cpp 232 The loadStarted() signal is emitted when the view begins loading. The
233 loadProgress() signal, on the other hand, is emitted whenever an element of
235 Finally, the loadFinished() signal is emitted when the view has loaded
267 signal.
376 connect(mainFrame, SIGNAL(titleChanged(QString)),
377 this, SIGNAL(titleChanged(QString)));
378 connect(mainFrame, SIGNAL(iconChanged()),
379 this, SIGNAL(iconChanged()));
380 connect(mainFrame, SIGNAL(urlChanged(QUrl)),
381 this, SIGNAL(urlChanged(QUrl)))
    [all...]
  /external/webkit/WebKit/qt/docs/webkitsnippets/webpage/
main.cpp 50 QObject::connect(&thumbnail, SIGNAL(finished()),
60 connect(&page, SIGNAL(loadFinished(bool)),
  /external/ipsec-tools/
main.c 21 #include <signal.h>
133 static void terminate(int signal)
153 signal(SIGHUP, terminate);
154 signal(SIGINT, terminate);
155 signal(SIGTERM, terminate);
156 signal(SIGPIPE, SIG_IGN);
  /external/speex/include/speex/
speex_echo.h 97 * @param rec Signal from the microphone (near end + far end echo)
98 * @param play Signal played to the speaker (received from far end)
99 * @param out Returns near-end signal with echo removed
109 * @param rec Signal from the microphone (near end + far end echo)
110 * @param out Returns near-end signal with echo removed
116 * @param play Signal played to the speaker (received from far end)
  /external/srec/srec/Recognizer/include/
SR_RecognizerImpl.h 51 size_t EOSS; /* frame where end of speech signal occurred (frames) */
52 size_t BOSS; /* frame where start of speech signal occurred (frames) */
53 size_t EOST; /* instant where end of speech signal occurred (millisec) */
297 * Indicates if signal quality variables have been initialized.
301 * True if signal is being clipped.
305 * True if DCOffset is present in signal.
309 * True if signal is noisy.
313 * True if signal is too quiet.
317 * True if signal contains too few samples.
321 * True if signal contains too many samples
    [all...]
  /external/wpa_supplicant/wpa_gui/
networkconfig.ui 372 <signal>activated(int)</signal>
378 <signal>clicked()</signal>
384 <signal>clicked()</signal>
390 <signal>activated(const QString&amp;)</signal>
396 <signal>clicked()</signal>
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
networkconfig.ui 391 <signal>activated(int)</signal>
397 <signal>clicked()</signal>
403 <signal>clicked()</signal>
409 <signal>activated(const QString&amp;)</signal>
415 <signal>clicked()</signal>
    [all...]
  /external/dbus/doc/
dcop-howto.txt 88 will return false. KApplication will catch a dcop signal and display an
186 will send your signal to all applications called 'konsole'.
281 though. A DCOP signal can be connected to a DCOP function. Whenever the DCOP
282 signal gets emitted, the DCOP functions to which the signal is connected are
286 A DCOP signal originates from a DCOP Object/DCOP Client combination (sender).
291 connections of DCOP signals. In DCOP, unlike Qt, a signal connections can
292 have an anonymous sender and, unlike Qt, a DCOP signal connection can be
295 With DCOP one can connect a signal without specifying the sending DCOP Object
300 Another DCOP feature are so called non-volatile connections. With Qt signal
    [all...]
  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
pvamrwbdecoder_acelp.h 81 int16 * sig_in, /* input : postfilter input signal */
82 int16 * sig_out, /* in/out: postfilter output signal */
88 int16 signal[], /* input: signal */
165 int16 sig12k8[], /* input: signal to oversampling */
167 int16 sig16k[], /* output: oversampled signal */
169 int16 signal[]
174 int16 signal[], /* input/output signal */
175 int16 lg, /* lenght of signal */
    [all...]
  /external/wpa_supplicant/
ctrl_iface_dbus.c 624 * wpa_supplicant_dbus_notify_scan_results - Send a scan results signal
633 DBusMessage *signal; local
647 "scan result signal.");
650 signal = dbus_message_new_signal(path, WPAS_DBUS_IFACE_INTERFACE,
652 if (signal == NULL) {
654 "couldn't create dbus signal; likely out of memory");
656 "memory to send scan results signal.");
659 dbus_connection_send(iface->con, signal, NULL);
660 dbus_message_unref(signal);
665 * wpa_supplicant_dbus_notify_state_change - Send a state change signal
678 DBusMessage *signal = NULL; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_acelp.h 81 int16 * sig_in, /* input : postfilter input signal */
82 int16 * sig_out, /* in/out: postfilter output signal */
88 int16 signal[], /* input: signal */
165 int16 sig12k8[], /* input: signal to oversampling */
167 int16 sig16k[], /* output: oversampled signal */
169 int16 signal[]
174 int16 signal[], /* input/output signal */
175 int16 lg, /* lenght of signal */
    [all...]
  /system/core/sh/
init.c 15 #include <signal.h>
249 #undef signal macro
250 #define signal bsd_signal macro
285 #undef signal macro
286 #define signal bsd_signal macro
290 #define S_DFL 1 /* default signal handling (SIG_DFL) */
292 #define S_CATCH 2 /* signal is caught */
294 #define S_IGN 3 /* signal is ignored (SIG_IGN) */
296 #define S_HARD_IGN 4 /* signal is ignored permenantly */
541 #undef signal macro
542 #define signal macro
577 #undef signal macro
578 #define signal macro
    [all...]
  /external/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 36 connect(helpIndexAction, SIGNAL(activated()), this, SLOT(helpIndex()));
37 connect(helpContentsAction, SIGNAL(activated()), this,
39 connect(helpAboutAction, SIGNAL(activated()), this, SLOT(helpAbout()));
40 connect(fileExitAction, SIGNAL(activated()), this, SLOT(close()));
41 connect(disconnectButton, SIGNAL(clicked()), this, SLOT(disconnect()));
42 connect(scanButton, SIGNAL(clicked()), this, SLOT(scan()));
43 connect(connectButton, SIGNAL(clicked()), this, SLOT(connectB()));
44 connect(fileEventHistoryAction, SIGNAL(activated()), this,
46 connect(networkSelect, SIGNAL(activated(const QString&)), this,
48 connect(fileEdit_networkAction, SIGNAL(activated()), this
    [all...]
  /external/speex/libspeex/
nb_celp.h 78 spx_word16_t *winBuf; /**< Input buffer (original signal) */
81 spx_word16_t *swBuf; /**< Weighted signal buffer */
82 spx_word16_t *sw; /**< Start of weighted signal frame */
87 spx_mem_t *mem_sp; /**< Filter memory for signal synthesis */
88 spx_mem_t *mem_sw; /**< Filter memory for perceptually-weighted signal */
89 spx_mem_t *mem_sw_whole; /**< Filter memory for perceptually-weighted signal (whole frame)*/
142 spx_mem_t *mem_sp; /**< Filter memory for synthesis signal */
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus.c 627 * wpa_supplicant_dbus_notify_scan_results - Send a scan results signal
650 "scan result signal.");
657 "couldn't create dbus signal; likely out of memory");
659 "memory to send scan results signal.");
668 * wpa_supplicant_dbus_notify_state_change - Send a state change signal
692 /* Only send signal if state really changed */
703 "signal.");
710 "couldn't create dbus signal; likely out of memory");
713 "couldn't create dbus signal; likely out of "
734 "not enough memory to construct state change signal.")
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]

Completed in 195 milliseconds

1 2 3 4 56 7 8 91011>>