Searched refs:title (Results 1 – 21 of 21) sorted by relevance
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | show_graph.jsp | 97 var title = 'Performance'; 98 if (lineGraph.name) title += ' (' + lineGraph.name + ')'; 110 title: title, 139 var title = 'Performance'; 140 if (hist.name) title += ' (' + hist.name + ')'; 151 title: title, 161 title: hist.y_label, 173 title: hist.x_label,
|
D | dashboard_main.jsp | 57 silence.attr('title', 'Disable notifications'); 64 clear.attr('title', 'Remove favorite'); 97 element.attr('title', 'Enable notifications'); 102 element.attr('title', 'Disable notifications'); 320 … <a class="col s6 btn-flat min-fav-button" test="${test.name}" title="Remove favorite"> 325 … <a class="col s6 btn-flat add-fav-button" test="${test.name}" title="Add favorite"> 334 …on ${test.muteNotifications ? "inactive" : "active"}' test='${test.name}' title='${test.muteNotifi… 337 … <a class='col s6 btn-flat remove-button' test='${test.name}' title='Remove favorite'>
|
D | show_gcs_log.jsp | 45 … $(modal).find('#entry-list-modal-title').text(fileName); // Set file name for modal window 58 $(modal).find('#entry-view-modal-title').text(paraMap['entry']); 124 <h4 id="entry-list-modal-title" class="truncate"></h4> 161 <h4 id="entry-view-modal-title" class="truncate"></h4>
|
D | show_coverage_overview.jsp | 121 title: 'Source Code Line Coverage', 149 title: 'Code Coverage Ratio (%)', 161 title: 'Date', 182 title: 'Covered/Total Source Code Line Count (SLOC)', 401 <h6 class='pie-chart-title'>Test Statistics</h6> 408 <h6 class='pie-chart-title'>Line Coverage (Raw)</h6> 415 <h6 class='pie-chart-title'>Line Coverage (Normalized)</h6>
|
D | header.jsp | 40 <title>VTS Dashboard</title>
|
D | show_profiling_overview.jsp | 92 title: plot.name, 118 title: plot.y_label,
|
D | show_coverage.jsp | 170 <h4 class="section-title"><b>Coverage:</b> </h4>
|
D | show_tree.jsp | 264 <h6 class='pie-chart-title'>${topBuildId}</h6>
|
D | show_table.jsp | 295 <h6 class='pie-chart-title'>Test Status for Device Build ID: ${topBuildId}</h6>
|
/test/vti/test_serving/gae/frontend/src/app/menu/job/ |
D | job.component.ts | 184 buildStatisticsData(title, jobs) { 186 …return { hours: title, created: 0, completed: 0, running: 0, bootup_err: 0, infra_err: 0, expired:… 189 hours: title,
|
/test/mlts/benchmark/dogfood/src/com/android/nn/dogfood/ |
D | BenchmarkJobService.java | 127 String title = "NN API Dogfood"; in showNotification() local 133 .setContentTitle(title) in showNotification()
|
/test/vts-testcase/hal/script/configure/ |
D | test_case_creator.py | 175 hal_name_upper_camel = ''.join(x.title() for x in sub_names) 177 ) + self._test_type.title()
|
/test/vti/dashboard/src/main/webapp/css/ |
D | show_coverage.css | 30 .section-title {
|
D | show_table.css | 119 .pie-chart-title {
|
D | show_test_runs_common.css | 116 .pie-chart-title {
|
/test/vts-testcase/fuzz/script/config/ |
D | config_gen.py | 152 test_name += ''.join(map(lambda x: x.title(), hal_name.split('.')))
|
/test/suite_harness/common/host-side/tradefed/res/report/ |
D | compatibility_result.css | 25 table.title {
|
/test/mlts/benchmark/tools/ |
D | tensor_utils.py | 260 plt.title('Heat Map of Error between CPU and NNAPI')
|
/test/mlts/benchmark/results/ |
D | generate_result.py | 420 return string.replace('_', ' ').title()
|
D | Chart.bundle.min.js | 10 …title._element,n.pluginService=n.plugins,n.PluginBase=n.Element.extend({}),n.canvasHelpers=n.helpe… method
|
/test/vts/proto/ |
D | VtsReportMessage.proto | 164 // x-axis and y-axis title labels when displaying the data as a graph
|