Home
last modified time | relevance | path

Searched refs:result_counts (Results 1 – 2 of 2) sorted by relevance

/external/autotest/frontend/client/src/autotest/afe/
DJobTable.java53 JSONArray result_counts = row.get("result_counts").isObject().get("groups").isArray(); in preprocessRow() local
54 if (result_counts.size() > 0) { in preprocessRow()
56 result_counts.get(0).isObject(), PASS_COUNT_FIELD, in preprocessRow()
/external/autotest/client/site_tests/graphics_dEQP/
Dgraphics_dEQP.py372 result_counts = self._parse_test_results(
375 if result_counts:
376 result = result_counts.keys()[0]