Home
last modified time | relevance | path

Searched refs:test_input (Results 1 – 5 of 5) sorted by relevance

/external/v8/tools/unittests/
Drun_perf_test.py188 test_input = dict(V8_JSON)
189 test_input["test_flags"] = ["2", "test_name"]
190 self._WriteTestInput(test_input)
202 test_input = dict(V8_JSON)
203 test_input["run_count"] = 2
204 test_input["name"] = "v8"
205 test_input["units"] = "ms"
206 self._WriteTestInput(test_input)
219 test_input = dict(V8_JSON)
220 test_input["run_count"] = 2
[all …]
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dandroid_platform_backend_unittest.py119 test_input = ['a=b', 'mHasBeenInactive=true']
122 self.assertTrue(backend._IsScreenLocked(test_input))
125 test_input = ['a=b', 'mHasBeenInactive=false']
128 self.assertFalse(backend._IsScreenLocked(test_input))
/external/chromium-trace/catapult/third_party/typ/typ/
Drunner.py465 for test_input in tests_to_skip:
468 self._print_test_started(stats, test_input)
470 result = Result(test_input.name, actual=ResultType.Skip,
473 out=test_input.msg)
492 test_input = test_inputs.pop(0)
494 pool.send(test_input)
495 running_jobs.add(test_input.name)
496 self._print_test_started(stats, test_input)
507 def _print_test_started(self, stats, test_input): argument
519 test_start_msg = stats.format() + test_input.name
[all …]
/external/valgrind/drd/scripts/
Drun-splash2233 test_input=${DRD_SCRIPTS_DIR}/run-splash2-water-input psep=' ' run_test ./WATER-NSQUARED
239 test_input=${DRD_SCRIPTS_DIR}/run-splash2-water-input psep=' ' run_test ./WATER-SPATIAL
Dmeasurement-functions114 echo -n "$("${test_input:-true}" $p | \