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

1 2 3

  /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() {
  /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...]
  /frameworks/base/core/java/android/text/method/
MultiTapKeyListener.java 119 new Timeout(content); // for its side effects
127 new Timeout(content); // for its side effects
143 new Timeout(content); // for its side effects
209 new Timeout(content); // for its side effects
211 // Set up the callback so we can remove the timeout if the
239 Timeout[] timeout = buf.getSpans(0, buf.length(), Timeout.class); local
241 for (int i = 0; i < timeout.length; i++) {
242 Timeout t = timeout[i]
    [all...]
  /external/llvm/tools/bugpoint/
ToolRunner.h 70 unsigned Timeout = 0,
121 unsigned Timeout = 0, unsigned MemoryLimit = 0) {}
129 unsigned Timeout = 0,
149 unsigned Timeout = 0,
173 unsigned Timeout = 0, unsigned MemoryLimit = 0);
184 unsigned Timeout = 0,
193 unsigned Timeout = 0,
221 unsigned Timeout = 0, unsigned MemoryLimit = 0);
232 unsigned Timeout = 0,
241 unsigned Timeout = 0
    [all...]
ToolRunner.cpp 138 unsigned Timeout = 0,
154 ErrorFilename, Timeout, MemoryLimit);
192 unsigned Timeout = 0,
204 unsigned Timeout,
234 Timeout, MemoryLimit, Error);
269 unsigned Timeout = 0,
281 unsigned Timeout = 0,
291 unsigned Timeout,
308 Timeout, MemoryLimit, Error))
310 Timeout, MemoryLimit)
    [all...]
BugDriver.cpp 70 unsigned timeout, unsigned memlimit, bool use_valgrind,
74 run_find_bugs(find_bugs), Timeout(timeout),
ExecutionDriver.cpp 329 Interpreter->compileProgram(BitcodeFile.str(), Error, Timeout, MemoryLimit);
388 Timeout, MemoryLimit);
393 errs() << "<timeout>";
398 " programs stuck in infinite loops gracefully. The -timeout option\n"
399 " can be used to change the timeout threshold or disable it completely\n"
400 " (with -timeout=0). This message is only displayed once.\n";
  /external/chromium/chrome/browser/sync/glue/
database_model_worker_unittest.cc 42 this, &DatabaseModelWorkerTest::Timeout);
57 void Timeout() {
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
timeout-clear-watch.js 12 shouldBe('error.code', 'error.TIMEOUT');
13 shouldBe('error.message', '"Timeout expired"');
17 timeout: 0
  /external/chromium/chrome/browser/chromeos/login/
network_screen.h 58 FRIEND_TEST(NetworkScreenTest, Timeout);
103 // Timer for connection timeout.
  /external/chromium/third_party/libjingle/source/talk/base/
winping.h 63 DWORD Timeout);
  /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
  /device/moto/stingray/whisper/
SA_Phys_Linux.c 193 struct timeval Timeout;
198 Timeout.tv_usec = 200000;
199 Timeout.tv_sec = 0;
208 retVal = select(ttyFd+1, &readfs, NULL, NULL, &Timeout);
211 DBG_ERROR("Timeout on select() occurred on port %d. Receive <%d> bytes", ttyFd, numBytesRead);
  /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;
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 66 cl::opt<unsigned> Timeout("t", cl::init(0),
349 if (Timeout > std::numeric_limits<uint32_t>::max() / 1000) {
350 errs() << ToolName << ": Timeout value too large, must be less than: "
422 if (Timeout > 0) {
446 errs() << ToolName << ": Timeout Failed: Process has been running for"
452 // TotalTimeMiliseconds is greater than Timeout * 1000, TimeLeft would
454 if (TotalTimeMiliseconds > (Timeout * 1000)) {
461 TimeLeft = (Timeout * 1000) - static_cast<uint32_t>(TotalTimeMiliseconds);
  /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
apache2-msys-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
  /external/chromium/chrome/browser/resources/
print_preview_animations.js 10 // Timeout duration in milliseconds used for showing the scrollbars.
12 // Timeout id used to reset the timer when needed.

Completed in 1205 milliseconds

1 2 3