HomeSort by relevance Sort by last modified time
    Searched refs:test_input (Results 1 - 13 of 13) 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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner.py 149 for test_input in self._test_inputs:
150 if test_input.test_name not in run_results.results_by_name:
151 result = test_results.TestResult(test_input.test_name, [test_failures.FailureEarlyExit()])
155 run_results.add(result, expected=False, test_is_slow=self._test_is_slow(test_input.test_name))
197 def _handle_started_test(self, worker_name, test_input, test_timeout_sec):
198 self._printer.print_started_test(test_input.test_name)
244 for i, test_input in enumerate(test_inputs):
245 device_failed = self._run_test(test_input, test_list_name)
253 def _update_test_input(self, test_input):
254 if test_input.reference_files is None
    [all...]
single_test_runner.py 45 def run_single_test(port, options, results_directory, worker_name, driver, test_input, stop_when_done):
46 runner = SingleTestRunner(port, options, results_directory, worker_name, driver, test_input, stop_when_done)
51 return TestResult(test_input.test_name, device_failed=True)
57 def __init__(self, port, options, results_directory, worker_name, driver, test_input, stop_when_done):
63 self._timeout = test_input.timeout
65 self._test_name = test_input.test_name
66 self._should_run_pixel_test = test_input.should_run_pixel_test
67 self._reference_files = test_input.reference_files
68 self._should_add_missing_baselines = test_input.should_add_missing_baselines
layout_test_runner_unittest.py 39 from webkitpy.layout_tests.models.test_input import TestInput
191 self.assertEqual([test_input.test_name for test_input in shard.test_inputs],
manager.py 52 from webkitpy.layout_tests.models.test_input import TestInput
  /external/oprofile/libop/tests/
mangle_tests.c 19 struct test_input { struct
24 static struct test_input const tests[] = {
50 struct test_input const * test;
  /external/chromium_org/v8/tools/unittests/
run_benchmarks_test.py 169 test_input = dict(V8_JSON)
170 test_input["run_count"] = 2
171 test_input["name"] = "v8"
172 test_input["units"] = "ms"
173 self._WriteTestInput(test_input)
186 test_input = dict(V8_JSON)
187 test_input["run_count"] = 2
188 del test_input["results_regexp"]
189 test_input["benchmarks"][0]["results_regexp"] = "^Richards: (.+)$"
190 test_input["benchmarks"][1]["results_regexp"] = "^DeltaBlue: (.+)$
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
mock_drt.py 216 def output_for_test(self, test_input, is_reftest):
219 test_input.test_name = test_input.test_name.replace(self._options.virtual_test_suite_base, self._options.virtual_test_suite_name)
220 actual_text = port.expected_text(test_input.test_name)
221 actual_audio = port.expected_audio(test_input.test_name)
229 if test_input.test_name.endswith('-mismatch.html'):
233 elif test_input.should_run_pixel_test and test_input.image_hash:
234 actual_checksum = port.expected_checksum(test_input.test_name)
235 actual_image = port.expected_image(test_input.test_name
    [all...]
base.py     [all...]
  /external/valgrind/main/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
  /external/chromium_org/content/child/webcrypto/
shared_crypto_unittest.cc 802 std::vector<uint8> test_input = GetBytesFromHexString(test, "input"); local
807 Digest(test_algorithm, CryptoData(test_input), &output));
823 std::vector<uint8> test_input = GetBytesFromHexString(test, "input"); local
831 size_t length = test_input.size();
834 std::vector<uint8>::iterator begin = test_input.begin();
836 while (begin != test_input.end()) {
    [all...]

Completed in 632 milliseconds