OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BaseTestThermal
(Results
1 - 10
of
10
) sorted by null
/external/trappy/tests/
test_devfreq.py
19
from test_thermal import
BaseTestThermal
21
class TestDevfreqPower(
BaseTestThermal
):
test_pid.py
19
from test_thermal import
BaseTestThermal
22
class TestPIDController(
BaseTestThermal
):
test_duplicates.py
24
from test_thermal import
BaseTestThermal
27
class TestPlotterDupVals(
BaseTestThermal
):
test_thermal.py
30
class
BaseTestThermal
(utils_tests.SetupDirectory):
32
super(
BaseTestThermal
, self).__init__(
37
class TestThermal(
BaseTestThermal
):
71
class TestThermalGovernor(
BaseTestThermal
):
test_cpu_power.py
20
from test_thermal import
BaseTestThermal
24
class TestCpuPower(
BaseTestThermal
):
test_trappy.py
22
from test_thermal import
BaseTestThermal
24
class TestTrappy(
BaseTestThermal
):
test_stats_grammar.py
17
from test_thermal import
BaseTestThermal
27
class TestStatsGrammar(
BaseTestThermal
):
test_plot_utils.py
21
from test_thermal import
BaseTestThermal
111
class TestPlotUtilsNeedTrace(
BaseTestThermal
):
test_plotter.py
25
from test_thermal import
BaseTestThermal
29
class TestPlotter(
BaseTestThermal
):
test_ftrace.py
27
from test_thermal import
BaseTestThermal
31
class TestFTrace(
BaseTestThermal
):
Completed in 1113 milliseconds