HomeSort by relevance Sort by last modified time
    Searched refs:Timeout (Results 1 - 25 of 71) 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() {
  /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.
P2pBroadcastReceiverTest.java 70 * @param msec timeout value.
72 * within the given timeout.
78 Timeout t = new Timeout(msec);
97 * @param msec timeout value
99 * established within the given timeout.
103 Timeout t = new Timeout(msec);
124 Timeout t = new Timeout(msec)
    [all...]
P2pClientPbcTestCase.java 62 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
87 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
95 Timeout t = new Timeout(TIMEOUT);
P2pClientPinTestCase.java 59 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
84 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
92 Timeout t = new Timeout(TIMEOUT);
ServReqTestCase.java 69 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
85 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
94 Timeout t = new Timeout(TIMEOUT);
ListenerTest.java 58 * the specified timeout.
61 * @param msec timeout.
73 * within the specified timeout.
76 * @param msec timeout.
163 Timeout t = new Timeout(msec);
ServReqMultiClientTestCase01.java 52 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
61 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
94 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
102 Timeout t = new Timeout(TIMEOUT);
ServReqMultiClientTestCase02.java 52 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
61 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
94 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
102 Timeout t = new Timeout(TIMEOUT);
ServReqMultiClientTestCase03.java 47 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
57 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
67 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
100 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
109 Timeout t = new Timeout(TIMEOUT);
ServReqRemoveRequestTestCase.java 56 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
61 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
66 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
71 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
80 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
85 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
90 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
112 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
121 Timeout t = new Timeout(TIMEOUT)
    [all...]
  /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) {
  /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
  /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...]
  /external/llvm/tools/bugpoint/
ToolRunner.h 70 unsigned Timeout = 0,
122 unsigned Timeout = 0, unsigned MemoryLimit = 0) {}
130 unsigned Timeout = 0,
150 unsigned Timeout = 0,
174 unsigned Timeout = 0, unsigned MemoryLimit = 0);
185 unsigned Timeout = 0,
194 unsigned Timeout = 0,
222 unsigned Timeout = 0, unsigned MemoryLimit = 0);
233 unsigned Timeout = 0,
242 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);
271 unsigned Timeout = 0,
283 unsigned Timeout = 0,
293 unsigned Timeout,
310 Timeout, MemoryLimit, Error))
312 Timeout, MemoryLimit)
    [all...]
  /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