Searched defs:tracker (Results 1 – 11 of 11) sorted by relevance
98 CountDownLatch tracker = new CountDownLatch(2); in testMultiPolling() local134 CountDownLatch tracker = new CountDownLatch(1); in testPollingRun() local169 CountDownLatch tracker = new CountDownLatch(1); in testRun_runtimeException() local200 CountDownLatch tracker = new CountDownLatch(1); in testRun_deviceUnresponsive() local231 CountDownLatch tracker = new CountDownLatch(1); in testRun_dnae() local270 CountDownLatch tracker = new CountDownLatch(1); in testRun_dnae_reportNotExecuted() local332 CountDownLatch tracker = new CountDownLatch(3); in testRun_dnae_NotLastDevice() local371 CountDownLatch tracker = new CountDownLatch(3); in testRun_dnae_NotLastDevice_offline() local422 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()
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
96 public TestsPoolPoller(Collection<IRemoteTest> tests, CountDownLatch tracker) { in TestsPoolPoller()104 CountDownLatch tracker) { in TestsPoolPoller()
142 CountDownLatch tracker = new CountDownLatch(maxShard); in shardConfig() local161 CountDownLatch tracker = new CountDownLatch(shardableTests.size()); in shardConfig() local
34 private ByteTracker tracker; field in ZFileOptions
381 private final ByteTracker tracker; field in ZFile
434 ExceptionTracker tracker = new ExceptionTracker(); in testRun_oneConfigLoop() local
291 private ExecutableCommand(CommandTracker tracker, IConfiguration config, in ExecutableCommand()1675 private void logInvocationStartedEvent(CommandTracker tracker, IInvocationContext context) { in logInvocationStartedEvent()