HomeSort by relevance Sort by last modified time
    Searched defs:Timeout (Results 1 - 8 of 8) sorted by null

  /external/nist-sip/java/javax/sip/
Timeout.java 3 public enum Timeout {
  /external/chromium/chrome/browser/sync/glue/
database_model_worker_unittest.cc 42 this, &DatabaseModelWorkerTest::Timeout);
57 void Timeout() {
  /external/llvm/tools/bugpoint/
BugDriver.h 56 unsigned Timeout;
66 unsigned timeout, unsigned memlimit, bool use_valgrind,
  /development/tools/axl/
axl.py 196 class Timeout(BaseProtocol):
244 Timeout, SlowResponse:
  /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);
  /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...]
  /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;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cciss_ioctl.h 137 HWORD Timeout;

Completed in 615 milliseconds