Searched refs:models (Results 1 – 6 of 6) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/power/ |
D | PowerGnssBaseTest.py | 27 from bokeh.models import CustomJS, ColumnDataSource 28 from bokeh.models import tools as bokeh_tools 29 from bokeh.models.widgets import DataTable, TableColumn
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_power_test_utils.py | 25 from bokeh.models import CustomJS, ColumnDataSource 26 from bokeh.models import tools as bokeh_tools 27 from bokeh.models.widgets import DataTable, TableColumn
|
D | wifi_performance_test_utils.py | 283 bokeh.models.tools.WheelZoomTool(dimensions='width')) 285 bokeh.models.tools.WheelZoomTool(dimensions='height')) 405 source = bokeh.models.ColumnDataSource( 452 self.plot.y_range = bokeh.models.DataRange1d(names=['default']) 455 'secondary': bokeh.models.DataRange1d(names=['secondary']) 458 bokeh.models.LinearAxis(
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 70 models = ("sprout", "occam", "hammerhead", "bullhead", "razor", "razorg", variable 591 if model in models: 598 if t in models:
|
/tools/test/connectivity/acts/tests/google/wifi/rtt/ |
D | README.md | 57 * **dbs_supported_models**: A list of device models which support DBS. Used to determine whether
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | coex_test_utils.py | 66 from bokeh.models import tools as bokeh_tools
|