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

<<11121314151617181920>>

  /dalvik/vm/native/
dalvik_system_Zygote.c 23 #include <signal.h>
44 * This signal handler is for zygote mode, since the zygote
54 safe to call LOG(...) from a signal handler because of possible
74 "Process %d terminated by signal (%d)\n",
79 "Process %d terminated by signal (%d)\n",
  /external/bluetooth/bluez/audio/
telephony-maemo.c 222 { "signal", "0-5", 5, TRUE },
894 error("Unexpected parameters in Call.Coming() signal");
930 error("Unexpected parameters in Call.Created() signal");
987 error("Unexpected paramters in Instance.CallStatus() signal");
1141 error("Conference signal for unknown call %s", path);
1295 int signal; local
1306 signal = (signals_bar + 20) / 21;
1308 telephony_update_indicator(maemo_indicators, "signal", signal);
1312 debug("Signal strength updated: %u/100, %d/5", signals_bar, signal)
    [all...]
  /external/kernel-headers/original/linux/
timex.h 36 * signal discipline.
171 #define STA_PPSSIGNAL 0x0100 /* PPS signal present (ro) */
172 #define STA_PPSJITTER 0x0200 /* PPS signal jitter exceeded (ro) */
173 #define STA_PPSWANDER 0x0400 /* PPS signal wander exceeded (ro) */
174 #define STA_PPSERROR 0x0800 /* PPS signal calibration error (ro) */
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
osapi.c 39 #include <signal.h>
572 Signal the calling process (tell him that we have
595 DESCRIPTION: register to catch the Ctrl+C signal
601 if(signal(SIGINT, SignalCB) == SIG_ERR)
602 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - os_Catch_CtrlC_Signal - cant catch Ctrl+C signal\n");
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
osapi.c 39 #include <signal.h>
572 Signal the calling process (tell him that we have
595 DESCRIPTION: register to catch the Ctrl+C signal
601 if(signal(SIGINT, SignalCB) == SIG_ERR)
602 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - os_Catch_CtrlC_Signal - cant catch Ctrl+C signal\n");
  /external/quake/quake/src/QW/client/
gl_vidlinux_svga.c 26 #include <signal.h>
219 printf("Received signal %d, exiting...\n", sig);
226 signal(SIGHUP, signal_handler);
227 signal(SIGQUIT, signal_handler);
228 signal(SIGILL, signal_handler);
229 signal(SIGTRAP, signal_handler);
230 signal(SIGIOT, signal_handler);
231 signal(SIGBUS, signal_handler);
232 signal(SIGFPE, signal_handler);
233 signal(SIGSEGV, signal_handler)
    [all...]
gl_vidlinux_x11.c 26 #include <signal.h>
413 printf("Received signal %d, exiting...\n", sig);
420 signal(SIGHUP, signal_handler);
421 signal(SIGQUIT, signal_handler);
422 signal(SIGILL, signal_handler);
423 signal(SIGTRAP, signal_handler);
424 signal(SIGIOT, signal_handler);
425 signal(SIGBUS, signal_handler);
426 signal(SIGFPE, signal_handler);
427 signal(SIGSEGV, signal_handler)
    [all...]
  /external/strace/
strace.1 143 Signals are printed as a signal symbol and a signal string.
247 terminates or incurs a signal that would cause it to terminate (as
248 determined from the child's current signal disposition).
335 .BR signal ,
393 .B "\-e trace=signal"
394 Trace all signal related system calls.
420 .BI "\-e signal=" set
422 .BR signal=all .
424 .B signal=!SIGI
    [all...]
  /external/webkit/WebKit/gtk/
NEWS 65 - Make the WebKitWebView::icon-loaded signal carry a string with the
66 favicon's URI. This is an API break, but the signal already had a
151 - A new signal `resource-request-starting' has been added to the
225 - Fix a crasher when emitting the a11y signal 'text-caret-moved' in
258 the new "create-plugin-widget" signal.
334 usage of the title-changed signal.
339 - A new signal, new-window-policy-decision-requested, has been added
364 - Added support for downloads: a new signal, 'download-requested',
394 - 'create-web-view' signal, emitted when the creation of a new
396 - 'navigation-policy-decision-requested' signal, emitted when
    [all...]
  /development/simulator/app/
MyApp.cpp 24 #include <signal.h>
44 * Signal handler for Ctrl-C. Under Linux we seem to get hit twice,
50 * Cygwin will ignore the signal but doesn't seem to call the signal
55 printf("Sim: received signal %d (%s)\n", sigNum,
102 signal(SIGINT, SignalHandler);
105 signal(SIGPIPE, SIG_IGN);
  /external/e2fsprogs/misc/
uuidd.c 26 #include <signal.h>
220 signal(SIGALRM, terminate_intr);
279 signal(SIGHUP, terminate_intr);
280 signal(SIGINT, terminate_intr);
281 signal(SIGTERM, terminate_intr);
282 signal(SIGALRM, terminate_intr);
283 signal(SIGPIPE, SIG_IGN);
  /external/webkit/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 167 // We cannot call sendQueuedItems() from here, because the signal that
200 // posted meta call events that were the result of a signal emission
455 connect(m_reply, SIGNAL(finished()),
461 connect(m_reply, SIGNAL(metaDataChanged()),
464 connect(m_reply, SIGNAL(readyRead()),
468 connect(m_reply, SIGNAL(uploadProgress(qint64, qint64)),
473 connect(this, SIGNAL(processQueuedItems()),
  /external/webkit/WebKit/qt/QGVLauncher/
main.cpp 141 connect(fpsTimer, SIGNAL(timeout()), this, SLOT(printFps()));
306 connect(scene->webView(), SIGNAL(loadFinished(bool)), this, SLOT(loadFinished(bool)));
307 connect(scene->webView(), SIGNAL(titleChanged(const QString&)), this, SLOT(setWindowTitle(const QString&)));
308 connect(scene->webView()->page(), SIGNAL(windowCloseRequested()), this, SLOT(close()));
318 QAbstractTransition *t1 = s0->addTransition(view, SIGNAL(flipRequest()), s1);
325 s1->addTransition(s1, SIGNAL(propertiesAssigned()), s2);
447 connect(urlEdit, SIGNAL(returnPressed()), SLOT(changeLocation()));
  /external/dbus/doc/
dbus-tutorial.xml 522 Signal messages are notifications that a given signal
538 Header fields might include the sender bus name, destination bus name, method or signal name,
634 <title>Emitting a Signal - Behind the Scenes</title>
637 A signal in DBus consists of a single message, sent by one process to any number of other processes.
638 That is, a signal is a unidirectional broadcast. The signal may contain arguments (a data payload), but
644 The emitter (aka sender) of a signal has no knowledge of the signal recipients. Recipients register
646 the signal name. The bus daemon sends each signal only to recipients who have expressed interest in that
    [all...]
  /external/srec/srec/Recognizer/include/
SR_Recognizer.h 487 * Indicates if signal is getting clipped.
495 * Indicates if signal has a DC-offset component.
503 * Indicates if signal is noisy.
511 * Indicates if speech contained within the signal is too quiet.
519 * Indicates if there are too few samples in the signal for a proper recognition.
527 * Indicates if there are too many samples in the signal for a proper recognition.
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp     [all...]
  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
deemphasis_32.cpp 47 int16 x_hi[], (i) : input signal (bit31..16)
48 int16 x_lo[], (i) : input signal (bit15..4)
49 int16 y[], (o) : output signal (x16)
121 int16 x_hi[], /* (i) : input signal (bit31..16) */
122 int16 x_lo[], /* (i) : input signal (bit15..4) */
123 int16 y[], /* (o) : output signal (x16) */
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_callbacks.cpp 153 // Signal the semaphore that controls the remote thread.
155 sema_status = RemoteThreadCtrlSema.Signal();
295 // Signal the semaphore that controls the remote thread.
297 sema_status = RemoteThreadCtrlSema.Signal();
439 // Signal the semaphore that controls the remote thread.
441 sema_status = RemoteThreadCtrlSema.Signal();
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_callbacks.cpp 154 // Signal the semaphore that controls the remote thread.
156 sema_status = RemoteThreadCtrlSema.Signal();
297 // Signal the semaphore that controls the remote thread.
299 sema_status = RemoteThreadCtrlSema.Signal();
441 // Signal the semaphore that controls the remote thread.
443 sema_status = RemoteThreadCtrlSema.Signal();
  /external/webkit/JavaScriptCore/
jsc.cpp 54 #include <signal.h>
464 fprintf(stderr, " -s Installs signal handlers that exit on a crash (Unix platforms only)\n");
498 signal(SIGILL, _exit);
499 signal(SIGFPE, _exit);
500 signal(SIGBUS, _exit);
501 signal(SIGSEGV, _exit);
  /external/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 38 connect(authSelect, SIGNAL(activated(int)), this,
40 connect(cancelButton, SIGNAL(clicked()), this, SLOT(close()));
41 connect(addButton, SIGNAL(clicked()), this, SLOT(addNetwork()));
42 connect(encrSelect, SIGNAL(activated(const QString &)), this,
44 connect(removeButton, SIGNAL(clicked()), this, SLOT(removeNetwork()));
66 /* SSID BSSID frequency signal flags */
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
deemphasis_32.cpp 47 int16 x_hi[], (i) : input signal (bit31..16)
48 int16 x_lo[], (i) : input signal (bit15..4)
49 int16 y[], (o) : output signal (x16)
121 int16 x_hi[], /* (i) : input signal (bit31..16) */
122 int16 x_lo[], /* (i) : input signal (bit15..4) */
123 int16 y[], /* (o) : output signal (x16) */
  /bionic/libc/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/libm/src/
e_log.c 54 * log(x) is NaN with signal if x < 0 (including -INF) ;
55 * log(+INF) is +INF; log(0) is -INF with signal;
56 * log(NaN) is that NaN with no signal.
s_log1p.c 58 * log1p(x) is NaN with signal if x < -1 (including -INF) ;
59 * log1p(+INF) is +INF; log1p(-1) is -INF with signal;
60 * log1p(NaN) is that NaN with no signal.

Completed in 191 milliseconds

<<11121314151617181920>>