Home
last modified time | relevance | path

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

12

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
Dplot_utils.py72 TableColumn(field='a', title='Total Duration (s)'),
73 TableColumn(field='b', title='Average Current (mA)'),
74 TableColumn(field='c', title='Average Power (4.2v) (mW)'),
75 TableColumn(field='d', title='Average Energy (mW*s)'),
76 TableColumn(field='e', title='Normalized Average Energy (mA*s)')
90 title=plot_title,
167 plot = figure(title=plot_title,
199 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/wifi/wifi_performance_test_utils/
Dbokeh_figure.py65 title=None, argument
83 'title': title,
103 title=self.fig_property['title'],
309 self.plot.title.text_font_size = self.fig_property['title_size']
/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/test/connectivity/acts_tests/acts_contrib/test_utils/car/
Dcar_media_utils.py97 title = metadata[MEDIA_KEY_TITLE]
103 title))
/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/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/tests/google/bt/sar/
DBtSarTpcTest.py59 title='{}_{}'.format(self.current_test_name, 'curve'),
64 title='{}_{}'.format(self.current_test_name, 'curve_derivative'),
DBtSarPowerLimitTest.py45 self.plot = wifi_utils.BokehFigure(title='{}'.format(
DBleSarPowerLimitTest.py67 self.plot = wifi_utils.BokehFigure(title='{}'.format(
/tools/asuite/atest/
Dresult_reporter.py659 title = test.group_name or test.runner_name
660 underline = '-' * (len(title))
661 print('\n%s\n%s' % (title, underline))
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanRvrTest.py59 title=test_name)
66 title="Throughput vs Relative Attenuation (Test Case: %s)" % test_name,
72 throughput_vs_attn_graph.title.align = 'center'
210 title='RvR Sumamry')
DWlanWmmTest.py477 title=('Bandwidth for %s' % self.test_name),
485 time_vs_bandwidth_graph.title.align = 'center'
DChannelSweepTest.py426 channel_vs_throughput_graph = figure(title='Channels vs. Throughput',
432 channel_vs_throughput_graph.title.align = 'center'
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRoamingPerformanceTest.py225 figure = BokehFigure(title=self.current_test_name,
387 figure = BokehFigure(title=self.current_test_name,
422 figure = BokehFigure(title=self.current_test_name,
DWifiRvrTest.py132 title='Channel {} {} ({})'.format(
268 figure = BokehFigure(title=self.current_test_name,
911 title='Channel {} {} ({} {})'.format(
920 title='Channel {} {} ({} {}) (PHY Rate)'.format(
DWifiSensitivityTest.py235 title='Channel {} {} Nss{}'.format(
788 curr_plot = BokehFigure(title=str(test_id_str),
DWifiThroughputStabilityTest.py573 title='Channel {} - Rate vs. Position'.format(channel),
/tools/test/connectivity/acts_tests/tests/google/ble/performance/
DBleRangeTest.py76 title='{}'.format(self.current_test_name),
164 title='{}'.format(self.current_test_name),
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/aware/
Daware_test_utils.py488 title = ["min", "avg", "max", "mdev"]
491 for i in range(len(title)):
492 latency_result[title[i]] = result[i]
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/
Dcellular_traffic_power_test.py543 title = '{}_{}_{}_tx_power_sweep'.format(
546 plot_utils.monsoon_tx_power_sweep_plot(self.mon_info.data_path, title,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
DGnssBlankingBase.py329 title=''): argument
378 json_tag = title + '_gnss_pwr_' + str(gnss_pwr_lvl)
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/
DTracingMarkerEventTest.kt28 assertEquals("hello world", begin.title) in testBegin()
/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/acts_contrib/test_utils/bt/
Dble_performance_test_utils.py268 title='{}'.format(bokeh_data['current_test_name']),

12