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

  /external/nist-sip/java/javax/sip/
Timeout.java 3 public enum Timeout {
  /external/junit/src/org/junit/rules/
Timeout.java 11 * The Timeout Rule applies the same timeout to all test methods in a class:
18 * public MethodRule globalTimeout= new Timeout(20);
36 public class Timeout implements TestRule {
40 * @param millis the millisecond timeout
42 public Timeout(int millis) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
Timeout.java 20 * This class holds the remaining timeout value.
22 public class Timeout {
27 * Initialize timeout value.
30 public Timeout(long msec) {
35 * Return true if the timeout has already expired.
43 * Return the remaining timeout value.
  /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 123 new Timeout(content); // for its side effects
131 new Timeout(content); // for its side effects
147 new Timeout(content); // for its side effects
213 new Timeout(content); // for its side effects
215 // Set up the callback so we can remove the timeout if the
243 Timeout[] timeout = buf.getSpans(0, buf.length(), Timeout.class); local
245 for (int i = 0; i < timeout.length; i++) {
246 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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cciss_ioctl.h 137 HWORD Timeout;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cciss_ioctl.h 137 HWORD Timeout;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cciss_ioctl.h 137 HWORD Timeout;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 812 milliseconds