Searched defs:tracker (Results 1 – 11 of 11) sorted by relevance
83 CountDownLatch tracker = new CountDownLatch(2); in testMultiPolling() local115 CountDownLatch tracker = new CountDownLatch(1); in testPollingRun() local146 CountDownLatch tracker = new CountDownLatch(1); in testRun_runtimeException() local177 CountDownLatch tracker = new CountDownLatch(1); in testRun_deviceUnresponsive() local208 CountDownLatch tracker = new CountDownLatch(1); in testRun_dnae() local248 CountDownLatch tracker = new CountDownLatch(1); in testRun_dnae_reportNotExecuted() local308 CountDownLatch tracker = new CountDownLatch(3); in testRun_dnae_NotLastDevice() local348 CountDownLatch tracker = new CountDownLatch(3); in testRun_dnae_NotLastDevice_offline() local400 CountDownLatch tracker = new CountDownLatch(1); in testPolling_tokens_notExecuted() local
44 private final ByteTracker tracker; field in DeflateExecutionCompressor55 @Nonnull ByteTracker tracker, in DeflateExecutionCompressor()
62 @Nonnull ByteTracker tracker, double minRatio) { in BestAndDefaultDeflateExecutorCompressor()
120 CountDownLatch tracker = new CountDownLatch(maxShard); in shardConfig() local133 CountDownLatch tracker = new CountDownLatch(shardableTests.size()); in shardConfig() local
103 public TestsPoolPoller(Collection<IRemoteTest> tests, CountDownLatch tracker) { in TestsPoolPoller()111 CountDownLatch tracker) { in TestsPoolPoller()
111 public void setCommandTracker(String deviceSerial, ExecCommandTracker tracker) { in setCommandTracker()
438 ExecCommandTracker tracker = new ExecCommandTracker(); in processExecCommand() local440 getDeviceTracker().setCommandTracker(c.getDeviceSerial(), tracker); in processExecCommand() local451 ExecCommandTracker tracker = getDeviceTracker().getLastCommandResult(c.getDeviceSerial()); in processGetLastCommandResult() local
34 private ByteTracker tracker; field in ZFileOptions
380 private final ByteTracker tracker; field in ZFile
428 ExceptionTracker tracker = new ExceptionTracker(); in testRun_oneConfigLoop() local
285 private ExecutableCommand(CommandTracker tracker, IConfiguration config, in ExecutableCommand()1555 private void logInvocationStartedEvent(CommandTracker tracker, IInvocationContext context) { in logInvocationStartedEvent()