HomeSort by relevance Sort by last modified time
    Searched refs:Timeout (Results 1 - 25 of 41) sorted by null

1 2

  /external/nist-sip/java/javax/sip/
Timeout.java 3 public enum Timeout {
TimeoutEvent.java 4 private Timeout mTimeout;
7 Timeout timeout) {
9 mTimeout = timeout;
13 Timeout timeout) {
15 mTimeout = timeout;
18 public Timeout getTimeout() {
  /libcore/dalvik/src/main/java/dalvik/annotation/
Timeout.java 25 * Defines an annotation to be used for specifying a test timeout. A test
33 public @interface Timeout {
36 * Specifies the test timeout in seconds.
  /frameworks/base/core/java/android/text/method/
MultiTapKeyListener.java 119 Timeout t = new Timeout(content);
127 Timeout t = new Timeout(content);
143 Timeout t = new Timeout(content);
209 Timeout t = new Timeout(content);
211 // Set up the callback so we can remove the timeout if the
239 Timeout[] timeout = buf.getSpans(0, buf.length(), Timeout.class) local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
ClientTransactionExt.java 8 import javax.sip.Timeout;
16 * listener will get a Timeout.RETRANSMIT event on each retransmission.
25 * Send a transaction timeout event to the application if Tx is still in Calling state in the
SipProviderImpl.java 69 import javax.sip.Timeout;
913 Timeout timeout = Timeout.TRANSACTION; local
933 Timeout timeout = Timeout.TRANSACTION; local
963 Timeout timeout = Timeout.RETRANSMIT; local
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
timeout-zero.js 1 description("Tests that when timeout is zero (and maximumAge is too), the error callback is called immediately with code TIMEOUT.");
11 shouldBe('error.code', 'error.TIMEOUT');
12 shouldBe('error.message', '"Timeout expired"');
16 timeout: 0
timeout-clear-watch.js 11 shouldBe('error.code', 'error.TIMEOUT');
12 shouldBe('error.message', '"Timeout expired"');
16 timeout: 0
  /external/ppp/pppd/plugins/radius/etc/
dictionary 69 ATTRIBUTE Session-Timeout 27 integer
70 ATTRIBUTE Idle-Timeout 28 integer
198 VALUE Acct-Terminate-Cause Idle-Timeout 4
199 VALUE Acct-Terminate-Cause Session-Timeout 5
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_Types.h 219 * This enum keeps track of the state of the codec in order to allow the messaging thread to decrease the timeout
277 OMX_U32 Timeout;
  /development/tools/axl/
axl.py 196 class Timeout(BaseProtocol):
244 Timeout, SlowResponse:
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cciss_ioctl.h 137 HWORD Timeout;
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 85 # Timeout: The number of seconds before receives and sends time out.
87 Timeout 300
apache2-httpd.conf 85 # Timeout: The number of seconds before receives and sends time out.
87 Timeout 300
cygwin-httpd.conf 103 # Timeout: The number of seconds before receives and sends time out.
105 Timeout 300
fedora-httpd.conf 80 # Timeout: The number of seconds before receives and sends time out.
82 Timeout 300
httpd.conf 103 # Timeout: The number of seconds before receives and sends time out.
105 Timeout 300
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPClientTransaction.java 59 import javax.sip.Timeout;
    [all...]
SIPServerTransaction.java 53 import javax.sip.Timeout;
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 305 NodeAttrIn.uTimeout = phandle->dspCodec->Timeout;
622 NodeAttrIn.uTimeout = phandle->dspCodec->Timeout;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c 206 plcml_Init->Timeout = OMX_G711DEC_SN_TIMEOUT;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_Utils.c 185 plcml_Init->Timeout = G711ENC_SN_TIMEOUT;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Dec_Utils.c 291 plcml_Init->Timeout = OMX_G722DEC_SN_TIMEOUT;
    [all...]

Completed in 762 milliseconds

1 2