Home
last modified time | relevance | path

Searched refs:legend (Results 1 – 11 of 11) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py1102 for x_data, y_data, legend in zip(data_sets[0], data_sets[1], legends):
1103 index_now = legends.index(legend)
1107 legend=str(legend),
1113 legend=str(legend),
1119 plot.legend.location = "top_right"
1120 plot.legend.click_policy = "hide"
1155 legend = []
1176 plot_i_j.legend.location = "top_right"
1177 plot_i_j.legend.click_policy = "hide"
1183 legend=legends[i][j],
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py315 legend, argument
352 'legend': legend,
367 legend, argument
397 'legend': legend,
477 self.plot.legend.location = 'top_right'
478 self.plot.legend.click_policy = 'hide'
/tools/test/connectivity/acts/tests/google/wifi/
DWifiRssiTest.py415 legend='{} PDF'.format(rssi_key),
419 legend='{} CDF'.format(rssi_key),
944 legend = rssi_metric
946 rssi_metric_value, legend)
DWifiThroughputStabilityTest.py226 legend=self.current_test_name,
522 legend = '{}, {} {}, {} RSSI'.format(
527 test_data['throughput'], legend)
DWifiRoamingPerformanceTest.py387 legend='Ping RTT',
392 legend='RSSI',
DWifiRvrTest.py781 legend='Average Throughput',
785 legend='Median Throughput',
DWifiPingTest.py644 legend='Channel {}'.format(channel))
DWifiSensitivityTest.py752 legend='Nss{} - Chain Mask {}'.format(
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtSarBaseTest.py200 legend='expected',
204 legend='measured',
208 legend='delta',
/tools/security/fuzzing/example_fuzzer/
DREADME.md86 Shadow byte legend (one shadow byte represents 8 application bytes):
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/
DChannelSweepTest.py416 channel_vs_throughput_graph.legend.location = "top_left"