HomeSort by relevance Sort by last modified time
    Searched refs:cache_conditions (Results 1 - 8 of 8) sorted by null

  /external/toolchain-utils/crosperf/
experiment.py 28 cache_conditions, labels, benchmarks, experiment_file, email_to,
35 self.cache_conditions = cache_conditions
131 iteration, self.cache_conditions,
189 def SetCacheConditions(self, cache_conditions):
191 run.SetCacheConditions(cache_conditions)
benchmark_run.py 32 def __init__(self, name, benchmark, label, iteration, cache_conditions,
48 self.cache_conditions = cache_conditions
72 self.label.board, self.cache_conditions, self._logger,
216 def SetCacheConditions(self, cache_conditions):
217 self.cache_conditions = cache_conditions
244 self.label.board, self.cache_conditions, self._logger,
results_cache.py 588 self.cache_conditions = None
601 profiler_args, machine_manager, machine, board, cache_conditions,
611 self.cache_conditions = cache_conditions
667 if read and CacheConditions.MACHINES_MATCH not in self.cache_conditions:
671 if read and CacheConditions.CHECKSUMS_MATCH not in self.cache_conditions:
680 if read and CacheConditions.IMAGE_PATH_MATCH not in self.cache_conditions:
686 if read and CacheConditions.SAME_MACHINE_MATCH not in self.cache_conditions:
705 if CacheConditions.FALSE in self.cache_conditions:
727 CacheConditions.RUN_SUCCEEDED not in self.cache_conditions)
    [all...]
experiment_factory_unittest.py 157 self.assertEqual(exp.cache_conditions, [0, 2, 1])
197 self.assertEqual(exp.cache_conditions, [0, 2, 3, 4, 6, 1])
benchmark_run_unittest.py 104 'self', 'name', 'benchmark', 'label', 'iteration', 'cache_conditions',
412 self.assertEqual(br.cache_conditions, self.test_cache_conditions)
415 self.assertEqual(br.cache_conditions, phony_cache_conditions)
418 self.assertEqual(br.cache_conditions, self.test_cache_conditions)
experiment_runner.py 155 br.label.board, br.cache_conditions,
171 if CacheConditions.FALSE in experiment.cache_conditions:
results_report_unittest.py 121 cache_conditions = []
135 1 + n + num_runs, cache_conditions,
results_cache_unittest.py     [all...]

Completed in 1094 milliseconds