/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | header.jsp | 20 …<link rel='stylesheet' href='https://www.gstatic.com/external_hosted/materialize/all_styles-bundle… 21 …<link rel='icon' href='https://www.gstatic.com/images/branding/googleg/1x/googleg_standard_color_3… 22 <link rel='stylesheet' href='https://fonts.googleapis.com/icon?family=Material+Icons'> 23 <link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700'> 24 <link rel='stylesheet' href='/css/navbar.css'> 25 <link rel='stylesheet' href='/css/common.css'> 47 <c:forEach items='${navbarLinks}' var='link' varStatus='loop'> 49 <a class='nav-list-item' href='${link.url}'>${link.name}</a> 63 <c:forEach items='${breadcrumbLinks}' var='link'> 64 <a href='${link.url}' class='nav-sublist-item breadcrumb'>${link.name}</a>
|
D | show_plan_release.jsp | 22 <link rel='stylesheet' href='/css/show_plan_release.css'> 23 <link rel='stylesheet' href='/css/plan_runs.css'> 24 <link rel='stylesheet' href='/css/search_header.css'> 69 var link = '${pageContext.request.contextPath}' + 73 link += '&unfiltered='; 75 window.open(link,'_self'); 82 var link = '${pageContext.request.contextPath}' + 86 link += '&unfiltered='; 88 window.open(link,'_self'); 93 var link = '${pageContext.request.contextPath}' + [all …]
|
D | show_table.jsp | 22 <link type='text/css' href='/css/show_table.css' rel='stylesheet'> 23 <link type='text/css' href='/css/show_test_runs_common.css' rel='stylesheet'> 24 <link type='text/css' href='/css/search_header.css' rel='stylesheet'> 94 var link = '<a href="' + entry[1] + '"'; 95 link += 'class="collection-item">' + entry[0] + '</li>'; 96 return acc + link; 110 var link = '${pageContext.request.contextPath}' + 113 link += '&unfiltered='; 115 window.open(link,'_self'); 122 var link = '${pageContext.request.contextPath}' + [all …]
|
D | show_tree.jsp | 22 <link type='text/css' href='/css/show_test_runs_common.css' rel='stylesheet'> 23 <link type='text/css' href='/css/test_results.css' rel='stylesheet'> 24 <link rel='stylesheet' href='/css/search_header.css'> 135 var link = '${pageContext.request.contextPath}' + 138 link += '&unfiltered='; 140 window.open(link,'_self'); 147 var link = '${pageContext.request.contextPath}' + 151 link += '&unfiltered='; 153 window.open(link,'_self'); 160 var link = '${pageContext.request.contextPath}' + [all …]
|
D | show_performance_digest.jsp | 22 <link type='text/css' href='/css/datepicker.css' rel='stylesheet'> 23 <link type='text/css' href='/css/show_performance_digest.css' rel='stylesheet'> 24 <link rel='stylesheet' href='https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.0/jquery-ui.css'> 36 var link = ctx + '/show_performance_digest?profilingPoint=${profilingPointName}' + 40 link += '&device=' + $('#device-select').val(); 42 window.open(link,'_self');
|
D | show_profiling_overview.jsp | 22 <link type='text/css' href='/css/datepicker.css' rel='stylesheet'> 23 <link type='text/css' href='/css/show_profiling_overview.css' rel='stylesheet'> 24 <link rel='stylesheet' href='/css/search_header.css'> 160 var link = '${pageContext.request.contextPath}' + 162 window.open(link,'_self');
|
D | show_graph.jsp | 22 <link type='text/css' href='/css/datepicker.css' rel='stylesheet'> 23 <link type='text/css' href='/css/show_graph.css' rel='stylesheet'> 24 <link rel='stylesheet' href='https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.0/jquery-ui.css'> 227 var link = ctx + '/show_graph?profilingPoint=${profilingPointName}' + 232 link += '&device=' + $('#device-select').val(); 234 window.open(link,'_self');
|
D | show_green_suite_release.jsp | 22 <link rel='stylesheet' href='/css/show_plan_release.css'> 23 <link rel='stylesheet' href='/css/plan_runs.css'> 24 <link rel='stylesheet' href='/css/search_header.css'>
|
D | show_green_plan_release.jsp | 22 <link rel='stylesheet' href='/css/show_plan_release.css'> 23 <link rel='stylesheet' href='/css/plan_runs.css'> 24 <link rel='stylesheet' href='/css/search_header.css'>
|
D | show_coverage_overview.jsp | 22 <!-- <link rel='stylesheet' href='/css/dashboard_main.css'> --> 24 <link type='text/css' href='/css/show_test_runs_common.css' rel='stylesheet'> 25 <link type='text/css' href='/css/test_results.css' rel='stylesheet'> 26 <link rel='stylesheet' href='/css/search_header.css'> 56 … var link = '${pageContext.request.contextPath}' + '/show_coverage_overview' + queryParam; 57 window.open(link, '_self'); 327 var link = '${pageContext.request.contextPath}' + 330 link += '&unfiltered='; 332 window.open(link,'_self');
|
D | show_test_acknowledgments.jsp | 21 <link rel='stylesheet' href='/css/show_test_acknowledgments.css'> 22 <link rel='stylesheet' href='/css/test_acknowledgments.css'>
|
D | error_msg.jsp | 21 <link rel='stylesheet' href='/css/dashboard_main.css'>
|
D | auth_error.jsp | 21 <link rel='stylesheet' href='/css/dashboard_main.css'>
|
D | show_profiling_list.jsp | 21 <link rel='stylesheet' href='/css/show_release.css'>
|
D | show_gcs_log.jsp | 22 <link rel='stylesheet' href='/css/show_gcs_log.css'> 23 <link rel='stylesheet' href='/css/search_header.css'>
|
D | show_plan_run.jsp | 22 <link type='text/css' href='/css/show_test_runs_common.css' rel='stylesheet'> 23 <link type='text/css' href='/css/test_results.css' rel='stylesheet'>
|
/test/vti/dashboard/src/main/webapp/js/ |
D | test_results.js | 29 var link = '<a href="' + entry[1] + '"'; 30 link += 'class="collection-item">' + entry[0] + '</li>'; 31 return acc + link; 209 var link = $('<span></span>'); 210 link.addClass('indicator badge padded hoverable waves-effect'); 211 link.addClass(classes); 212 link.css('color', 'white'); 213 link.css('margin-left', '1px'); 214 link.append(content); 215 link.appendTo(container); [all …]
|
D | common.js | 27 var link = '<a href="' + entry[1] + '"'; 28 link += 'class="collection-item">' + entry[0] + '</li>'; 29 return acc + link;
|
D | plan_runs.js | 26 var link = ( 29 card.attr('href', link);
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
D | VtsInactivityJobServlet.java | 71 String link, in notifyIfInactive() argument 89 + EmailHelper.getEmailFooter(null, null, link); in notifyIfInactive() 167 String link = baseUrl + "/show_tree?testName=" + status.getTestName(); in doPost() local 177 notifyIfInactive(status, lastRunTime, link, emails, messageQueue); in doPost()
|
D | VtsCoverageAlertJobServlet.java | 88 String link, in getTestCoverageStatus() argument 139 String footer = EmailHelper.getEmailFooter(testRunEntity, devices, link); in getTestCoverageStatus() 308 String link = baseUrl + "/show_tree?testName=" + testName; in doPost() local 313 newStatus = getTestCoverageStatus(status, testRunKey, link, emails, messageQueue); in doPost()
|
D | VtsAlertJobServlet.java | 231 String link, in getTestStatus() argument 314 String footer = EmailHelper.getEmailFooter(mostRecentRun, devices, link); in getTestStatus() 530 String link = in doPost() local 543 getTestStatus(testRuns, link, failedTestcaseMap, testAcks, emails, messageQueue); in doPost()
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | EmailHelper.java | 69 TestRunEntity testRun, List<DeviceInfoEntity> devices, String link) { in getEmailFooter() argument 86 + link in getEmailFooter()
|
/test/vts/utils/app_engine/ |
D | setup.txt | 8 from the above link and execute the commands in terminal:
|
/test/vti/dashboard/src/main/webapp/css/ |
D | show_table.css | 74 .collapsible-link {
|