Home
last modified time | relevance | path

Searched refs:timeToWait (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/
DClassCacheTest.java33 int timeToWait = 500; in fixForCorberturaAndSonarCodeCoverage() local
34 locker.join(timeToWait, 0); in fixForCorberturaAndSonarCodeCoverage()
38 attempt.join(timeToWait, 0); in fixForCorberturaAndSonarCodeCoverage()
41 Assert.assertEquals(1, (after - before) / timeToWait); in fixForCorberturaAndSonarCodeCoverage()
72 int timeToWait = 500; in fixForCorberturaAndSonarCodeCoverageTheOtherWayAround() local
73 locker.join(timeToWait, 0); in fixForCorberturaAndSonarCodeCoverageTheOtherWayAround()
77 attempt.join(timeToWait, 0); in fixForCorberturaAndSonarCodeCoverageTheOtherWayAround()
80 Assert.assertEquals(1, (after - before) / timeToWait); in fixForCorberturaAndSonarCodeCoverageTheOtherWayAround()
/external/google-breakpad/src/client/ios/
DBreakpadController.mm325 int timeToWait = [self sendDelay];
328 if (timeToWait == -1)
332 if (timeToWait == 0) {
339 timeToWait = uploadIntervalInSeconds_;
343 if (timeToWait > 0) {
348 afterDelay:timeToWait];
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPDialog.java306 long timeToWait = 0; in run() local
338 timeToWait = System.currentTimeMillis() - startTime; in run()
348 if (timeToWait != 0) { in run()