HomeSort by relevance Sort by last modified time
    Searched refs:bart (Results 1 - 25 of 33) sorted by null

1 2

  /external/bart/bart/
__init__.py 16 """Initialization for bart"""
18 import bart.sched
19 import bart.common
20 import bart.thermal
21 from bart.version import __version__
  /external/bart/bart/thermal/
__init__.py 16 """Initialization for bart.thermal"""
19 import bart.thermal.ThermalAssert
ThermalAssert.py 19 from bart.common import Utils
20 from bart.common.Analyzer import Analyzer
58 :mod:`bart.thermal.ThermalAssert.ThermalAssert.assertThermalResidency`
131 :mod:`bart.thermal.ThermalAssert.ThermalAssert.assertThermalResidency`
  /external/bart/bart/common/
__init__.py 16 """Initialization for bart.common"""
19 from bart.common import Utils
20 from bart.common import Analyzer
signal.py 51 from bart.common.Utils import area_under_curve, interval_sum
  /external/bart/bart/sched/
__init__.py 16 """Initialization for bart.sched"""
19 from bart.sched import SchedAssert
20 from bart.sched import SchedMultiAssert
21 from bart.sched import SchedMatrix
SchedMatrix.py 73 from bart.sched import functions as sched_funcs
74 from bart.common import Utils
130 A :mod:`bart.sched.SchedMatrix.SchedMatrix` instance be created
256 .. seealso:: :mod:`bart.sched.SchedMatrix.SchedMatrix.assertSiblings`
289 .. seealso:: :mod:`bart.sched.SchedMatrix.SchedMatrix.getSiblings`
SchedMultiAssert.py 22 from bart.sched import functions as sched_funcs
23 from bart.sched.SchedAssert import SchedAssert
24 from bart.common import Utils
28 :mod:`bart.sched.SchedAssert.SchedAssert`
61 A :mod:`bart.sched.SchedMultiAssert.SchedMultiAssert` instance be created
80 All the functionality provided in :mod:`bart.sched.SchedAssert.SchedAssert` is available
134 See :mod:`bart.sched.SchedAssert.SchedAssert` for the available
SchedAssert.py 17 :mod:`bart.sched.SchedAssert` provides ability to assert scheduler behaviour.
26 from bart.sched import functions as sched_funcs
27 from bart.common import Utils
53 execname. If there are multiple PIDs :mod:`bart.sched.SchedMultiAssert`
170 .. seealso:: :mod:`bart.sched.SchedAssert.SchedAssert.assertResidency`
237 .. seealso:: :mod:`bart.sched.SchedAssert.SchedAssert.getResidency`
380 .. seealso:: :mod:`bart.sched.SchedAssert.SchedAssert.assertRuntime`
441 .. seealso:: :mod:`bart.sched.SchedAssert.SchedAssert.getRuntime`
471 .. seealso:: :mod:`bart.sched.SchedAssert.SchedAssert.assertPeriod`
522 .. seealso:: :mod:`bart.sched.SchedAssert.SchedAssert.getPeriod
    [all...]
  /external/bart/docs/api_reference/
conf.py 17 # BART documentation build configuration file, created by
35 import bart
76 project = u'BART'
85 version = bart.__version__[:bart.__version__.rindex(".")]
87 release = bart.__version__
252 (master_doc, 'BART.tex', u'BART Documentation',
282 (master_doc, 'bart', u'BART Documentation'
    [all...]
  /external/lisa/src/shell/
android-post.sh 46 export PYTHONPATH=$LISA_HOME/../bart:$PYTHONPATH
lisa_shell 44 export PYTHONPATH=$LISA_HOME/libs/bart:$PYTHONPATH
277 [ ! -f ./libs/bart/setup.py ] ||
  /external/bart/tests/
test_sched_functions.py 26 from bart.sched.functions import get_pids_for_process
43 from bart.sched.functions import get_pids_for_process
test_common_utils.py 16 from bart.common import Utils
17 from bart.common.Analyzer import Analyzer
test_sched_assert.py 17 from bart.sched.SchedAssert import SchedAssert
18 from bart.sched.SchedMultiAssert import SchedMultiAssert
test_signal.py 19 from bart.common.signal import SignalCompare
32 # bart.common.signal.SignalCompare.conditional_compare
  /external/bart/docs/examples/
thermal.py 19 from bart.common.Analyzer import Analyzer
  /external/lisa/
install_base_ubuntu.sh 46 /usr/local/bin/pip install --upgrade "ipython<6.0.0" Cython trappy bart-py devlib psutil wrapt jupyter
  /external/lisa/tests/eas/
heavy_load.py 16 from bart.common.Utils import select_window
capacity_capping.py 18 from bart.sched.SchedMultiAssert import SchedMultiAssert
  /external/lisa/tests/stune/
smoke_test_ramp.py 24 from bart.common.Analyzer import Analyzer
  /external/lisa/tools/scripts/power/
power_average.py 24 from bart.common.Utils import area_under_curve
  /external/lisa/libs/utils/
test.py 22 from bart.sched.SchedAssert import SchedAssert
23 from bart.sched.SchedMultiAssert import SchedMultiAssert
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
dwinl.go 319 bart := 0
321 bart = 1
323 if aart != bart {
324 return aart < bart
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
dwinl.go 319 bart := 0
321 bart = 1
323 if aart != bart {
324 return aart < bart

Completed in 846 milliseconds

1 2