Searched defs:outcomes (Results 1 – 7 of 7) sorted by relevance
/external/v8/tools/testrunner/local/ |
D | statusfile.py | 66 def DoSkip(outcomes): argument 70 def IsSlow(outcomes): argument 74 def OnlyStandardVariant(outcomes): argument 78 def OnlyFastVariants(outcomes): argument 82 def IsFlaky(outcomes): argument 86 def IsPassOrFail(outcomes): argument 91 def IsFailOk(outcomes): argument 108 def _ParseOutcomeList(rule, outcomes, target_dict, variables): argument
|
/external/vogar/src/vogar/ |
D | ActionFinder.java | 29 private final Map<String, Outcome> outcomes; field in ActionFinder 31 public ActionFinder(Log log, Map<String, Action> actions, Map<String, Outcome> outcomes) { in ActionFinder()
|
D | XmlReportPrinter.java | 88 private Map<String, Suite> testsToSuites(Collection<Outcome> outcomes) { in testsToSuites() 118 private final List<Outcome> outcomes = new ArrayList<Outcome>(); field in XmlReportPrinter.Suite
|
D | OutcomeStore.java | 68 public Map<String, AnnotatedOutcome> read(Map<String, Outcome> outcomes) { in read() 124 public void write(Map<String, Outcome> outcomes) { in write()
|
D | XmlReportReader.java | 71 Collection<Outcome> outcomes = new ArrayList<Outcome>(); in readTestSuite() local
|
D | Driver.java | 55 private final Map<String, Outcome> outcomes = Collections.synchronizedMap( field in Driver
|
D | ExpectationStore.java | 52 private final Map<String, Expectation> outcomes = new LinkedHashMap<String, Expectation>(); field in ExpectationStore
|