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

1 2 3 4

  /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/mockito/src/org/mockito/verification/
Timeout.java 16 * Typically, you won't use this class explicitly. Instead use timeout() method on Mockito class.
19 public class Timeout implements VerificationWithTimeout {
26 * Typically, you won't use this class explicitly. Instead use timeout() method on Mockito class.
29 public Timeout(int millis, VerificationMode delegate) {
36 Timeout(int treshhold, int millis, VerificationMode delegate) {
51 return new Timeout(impl.getTreshhold(), impl.getTimeout(), VerificationModeFactory.atLeast(minNumberOfInvocations));
58 return new Timeout(impl.getTreshhold(), impl.getTimeout(), VerificationModeFactory.atLeastOnce());
73 return new Timeout(impl.getTreshhold(), impl.getTimeout(), VerificationModeFactory.times(0));
80 return new Timeout(impl.getTreshhold(), impl.getTimeout(), VerificationModeFactory.only());
87 return new Timeout(impl.getTreshhold(), impl.getTimeout(), VerificationModeFactory.times(wantedNumberOfInvocations));
    [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
  /external/chromium_org/third_party/webrtc/base/
winping.h 51 DWORD Timeout);
65 DWORD Timeout
  /external/llvm/tools/bugpoint/
ToolRunner.h 69 unsigned Timeout = 0,
119 unsigned Timeout = 0, unsigned MemoryLimit = 0) {}
127 unsigned Timeout = 0,
147 unsigned Timeout = 0,
174 unsigned Timeout = 0, unsigned MemoryLimit = 0) override;
185 unsigned Timeout = 0,
194 unsigned Timeout = 0,
ToolRunner.cpp 134 unsigned Timeout = 0,
152 ErrorFilename.str(), Timeout, MemoryLimit);
190 unsigned Timeout = 0,
202 unsigned Timeout,
232 Timeout, MemoryLimit, Error);
300 unsigned Timeout = 0,
312 unsigned Timeout = 0,
322 unsigned Timeout,
339 Timeout, MemoryLimit, Error))
341 Timeout, MemoryLimit)
    [all...]
  /external/chromium_org/ash/display/
resolution_notification_controller.h 30 // also manages the timeout in case the new resolution is unusable.
42 // In that case, the timeout has to be set since the user cannot make any
70 FRIEND_TEST_ALL_PREFIXES(ResolutionNotificationControllerTest, Timeout);
85 // Called every second for timeout.
  /external/chromium_org/chrome/browser/sync/glue/
browser_thread_model_worker_unittest.cc 52 &SyncBrowserThreadModelWorkerTest::Timeout);
68 void Timeout() {
  /external/chromium_org/tools/python/google/httpd_config/
httpd2_linux.conf 10 # Timeout: The number of seconds before receives and sends time out.
12 Timeout 300
  /external/chromium_org/remoting/webapp/browser_test/
browser_test.js 115 browserTest.Timeout = {
135 opt_timeout = browserTest.Timeout.DEFAULT;
140 reject('Timeout waiting for ' + expectedMode);
152 if (opt_timeout != browserTest.Timeout.NONE) {
186 // the PIN prompt does not dismiss without the timeout.
204 var Timeout = browserTest.Timeout;
206 var onConnected = browserTest.onUIMode(AppMode.IN_SESSION, Timeout.None);
232 // Timeout if the session is not connected within 30 seconds.
237 browserTest.Timeout.NONE)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/screens/
network_screen.h 57 FRIEND_TEST_ALL_PREFIXES(NetworkScreenTest, Timeout);
95 // Timer for connection timeout.
  /external/chromium_org/cloud_print/service/win/
service_ipc_unittest.cc 13 TEST(ServiceIpcTest, Timeout) {
  /external/chromium_org/chrome/test/base/
tracing.cc 91 bool WaitForWatchEvent(base::TimeDelta timeout) {
96 if (timeout != base::TimeDelta()) {
97 timer_.Start(FROM_HERE, timeout, this,
98 &InProcessTraceController::Timeout);
149 void Timeout() {
181 bool WaitForWatchEvent(base::TimeDelta timeout) {
182 return InProcessTraceController::GetInstance()->WaitForWatchEvent(timeout);

Completed in 1020 milliseconds

1 2 3 4