Home
last modified time | relevance | path

Searched refs:models (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerGnssBaseTest.py27 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/
Dwifi_power_test_utils.py25 from bokeh.models import CustomJS, ColumnDataSource
26 from bokeh.models import tools as bokeh_tools
27 from bokeh.models.widgets import DataTable, TableColumn
Dwifi_performance_test_utils.py283 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/
Dutils.py70 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/
DREADME.md57 * **dbs_supported_models**: A list of device models which support DBS. Used to determine whether
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py66 from bokeh.models import tools as bokeh_tools