Home
last modified time | relevance | path

Searched refs:title (Results 1 – 20 of 20) sorted by relevance

/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_graph.jsp97 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,
Ddashboard_main.jsp57 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'>
Dshow_gcs_log.jsp45 … $(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>
Dshow_coverage_overview.jsp121 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>
Dheader.jsp40 <title>VTS Dashboard</title>
Dshow_profiling_overview.jsp92 title: plot.name,
118 title: plot.y_label,
Dshow_coverage.jsp170 <h4 class="section-title"><b>Coverage:</b> </h4>
Dshow_tree.jsp264 <h6 class='pie-chart-title'>${topBuildId}</h6>
Dshow_table.jsp295 <h6 class='pie-chart-title'>Test Status for Device Build ID: ${topBuildId}</h6>
/test/vti/test_serving/gae/frontend/src/app/menu/job/
Djob.component.ts184 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/
DBenchmarkJobService.java126 String title = "NN API Dogfood"; in showNotification() local
132 .setContentTitle(title) in showNotification()
/test/vts-testcase/hal/script/configure/
Dtest_case_creator.py175 hal_name_upper_camel = ''.join(x.title() for x in sub_names)
177 ) + self._test_type.title()
/test/vti/dashboard/src/main/webapp/css/
Dshow_coverage.css30 .section-title {
Dshow_table.css119 .pie-chart-title {
Dshow_test_runs_common.css116 .pie-chart-title {
/test/vts-testcase/fuzz/script/config/
Dconfig_gen.py152 test_name += ''.join(map(lambda x: x.title(), hal_name.split('.')))
/test/suite_harness/common/host-side/tradefed/res/report/
Dcompatibility_result.css25 table.title {
/test/vts/proto/
DVtsReportMessage.proto164 // x-axis and y-axis title labels when displaying the data as a graph
/test/mlts/benchmark/results/
DChart.bundle.min.js10title._element,n.pluginService=n.plugins,n.PluginBase=n.Element.extend({}),n.canvasHelpers=n.helpe… property
/test/mlts/benchmark/tools/
Dtensor_utils.py409 plt.title('Heat Map of Error between CPU and NNAPI')