/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/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...] |
/tools/repohooks/rh/ |
shell_unittest.py | 40 def _assertEqual(self, func, test_input, test_output, result): 44 (func, test_input, test_output, result, diff)) 49 for test_output, test_input in tests.iteritems(): 50 result = functor(test_input) 51 self._assertEqual(functor.__name__, test_input, test_output, result)
|
/external/protobuf/src/google/protobuf/compiler/ruby/ |
ruby_generator_unittest.cc | 83 string test_input; local 86 &test_input, 90 test_input,
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
android_platform_backend_unittest.py | 122 test_input = ['a=b', 'mHasBeenInactive=true'] 125 self.assertTrue(backend._IsScreenLocked(test_input)) 129 test_input = ['a=b', 'mHasBeenInactive=false'] 132 self.assertFalse(backend._IsScreenLocked(test_input))
|
/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
|
/external/vixl/tools/test_generator/ |
generator.py | 384 def InputDefinition(test_input): 387 for input in test_input.GenerateInputs(self.inputs) 391 """.format(name=test_input.name, input=",".join(inputs))
|