Searched defs:maxConcurrentActions (Results 1 - 3 of 3) sorted by relevance

/external/vogar/src/vogar/tasks/
H A DTaskQueue.java38 private int maxConcurrentActions; field in class:TaskQueue
44 public TaskQueue(Console console, int maxConcurrentActions) { argument
46 this.maxConcurrentActions = maxConcurrentActions;
158 if (runningActions < maxConcurrentActions) {
/external/vogar/src/vogar/
H A DRun.java84 public final int maxConcurrentActions; field in class:Run
139 this.maxConcurrentActions = (vogar.stream || vogar.modeId == ModeId.ACTIVITY)
184 this.taskQueue = new TaskQueue(console, maxConcurrentActions);
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 133 milliseconds