Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/ios/
DBreakpadController.mm348 int timeToWait = [self sendDelay];
351 if (timeToWait == -1)
355 if (timeToWait == 0) {
362 timeToWait = uploadIntervalInSeconds_;
366 if (timeToWait > 0) {
367 dispatch_time_t delay = dispatch_time(DISPATCH_TIME_NOW, (int64_t)(timeToWait * NSEC_PER_SEC));
/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()