Searched refs:experiments (Results 1 - 8 of 8) sorted by relevance

/external/autotest/client/bin/
H A Dkernel_versions_unittest.py70 experiments = ['2.6.1-patch', '2.6.1-rc1_patch', '2.6.18-smp-220.0_patch', variable in class:kernel_versions_test
76 for v in self.candidates + self.experiments:
83 for v in self.experiments:
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DFullCartesianExperimentSelector.java37 * A set of {@link Experiment experiments} constructed by taking all possible combinations of
74 List<Experiment> experiments = Lists.newArrayList();
80 experiments.add(new Experiment(instrumentation, theseUserParams, vm));
84 return ImmutableSet.copyOf(experiments);
H A DExperimentingCaliperRun.java127 "There were no experiments to be performed for the class %s using the instruments %s",
131 stdout.format("This selection yields %s experiments.%n", allExperiments.size());
137 stdout.format("%d experiments were skipped.%n",
142 throw new InvalidBenchmarkException("All experiments were skipped.");
262 ImmutableSet<Experiment> dryRun(Iterable<Experiment> experiments) argument
265 for (Experiment experiment : experiments) {
/external/toolchain-utils/bestflags/
H A Dexample_algorithms.py139 experiments = json.load(open(file_name))
141 for experiment in experiments:
144 _ProcessGA(experiments[experiment])
/external/lisa/libs/utils/
H A Dtest.py45 _getExperimentsConf to generate target-dependent experiments.
49 :ivar experiments: List of :class:`Experiment` s executed for the test. Only
85 Set up logging and trigger running experiments
111 # Execute pre-experiments code defined by the test
117 cls.experiments = cls.executor.experiments
119 # Execute post-experiments code defined by the test
125 Code executed before running the experiments
131 Code executed after running the experiments
227 for experiment in instance.executor.experiments
[all...]
H A Dexecutor.py45 Abstraction for running sets of experiments and gathering data from targets
52 After the workloads have been run, the Executor object's `experiments`
170 :ivar experiments: After calling `meth`:run:, the list of
226 # Compute total number of experiments
247 self._log.info('Total: %d experiments', self._exp_count)
260 self.experiments = []
262 # Run all the configured experiments
278 self.experiments.append(exp)
315 # Setup the rootfs for the experiments
331 # Setup target folder for experiments executio
[all...]
/external/walt/docs/
H A DDevelopment.md16 Note, this setup is sensitive to the order in which you connect the different components and adapters, experiments with it.
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 256 milliseconds