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

1 2

  /dalvik/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/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:
  /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/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tsc_component.h 184 virtual void Timeout() {};
  /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...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tscmain.cpp 987 OSCL_EXPORT_REF void TSC_324m::SetEndSessionTimeout(uint32 timeout)
990 (0, "TSC_324m::SetEndSessionTimeout timeout(%d)", timeout));
991 iEndSessionTimeout = timeout;
996 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...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Enc_Utils.c 286 plcml_Init->Timeout = OMX_G722ENC_SN_TIMEOUT;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_Utils.c 190 plcml_Init->Timeout = OMX_G726DEC_SN_TIMEOUT;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_Utils.c 255 plcml_Init->Timeout = G726ENC_SN_TIMEOUT;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c 221 plcml_Init->Timeout = OMX_G729DEC_SN_TIMEOUT;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_Utils.c 200 plcml_Init->Timeout = G729ENC_SN_TIMEOUT;
    [all...]

Completed in 233 milliseconds

1 2