Home
last modified time | relevance | path

Searched refs:title (Results 1 – 25 of 42) 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/car/
Dcar_media_utils.py97 title = metadata[MEDIA_KEY_TITLE]
103 title))
/tools/test/connectivity/acts_tests/tests/google/cellular/performance/
DCellularLteRvrTest.py68 title='Band {} ({}) - BLER Curves'.format(
75 title='Band {} ({}) - RvR'.format(
160title='Band {} - RvR'.format(testcase_data['testcase_params']['endc_combo_config']['cell_list'][0]…
DCellularFr1SensitivityTest.py77 title='Band {} - BLER Curves'.format(cell_config['band']),
82 title='Band {} - RvR'.format(cell_config['band']),
DCellularLteSensitivityTest.py69 title='Band {} ({}) - BLER Curves'.format(
76 title='Band {} ({}) - RvR'.format(
DCellularFr2SensitivityTest.py82 title='Band {} - BLER Curves'.format(cell_config['band']),
87 title='Band {} - RvR'.format(cell_config['band']),
DCellularFr1RvRTest.py88title='Band {} - RvR'.format(testcase_data['testcase_params']['endc_combo_config']['cell_list'][nr…
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/
Dbokeh_figure.py66 title=None, argument
85 'title': title,
106 title=self.fig_property['title'],
312 self.plot.title.text_font_size = self.fig_property['title_size']
/tools/netsim/guide/
Dbook.toml6 title = "Wireless Network Simulation with netsim" qkey
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/common/
DMetalavaHelpFormatter.kt198 override fun renderSectionTitle(title: String): String { in <lambda>()
199 return terminal.colorize(super.renderSectionTitle(title), TerminalColor.YELLOW) in <lambda>()
/tools/metalava/integration/
Dintegration.scenarios6 title = "compose foundation processing"
/tools/tradefederation/core/src/com/android/tradefed/util/
DTableBuilder.java180 public TableBuilder addTitle(String title) { in addTitle() argument
181 mTable.add(new Separator('+', '=', title)); in addTitle()
/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/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/
DTracingMarkerEventTest.kt28 assertEquals("hello world", begin.title) in testBegin()
/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/
Dresult_reporter.py705 title = test.group_name or test.runner_name
706 underline = '-' * (len(title))
707 print('\n%s\n%s' % (title, underline))
/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/framework/acts/controllers/buds_lib/test_actions/
Dbase_test_actions.py88 act_name = act_name.title()
/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,
/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/tests/google/fuchsia/wlan/performance/
DWlanRvrTest.py57 title=test_name)
64 title="Throughput vs Relative Attenuation (Test Case: %s)" % test_name,
70 throughput_vs_attn_graph.title.align = 'center'
208 title='RvR Sumamry')

12