/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)
|
/external/python/cpython3/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/tensorflow/tensorflow/python/ops/ragged/ |
ragged_rank_op_test.py | 35 test_input=1, variable in class:RaggedRankOpTest 40 test_input=[1], variable in class:RaggedRankOpTest 44 test_input=[1, 2, 3, 4], variable in class:RaggedRankOpTest 49 test_input=[[1], [2], [3]], variable in class:RaggedRankOpTest 54 test_input=[[[1], [2, 3]], [[4], [5, 6, 7]]], variable in class:RaggedRankOpTest 59 test_input=[[[1], [2, 3], [10, 20]], variable in class:RaggedRankOpTest 66 test_input=[[[[1], [2]]], variable in class:RaggedRankOpTest 72 test_input=[ variable in class:RaggedRankOpTest 81 def testRaggedRank(self, test_input, expected_rank, ragged_rank=None): 82 test_input = ragged_factory_ops.constant [all...] |
/external/protobuf/src/google/protobuf/compiler/ruby/ |
ruby_generator_unittest.cc | 83 string test_input; local 86 &test_input, 90 test_input,
|
/external/python/cpython3/Lib/test/ |
test_winconsoleio.py | 142 def test_input(self): member in class:WindowsConsoleIOTests
|
test_builtin.py | 1126 def test_input(self): member in class:BuiltinTest [all...] |