Home
last modified time | relevance | path

Searched defs:pt (Results 1 – 4 of 4) sorted by relevance

/test/vti/dashboard/src/test/java/com/android/vts/util/
DProfilingPointSummaryTest.java80 ProfilingPointSummaryEntity pt = createProfilingReport(labels, values, mode); in setUp() local
124 ProfilingPointSummaryEntity pt = createProfilingReport(labels, values, mode); in testIterator() local
138 ProfilingPointSummaryEntity pt = createProfilingReport(labels, values, mode); in testUpdateLabelGrouped() local
/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsPerformanceJobServletTest.java124 ProfilingPointSummaryEntity pt = createProfilingReport(LABELS, HIGH_VALS, mode); in setUp() local
218 ProfilingPointSummaryEntity pt = createProfilingReport(LABELS, HIGH_VALS, mode); in testPerformanceSummaryDroppedProfilingPoint() local
236 ProfilingPointSummaryEntity pt = createProfilingReport(LABELS, HIGH_VALS, mode); in testPerformanceSummaryAddedProfilingPoint() local
/test/vti/dashboard/src/main/java/com/android/vts/util/
DLineGraph.java132 ProfilingPointRunEntity pt = profilingRuns.get(reportIndex); in toJson() local
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGraphServlet.java93 ProfilingPointRunEntity pt = ProfilingPointRunEntity.fromEntity(profilingRun); in processProfilingRun() local