/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/ |
D | plot_utils.py | 69 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,
|
D | PowerGnssBaseTest.py | 94 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/ |
D | car_media_utils.py | 97 title = metadata[MEDIA_KEY_TITLE] 103 title))
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/ |
D | TraceMarkerEvent.kt | 22 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/ |
D | coex_test_utils.py | 1082 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/ |
D | result_reporter.py | 465 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/ |
D | TracingMarkerEventTest.kt | 28 assertEquals("hello world", begin.title) in testBegin()
|
/tools/asuite/atest/ |
D | result_reporter.py | 569 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/ |
D | BtSarPowerLimitTest.py | 45 self.plot = wifi_utils.BokehFigure(title='{}'.format(
|
D | BleSarPowerLimitTest.py | 67 self.plot = wifi_utils.BokehFigure(title='{}'.format(
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/ |
D | WlanRvrTest.py | 56 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')
|
D | WlanWmmTest.py | 474 title=('Bandwidth for %s' % self.test_name), 482 time_vs_bandwidth_graph.title.align = 'center'
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiRoamingPerformanceTest.py | 224 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,
|
D | WifiRvrTest.py | 123 title='Channel {} {} ({})'.format( 251 figure = wputils.BokehFigure(title=test_name, 792 title='Channel {} {} ({} {})'.format(
|
D | WifiThroughputStabilityTest.py | 534 title='Channel {} - Rate vs. Position'.format(channel),
|
D | WifiPingTest.py | 639 title='Range vs. Position',
|
D | WifiSensitivityTest.py | 748 title=str(test_id_str),
|
D | WifiRssiTest.py | 941 title='Channel {} - Rssi vs. Position'.format(channel),
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/ |
D | cellular_traffic_power_test.py | 542 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/ |
D | base_test_actions.py | 88 act_name = act_name.title()
|
/tools/test/connectivity/acts_tests/tests/google/bt/performance/ |
D | BtA2dpRangeTest.py | 102 self.plot = wifi_utils.BokehFigure(title='{}'.format(
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 188 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/ |
D | TelLiveConnectivityMonitorBaseTest.py | 536 drop_reason = drop_reason.title()
|