Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
Dplot_utils.py23 from bokeh.models import CustomJS, ColumnDataSource
24 from bokeh.models import tools as bokeh_tools
25 from bokeh.models.widgets import DataTable, TableColumn
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_tests/acts_contrib/test_utils/wifi/
Dwifi_performance_test_utils.py223 bokeh.models.tools.WheelZoomTool(dimensions='width'))
225 bokeh.models.tools.WheelZoomTool(dimensions='height'))
345 source = bokeh.models.ColumnDataSource(
392 self.plot.y_range = bokeh.models.DataRange1d(names=['default'])
395 'secondary': bokeh.models.DataRange1d(names=['secondary'])
398 bokeh.models.LinearAxis(
/tools/test/connectivity/acts/framework/acts/
Dutils.py73 models = ("sprout", "occam", "hammerhead", "bullhead", "razor", "razorg", variable
594 if model in models:
601 if t in models:
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanWmmTest.py22 from bokeh.models import Span, Label
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Dcoex_test_utils.py65 from bokeh.models import tools as bokeh_tools