/external/elfutils/libebl/ |
i386_corenote.c | 33 int si_signo; /* Signal number. */ 36 } pr_info; /* Info associated with signal. */ 37 short int pr_cursig; /* Current signal. */ 91 " signal: %hd, pending: %#08lx, holding: %#08lx\n"
|
/external/elfutils/libelf/ |
elf_version.c | 47 /* Signal that the version is now initialized. */
|
/external/kernel-headers/original/linux/ |
posix_types.h | 40 /* Type of a signal handler. */
|
signal.h | 4 #include <asm/signal.h> 27 sigset_t signal; member in struct:sigpending 224 sigemptyset(&sig->signal); 230 /* Test if 'sig' is valid signal. Use this instead of testing _NSIG directly */
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/ |
oversamp_12k8_to_16k.cpp | 47 int16 signal[], input signal / output is divided by 16 48 int16 lg, lenght of signal 116 int16 * sig_d, /* input: signal to oversampling */ 117 int16 * sig_u, /* output: oversampled signal */ 200 int16 sig12k8[], /* input: signal to oversampling */ 202 int16 sig16k[], /* output: oversampled signal */ 204 int16 signal[] 209 pv_memcpy((void *)signal, 213 pv_memcpy((void *)(signal + (2*NB_COEF_UP)) [all...] |
/external/openssl/crypto/ui/ |
ui_openssl.c | 126 #include <signal.h> 595 savsig[SIGABRT]=signal(SIGABRT,recsig); 596 savsig[SIGFPE]=signal(SIGFPE,recsig); 597 savsig[SIGILL]=signal(SIGILL,recsig); 598 savsig[SIGINT]=signal(SIGINT,recsig); 599 savsig[SIGSEGV]=signal(SIGSEGV,recsig); 600 savsig[SIGTERM]=signal(SIGTERM,recsig); 619 savsig[i]=signal(i,recsig); 625 signal(SIGWINCH,SIG_DFL); 632 signal(SIGABRT,savsig[SIGABRT]) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/ |
SDL_systhread_c.h | 45 #define Signal SignalPPC
|
/external/qemu/distrib/sdl-1.2.12/src/thread/beos/ |
SDL_systhread_c.h | 24 #include <signal.h>
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_interpolate_noloop_gnu.s | 92 @ with certain coefficients and signal sources. In this case, either a
94 @ 16 bits or the signal path should be increased to 18 bits or more.
97 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
99 MOV tmp0, tmp0, ASR #2 @ reduce 16-bit signal by 12dB
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_interpolate_noloop_gnu.s | 92 @ with certain coefficients and signal sources. In this case, either a
94 @ 16 bits or the signal path should be increased to 18 bits or more.
97 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
99 MOV tmp0, tmp0, ASR #2 @ reduce 16-bit signal by 12dB
|
/external/strace/ |
Android.mk | 11 resource.c signal.c sock.c system.c term.c time.c \
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
Scanner.java | 45 Signal to the scanner to start CDATA content mode.
|
/external/webkit/WebKit/gtk/tests/ |
testwebframe.c | 79 g_object_set_data(G_OBJECT(webView), "signal-handled", GINT_TO_POINTER(TRUE)); 111 g_object_set_data(G_OBJECT(webView), "signal-handled", GINT_TO_POINTER(FALSE)); 115 // prepare a timeout to avoid it running forever in case the signal is 120 g_assert_cmpint(GPOINTER_TO_INT(g_object_get_data(G_OBJECT(webView), "signal-handled")), ==, TRUE);
|
testwebview.c | 115 "signal::notify::progress", idle_quit_loop_cb, NULL, 116 "signal::notify::icon-uri", icon_uri_changed_cb, &been_to_uri_changed, 117 "signal::icon-loaded", icon_loaded_cb, &been_to_icon_loaded, 165 "signal::notify::progress", idle_quit_loop_cb, NULL,
|
/external/webkit/WebKit/qt/tests/hybridPixmap/ |
tst_hybridPixmap.cpp | 46 waitForSignal(&widget, SIGNAL(testComplete()));
|
/external/webkit/WebKitTools/DumpRenderTree/gtk/ |
DumpRenderTree.cpp | 765 "signal::load-started", webViewLoadStarted, 0, 766 "signal::load-finished", webViewLoadFinished, 0, 767 "signal::window-object-cleared", webViewWindowObjectCleared, 0, 768 "signal::console-message", webViewConsoleMessage, 0, 769 "signal::script-alert", webViewScriptAlert, 0, 770 "signal::script-prompt", webViewScriptPrompt, 0, 771 "signal::script-confirm", webViewScriptConfirm, 0, 772 "signal::title-changed", webViewTitleChanged, 0, 773 "signal::navigation-policy-decision-requested", webViewNavigationPolicyDecisionRequested, 0, 774 "signal::status-bar-text-changed", webViewStatusBarTextChanged, 0 [all...] |
/external/webkit/WebKitTools/QtLauncher/ |
mainwindow.cpp | 63 connect(urlEdit, SIGNAL(returnPressed()), SLOT(changeLocation())); 74 connect(page()->mainFrame(), SIGNAL(titleChanged(const QString&)), 76 connect(page(), SIGNAL(loadProgress(int)), urlEdit, SLOT(setProgress(int))); 77 connect(page(), SIGNAL(windowCloseRequested()), this, SLOT(close()));
|
/external/wpa_supplicant/ |
includes.h | 31 #include <signal.h>
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
scan_helpers.c | 158 /* best/max rate preferred if signal level close enough XXX */ 169 /* all things being equal, use signal level; if signal levels are 171 * that value and leave the signal level zero */
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
includes.h | 31 #include <signal.h>
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
scanresults.ui | 47 <string>signal</string>
|
/frameworks/base/cmds/runtime/ |
SignalHandler.cpp | 33 LOGV("Signal command processing thread woke up!"); 172 LOGE_IF(res != 0, "Unable to create signal handler pipe: %s", strerror(errno)); 201 // If our signal handler is being called, then we know we have 208 LOGV("Signal %d: signo=%d, errno=%d, code=%d, pid=%d\n",
|
/frameworks/base/core/java/android/content/ |
ISyncContext.aidl | 34 * Signal that the corresponding sync session is completed.
|
/frameworks/base/core/res/res/raw-de/ |
nodomain.html | 17 <li>Stellen Sie sicher, dass Ihr Gerät ein Signal empfängt und über eine Datenverbindung verfügt.</li>
|
/frameworks/base/core/res/res/raw-fr/ |
nodomain.html | 17 <li>assurez-vous que votre appareil émet un signal et dispose d'une connexion de données ;</li>
|