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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py 50 def test_input(count, description, file, expected_result): function in function:TextFileTestCase.test_class
65 test_input(1, "no processing", in_file, result1)
72 test_input(2, "strip comments", in_file, result2)
79 test_input(3, "strip blanks", in_file, result3)
85 test_input(4, "default processing", in_file, result4)
92 test_input(5, "join lines without collapsing", in_file, result5)
99 test_input(6, "join lines with collapsing", in_file, result6)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py 50 def test_input(count, description, file, expected_result): function in function:TextFileTestCase.test_class
65 test_input(1, "no processing", in_file, result1)
72 test_input(2, "strip comments", in_file, result2)
79 test_input(3, "strip blanks", in_file, result3)
85 test_input(4, "default processing", in_file, result4)
92 test_input(5, "join lines without collapsing", in_file, result5)
99 test_input(6, "join lines with collapsing", in_file, result6)
  /external/v8/tools/unittests/
run_perf_test.py 188 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"] =
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_platform_backend_unittest.py 119 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/
runner.py 465 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):
519 test_start_msg = stats.format() + test_input.nam
    [all...]
  /external/valgrind/drd/scripts/
measurement-functions 102 # times, pass the output of ${test_input} -p${p} to the command, write the
114 echo -n "$("${test_input:-true}" $p | \
run-splash2 233 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

Completed in 249 milliseconds