Home
last modified time | relevance | path

Searched defs:outcomes (Results 1 – 8 of 8) sorted by relevance

/external/vogar/src/vogar/
DActionFinder.java29 private final Map<String, Outcome> outcomes; field in ActionFinder
31 public ActionFinder(Log log, Map<String, Action> actions, Map<String, Outcome> outcomes) { in ActionFinder()
DXmlReportPrinter.java88 private Map<String, Suite> testsToSuites(Collection<Outcome> outcomes) { in testsToSuites()
118 private final List<Outcome> outcomes = new ArrayList<Outcome>(); field in XmlReportPrinter.Suite
DOutcomeStore.java68 public Map<String, AnnotatedOutcome> read(Map<String, Outcome> outcomes) { in read()
124 public void write(Map<String, Outcome> outcomes) { in write()
DXmlReportReader.java71 Collection<Outcome> outcomes = new ArrayList<Outcome>(); in readTestSuite() local
DDriver.java55 private final Map<String, Outcome> outcomes = Collections.synchronizedMap( field in Driver
DExpectationStore.java52 private final Map<String, Expectation> outcomes = new LinkedHashMap<String, Expectation>(); field in ExpectationStore
/external/v8/tools/testrunner/local/
Dstatusfile.py180 def _ParseOutcomeList(rule, outcomes, variables, target_dict): argument
/external/v8/tools/testrunner/objects/
Dtestcase.py99 def _parse_status_file_outcomes(self, outcomes): argument