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

  /external/vogar/src/vogar/tasks/
RunActionTask.java 52 private String lastStartedOutcome;
79 String skipPast = lastStartedOutcome;
80 lastStartedOutcome = null;
102 if (lastStartedOutcome == null || lastStartedOutcome.equals(actionName)) {
105 } else if (!lastStartedOutcome.equals(lastFinishedOutcome)) {
106 earlyResultOutcome = lastStartedOutcome;
115 + "lastStartedOutcome=" + lastStartedOutcome + "\n"
195 lastStartedOutcome = outcomeName
    [all...]
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 56 milliseconds