/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ |
p_ol_wgh.cpp | 414 scal_sig = pointer to buffer of scaled signal values (Word16) 415 scal_fac = scaled signal factor (Word16) 468 Word16 scal_sig[], // i : scaled signal. 573 Word16 scal_sig[], /* i : scaled signal. */ 676 signal = pointer to buffer of signal used to compute the open loop 677 pitch where signal[-pit_max] to signal[-1] should be known 720 Word16 signal[], // i : signal used to compute the open loop pitc [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ |
expected.html | 150 Testcase terminated with signal 0<br> 179 Testcase terminated with signal 0<br> 280 Testcase terminated with signal 0<br> 289 Testcase terminated with signal 0<br> 296 Testcase terminated with signal 0<br> 305 Testcase terminated with signal 0<br> 311 Testcase terminated with signal 0<br> 317 Testcase terminated with signal 0<br> 323 Testcase terminated with signal 0<br> 329 Testcase terminated with signal 0<br [all...] |
/external/webkit/WebCore/platform/graphics/qt/ |
MediaPlayerPrivatePhonon.cpp | 105 connect(m_mediaObject, SIGNAL(stateChanged(Phonon::State,Phonon::State)), 107 connect(m_mediaObject, SIGNAL(metaDataChanged()), this, SLOT(metaDataChanged())); 108 connect(m_mediaObject, SIGNAL(seekableChanged(bool)), this, SLOT(seekableChanged(bool))); 109 connect(m_mediaObject, SIGNAL(hasVideoChanged(bool)), this, SLOT(hasVideoChanged(bool))); 110 connect(m_mediaObject, SIGNAL(bufferStatus(int)), this, SLOT(bufferStatus(int))); 111 connect(m_mediaObject, SIGNAL(finished()), this, SLOT(finished())); 112 connect(m_mediaObject, SIGNAL(currentSourceChanged(Phonon::MediaSource)), 114 connect(m_mediaObject, SIGNAL(aboutToFinish()), this, SLOT(aboutToFinish())); 115 connect(m_mediaObject, SIGNAL(totalTimeChanged(qint64)), this, SLOT(totalTimeChanged(qint64)));
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
p_ol_wgh.cpp | 415 scal_sig = pointer to buffer of scaled signal values (Word16) 416 scal_fac = scaled signal factor (Word16) 469 Word16 scal_sig[], // i : scaled signal. 574 Word16 scal_sig[], /* i : scaled signal. */ 677 signal = pointer to buffer of signal used to compute the open loop 678 pitch where signal[-pit_max] to signal[-1] should be known 721 Word16 signal[], // i : signal used to compute the open loop pitc [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/ |
Condition.java | 62 * <b>notEmpty.signal();</b> 76 * <b>notFull.signal();</b> 104 * {@linkplain #await waiting} and {@linkplain #signal signalling} methods. 160 * <li>Some other thread invokes the {@link #signal} method for this 195 * method return in response to a signal. In that case the implementation 196 * must ensure that the signal is redirected to another waiting thread, if 211 * <li>Some other thread invokes the {@link #signal} method for this 248 * <li>Some other thread invokes the {@link #signal} method for this 311 * method return in response to a signal, or over indicating the elapse 313 * must ensure that the signal is redirected to another waiting thread, i 425 void signal(); method in interface:Condition [all...] |
/external/dnsmasq/src/ |
dbus.c | 41 " <signal name=\"DhcpLeaseAdded\">\n" 45 " </signal>\n" 46 " <signal name=\"DhcpLeaseDeleted\">\n" 50 " </signal>\n" 51 " <signal name=\"DhcpLeaseUpdated\">\n" 55 " </signal>\n"
|
/external/ipsec-tools/src/racoon/ |
session.c | 59 #include <signal.h> 187 * asynchronous requests via signal. 409 * several time the same signal. This is 435 * XXX This operation is signal handler unsafe and may lead to 453 "caught signal %d\n", sig); 467 "caught signal %d\n", sig);
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
LinkedBlockingQueue.java | 57 * items have been entered since the signal. And symmetrically for 104 notEmpty.signal(); 117 notFull.signal(); 257 notFull.signal(); // propagate to a non-interrupted thread 263 notFull.signal(); 295 notFull.signal(); 303 notFull.signal(); // propagate to a non-interrupted thread 339 notFull.signal(); 361 notEmpty.signal(); // propagate to a non-interrupted thread 368 notEmpty.signal(); [all...] |
/external/bluetooth/bluez/audio/ |
telephony-ofono.c | 97 { "signal", "0-5", 5, TRUE }, 454 telephony_update_indicator(ofono_indicators, "signal", 600 " PropertyChanged signal"); 740 " PropertyChanged signal"); 752 " PropertyChanged signal"); 805 error("Unexpected signature in vc PropertyChanged signal"); 958 "type='signal'," 982 error("Unexpected signature in hal PropertyModified signal"); 990 error("Unexpected signature in hal PropertyModified signal"); 1058 error("telephony-ofono: Can't add signal filter") [all...] |
/external/bluetooth/glib/gobject/ |
gobject.c | 1 /* GObject - GLib Type, Object, Parameter and Signal Library 27 #include <signal.h> 51 * construction and destruction, property access methods, and signal 337 * @gobject: the object which received the signal. 340 * The notify signal is emitted on an object when one of its 341 * properties has been changed. Note that getting this signal 346 * This signal is typically used to obtain change notification for a 356 * detail strings for the notify signal. 823 * Emits a "notify" signal for the property @property_name on @object. [all...] |
/prebuilt/android-arm/gdbserver/ |
gdbserver | |
/bionic/libc/bionic/ |
ssp.c | 30 #include <signal.h> 73 /* Immediately block all (but SIGABRT) signal handlers from running code */
|
/bionic/libc/include/ |
signal.h | 35 #include <asm/signal.h> 103 static __inline__ __sighandler_t signal(int s, __sighandler_t f) function
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaPlayerTest.java | 92 public synchronized void signal() { method in class:MediaPlayerTest.Monitor 433 mOnBufferingUpdateCalled.signal(); 524 mOnVideoSizeChangedCalled.signal(); 530 mOnPrepareCalled.signal(); 536 mOnSeekCompleteCalled.signal(); 542 mOnCompletionCalled.signal(); 548 mOnErrorCalled.signal(); 555 mOnInfoCalled.signal();
|
/external/bluetooth/glib/tests/gobject/ |
accumulator.c | 1 /* GObject - GLib Type, Object, Parameter and Signal Library 34 /* What this test tests is the behavior of signal accumulators
|
/external/dbus/doc/ |
introspect.xsl | 55 <xsl:for-each select="method|signal|property"> 70 <xsl:when test="name(..) = "signal"">
|
/external/dropbear/ |
cli-main.c | 57 if (signal(SIGPIPE, SIG_IGN) == SIG_ERR) { 58 dropbear_exit("signal() error");
|
includes.h | 49 #include <signal.h> 139 /* so we can avoid warnings about unused params (ie in signal handlers etc) */
|
/external/e2fsprogs/intl/ |
textdomain.c | 101 /* This can happen and people will use it to signal that some 122 /* We use this possibility to signal a change of the loaded catalogs
|
/external/e2fsprogs/lib/ss/ |
pager.c | 30 #include <signal.h> 116 (void) signal(SIGINT, SIG_DFL);
|
/external/fdlibm/ |
w_jn.c | 20 * y0(0)=ieee_y1(0)=ieee_yn(n,0) = -inf with division by zero signal; 21 * y0(-ve)=ieee_y1(-ve)=ieee_yn(n,-ve) are NaN with invalid signal.
|
/external/icu4c/common/ |
usetiter.cpp | 61 codepoint = (UChar32)IS_STRING; // signal that value is actually a string 94 codepoint = (UChar32)IS_STRING; // signal that value is actually a string
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_dns_param.cpp | 68 //Signal that thread startup is complete. 72 iStartup.Signal();
|
/external/qemu/android/utils/ |
system.h | 115 /** SIGNAL HANDLING 124 #include <signal.h>
|
/external/stlport/test/unit/ |
allocator_test.cpp | 119 //We are the last thread calling this method, we signal this 121 printf("Thread %d signal\n", ret);
|