Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
Dplot_utils.py69 TableColumn(field='a', title='Total Duration (s)'),
70 TableColumn(field='b', title='Average Current (mA)'),
71 TableColumn(field='c', title='Average Power (4.2v) (mW)'),
72 TableColumn(field='d', title='Average Energy (mW*s)'),
73 TableColumn(field='e', title='Normalized Average Energy (mA*s)')
86 title=plot_title,
156 plot = figure(title=plot_title,
188 plot = figure(title=plot_title,
DPowerGnssBaseTest.py94 TableColumn(field='z0', title='Total Duration (s)'),
95 TableColumn(field='y0', title='Average Current (mA)'),
96 TableColumn(field='x0', title='Average Power (4.2v) (mW)'),
97 TableColumn(field='z1', title='Average Energy (mW*s)'),
98 TableColumn(field='z2', title='Normalized Average Energy (mA*s)')
109 title=plot_title,
118 plot.title.text_font_size = {'value': '15pt'}
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/car/
Dcar_media_utils.py97 title = metadata[MEDIA_KEY_TITLE]
103 title))
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/
DTraceMarkerEvent.kt22 class BeginSliceEvent(val tgid: Int, val title: String) : FtraceEventDetails { in <lambda>() constant in trebuchet.importers.ftrace.events.BeginSliceEvent
26 it.name = title in <lambda>()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Dcoex_test_utils.py1082 title=fig_property['title'],
1121 plot.title.text_font_size = {'value': '15pt'}
1167 title=fig_property['title'],
1178 plot_i_j.title.text_font_size = {'value': '15pt'}
1196 title=fig_property['title'],
1206 plot_i_j.title.text_font_size = {'value': '15pt'}
1248 title=fig_property['title'],
1258 plot_i_j.title.text_font_size = {'value': '15pt'}
/tools/asuite/atest-py2/
Dresult_reporter.py465 title = test.group_name or test.runner_name
466 underline = '-' * (len(title))
467 print('\n%s\n%s' % (title, underline))
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/
DTracingMarkerEventTest.kt28 assertEquals("hello world", begin.title) in testBegin()
/tools/asuite/atest/
Dresult_reporter.py569 title = test.group_name or test.runner_name
570 underline = '-' * (len(title))
571 print('\n%s\n%s' % (title, underline))
/tools/test/connectivity/acts_tests/tests/google/bt/sar/
DBtSarPowerLimitTest.py45 self.plot = wifi_utils.BokehFigure(title='{}'.format(
DBleSarPowerLimitTest.py67 self.plot = wifi_utils.BokehFigure(title='{}'.format(
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanRvrTest.py56 title=test_name)
63 title="Throughput vs Relative Attenuation (Test Case: %s)" % test_name,
69 throughput_vs_attn_graph.title.align = 'center'
203 title='RvR Sumamry')
DWlanWmmTest.py474 title=('Bandwidth for %s' % self.test_name),
482 time_vs_bandwidth_graph.title.align = 'center'
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRoamingPerformanceTest.py224 figure = wputils.BokehFigure(title=self.current_test_name,
386 figure = wputils.BokehFigure(title=self.current_test_name,
421 figure = wputils.BokehFigure(title=self.current_test_name,
DWifiRvrTest.py123 title='Channel {} {} ({})'.format(
251 figure = wputils.BokehFigure(title=test_name,
792 title='Channel {} {} ({} {})'.format(
DWifiThroughputStabilityTest.py534 title='Channel {} - Rate vs. Position'.format(channel),
DWifiPingTest.py639 title='Range vs. Position',
DWifiSensitivityTest.py748 title=str(test_id_str),
DWifiRssiTest.py941 title='Channel {} - Rssi vs. Position'.format(channel),
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/
Dcellular_traffic_power_test.py542 title = '{}_{}_{}_tx_power_sweep'.format(
545 plot_utils.monsoon_tx_power_sweep_plot(self.mon_info.data_path, title,
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dbase_test_actions.py88 act_name = act_name.title()
/tools/test/connectivity/acts_tests/tests/google/bt/performance/
DBtA2dpRangeTest.py102 self.plot = wifi_utils.BokehFigure(title='{}'.format(
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_performance_test_utils.py188 title=None, argument
202 'title': title,
218 title=self.fig_property['title'],
406 self.plot.title.text_font_size = self.fig_property['title_size']
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveConnectivityMonitorBaseTest.py536 drop_reason = drop_reason.title()