Home
last modified time | relevance | path

Searched refs:firstMonitorPort (Results 1 – 5 of 5) sorted by relevance

/external/vogar/src/vogar/
DRun.java74 public final int firstMonitorPort; field in Run
141 this.firstMonitorPort = vogar.firstMonitorPort; in Run()
DVogar.java78 int firstMonitorPort = -1; field in Vogar
481 if (firstMonitorPort == -1) { in parseArgs()
482 firstMonitorPort = modeId.isLocal() ? 8788 : 8787; in parseArgs()
/external/vogar/src/vogar/tasks/
DRunActionTask.java92 ? hostMonitor.attach(monitorPort(run.firstMonitorPort)) in execute()
175 : run.firstMonitorPort + runnerThreadId.get(); in monitorPort()
DPrepareTarget.java45 target.forwardTcp(run.firstMonitorPort + i); in execute()
DBuildActionTask.java188 properties.setProperty(TestProperties.MONITOR_PORT, Integer.toString(run.firstMonitorPort)); in fillInProperties()