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

  /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)
  /external/python/cpython2/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 192 test_input = dict(V8_JSON)
193 test_input["test_flags"] = ["2", "test_name"]
194 self._WriteTestInput(test_input)
206 test_input = dict(V8_JSON)
207 test_input["run_count"] = 2
208 test_input["name"] = "v8"
209 test_input["units"] = "ms"
210 self._WriteTestInput(test_input)
223 test_input = dict(V8_JSON)
224 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,
  /frameworks/ml/nn/runtime/test/specs/
lstm.mod.py 139 test_input = [2., 3.] variable
149 input0[input] = test_input
lstm_state.mod.py 139 test_input = [3., 4.] variable
149 input0[input] = test_input
lstm_state2.mod.py 139 test_input = [1., 1.] variable
149 input0[input] = test_input
  /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))

Completed in 3839 milliseconds