Searched refs:shouldStop (Results 1 – 10 of 10) sorted by relevance
116 TestBackupHandler(boolean shouldStop) { in TestBackupHandler() argument119 mShouldStop = shouldStop; in TestBackupHandler()
193 boolean shouldStop = false; in run()206 shouldStop = true; in run()212 if (shouldStop) { in run()
148 public synchronized boolean shouldStop() { in shouldStop() method in TestResult
236 if (result.shouldStop() )
708 boolean shouldStop = false; in testInteraction()710 while (!shouldStop && counter++ < TEST_TORELANCE_MAX_ITERATIONS) { in testInteraction()713 shouldStop = gainedFocusLoss in testInteraction()716 assertThat(shouldStop).isTrue(); in testInteraction()
202 method public boolean shouldStop();
3523 final boolean shouldStop = r.canStopIfKilled(canceled); in scheduleServiceRestartLocked()3524 if (shouldStop && !r.hasAutoCreateConnections()) { in scheduleServiceRestartLocked()3528 reason = (r.startRequested && !shouldStop) ? "start-requested" : "connection"; in scheduleServiceRestartLocked()
org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
54122 method public synchronized boolean shouldStop();