Searched refs:testRuns (Results 1 – 9 of 9) sorted by relevance
50 Integer testRuns = map.get(id); in getTestRuns() local51 return (testRuns == null) ? 1 : testRuns; in getTestRuns()68 Map<String, Integer> testRuns) { in setTestRuns() argument74 FileUtil.writeToFile(mapToString(testRuns), f); in setTestRuns()
49 private List<TestRunEntity> testRuns; // list of all test runs field in TestResults98 this.testRuns = new ArrayList<>(); in TestResults()121 testRuns.add(testRunEntity); in addTestRun()140 if (testRuns.size() == 0) return; in generateToTBreakdown()142 TestRunEntity mostRecentRun = testRuns.get(0); in generateToTBreakdown()163 return testRuns.size(); in getSize()225 … testRuns.sort((t1, t2) -> new Long(t2.getStartTimestamp()).compareTo(t1.getStartTimestamp())); in processReport()228 headerRow = new String[testRuns.size() + 1]; in processReport()231 summaryGrid = new String[SUMMARY_NAMES.length][testRuns.size() + 1]; in processReport()236 timeGrid = new String[TIME_INFO_NAMES.length][testRuns.size() + 1]; in processReport()[all …]
96 private List<com.googlecode.objectify.Key<TestRunEntity>> testRuns; field in TestPlanRunEntity124 List<Key> testRuns) { in TestPlanRunEntity() argument136 this.oldTestRuns = testRuns; in TestPlanRunEntity()137 this.testRuns = in TestPlanRunEntity()138 testRuns.stream() in TestPlanRunEntity()174 List<com.googlecode.objectify.Key<TestRunEntity>> testRuns) { in TestPlanRunEntity() argument186 this.testRuns = testRuns; in TestPlanRunEntity()218 if (Objects.isNull(this.testRuns)) { in addCoverageApiTask()
157 List<TestRunEntity> testRuns = new ArrayList<>(); in getTestRuns() local162 testRuns.add(testRun); in getTestRuns()164 return testRuns; in getTestRuns()230 List<TestRunEntity> testRuns, in getTestStatus() argument237 if (testRuns.size() == 0) return null; in getTestStatus()251 for (TestRunEntity testRun : testRuns) { in getTestStatus()537 List<TestRunEntity> testRuns = in doPost() local540 if (testRuns.size() == 0) return; in doPost()543 getTestStatus(testRuns, link, failedTestcaseMap, testAcks, emails, messageQueue); in doPost()
106 Map<Key, Entity> testRuns = datastore.get(testPlanRun.getOldTestRuns()); in doGetHandler() local119 if (!testRuns.containsKey(key)) continue; in doGetHandler()120 TestRunEntity testRunEntity = TestRunEntity.fromEntity(testRuns.get(key)); in doGetHandler()
581 Map<Key, Entity> testRuns = datastore.get(testRunKeys); in doPost()589 for (Key testRunKey : testRuns.keySet()) { in doPost()591 TestRunEntity.fromEntity(testRuns.get(testRunKey)); in doPost()
33 $('#test-results-container').showTests(${testRuns}, true);
70 $('#test-results-container').showTests(${testRuns});
META-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...