Home
last modified time | relevance | path

Searched refs:profilingPointNames (Results 1 – 5 of 5) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowTreeServlet.java208 List<String> profilingPointNames = new ArrayList<>(); in doGetHandler() local
257 profilingPointNames.addAll(profilingPoints); in doGetHandler()
258 profilingPointNames.sort(Comparator.naturalOrder()); in doGetHandler()
298 request.setAttribute("profilingPointNames", profilingPointNames); in doGetHandler()
DShowTableServlet.java181 if (testResults.profilingPointNames.length == 0) { in doGetHandler()
197 request.setAttribute("profilingPointNames", testResults.profilingPointNames); in doGetHandler()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DTestResults.java62 public String[] profilingPointNames; // list of profiling point names in the test run field in TestResults
447 profilingPointNames = in processReport()
449 Arrays.sort(profilingPointNames); in processReport()
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_table.jsp263 <c:when test='${empty profilingPointNames}'>
272 <c:forEach items='${profilingPointNames}' var='pt'>
Dshow_tree.jsp232 <c:when test='${empty profilingPointNames}'>
241 <c:forEach items='${profilingPointNames}' var='pt'>