HomeSort by relevance Sort by last modified time
    Searched defs:monitorPort (Results 1 - 3 of 3) sorted by null

  /external/vogar/src/vogar/target/
TestRunner.java 47 @VisibleForTesting final Integer monitorPort;
61 int monitorPort = Integer.parseInt(properties.getProperty(TestProperties.MONITOR_PORT));
66 if (arg.equals("--monitorPort")) {
68 monitorPort = Integer.parseInt(i.next());
93 this.monitorPort = monitorPort;
143 ? TargetMonitor.await(monitorPort)
  /external/vogar/src/vogar/tasks/
RunActionTask.java 82 currentCommand = createActionCommand(action, skipPast, monitorPort(-1));
92 ? hostMonitor.attach(monitorPort(run.firstMonitorPort))
137 * @param monitorPort the port to accept connections on, or -1 for the
139 public Command createActionCommand(Action action, String skipPast, int monitorPort) {
148 if (monitorPort != -1) {
149 vmCommandBuilder.args("--monitorPort", Integer.toString(monitorPort));
187 private int monitorPort(int defaultValue) {
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 599 milliseconds