Home
last modified time | relevance | path

Searched defs:Outcome (Results 1 – 2 of 2) sorted by relevance

/external/vogar/src/vogar/
DOutcome.java31 public final class Outcome { class
38 public Outcome(String outcomeName, Result result, List<String> outputLines) { in Outcome() method in Outcome
45 public Outcome(String outcomeName, Result result, String outputLine, Date date) { in Outcome() method in Outcome
52 public Outcome(String outcomeName, Result result, String outputLine) { in Outcome() method in Outcome
59 public Outcome(String outcomeName, Result result, Throwable throwable) { in Outcome() method in Outcome
/external/r8/src/test/java/com/android/tools/r8/
DJctfTestSpecifications.java24 public enum Outcome { enum in JctfTestSpecifications