Searched refs:ReportGraphModel (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dreport.py222 class ReportGraphModel(ReportModelBase): # pylint: disable=R0903 class in inherits:ReportModelBase
328 if sType not in ReportGraphModel.kasTypes:
340 if sType == ReportGraphModel.ksTypeValue:
342 self.aoLookups.append(ReportGraphModel.SampleSource(sType, aidStrTests, idStrValue));
/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuitestresult.py37 from testmanager.core.report import ReportGraphModel; namespace
140 % (WuiMain.ksParamReportSubjectIds, ReportGraphModel.ksTypeResult, sLineage,);
144 % ( WuiMain.ksParamReportSubjectIds, ReportGraphModel.ksTypeElapsed, sLineage);
226 WuiMain.ksParamReportSubjectIds, ReportGraphModel.ksTypeValue, sLineage, oValue.idStrName, );
H A Dwuimain.py37 from testmanager.core.report import ReportLazyModel, ReportGraphModel, ReportModelBase; namespace
971 oModel = ReportGraphModel(self._oDb, tsEffective, cPeriods, cHoursPerPeriod, sSubject, asSubjectIds,

Completed in 104 milliseconds