Home
last modified time | relevance | path

Searched refs:test_input (Results 1 – 25 of 915) sorted by relevance

12345678910>>...37

/dports/devel/py-isort/isort-5.10.1/tests/unit/
H A Dtest_isort.py160 assert isort.code(test_input) == test_input
985 assert isort.code(test_input) == test_input
988 assert isort.code(test_input) == test_input
991 assert isort.code(test_input) == test_input
997 assert isort.code(test_input) == test_input
1000 assert isort.code(test_input) == test_input
1750 assert isort.code(test_input) == test_input
1762 assert isort.code(test_input) == test_input
1790 assert isort.code(test_input) == test_input
1798 assert isort.code(test_input) == test_input
[all …]
H A Dtest_regressions.py28 test_input = (
35 test_input = (
97 assert isort.code(test_input) == test_input
128 == test_input
149 test_input = """
167 test_input = """
177 assert isort.code(test_input) == test_input
178 assert isort.code(test_input, lines_after_imports=2) == test_input
185 test_input = """
202 test_input = """
[all …]
/dports/devel/py-ujson/ujson-5.0.0/tests/
H A Dtest_ujson.py103 test_input = math.pi
110 test_input = -math.pi
142 test_input = "\x19"
145 assert test_input == dec
298 test_input = O1()
299 test_input.member = O2()
300 test_input.member.member = test_input
306 test_input = "{}"
327 test_input = "\x00"
338 assert ujson.decode(test_input) == json.loads(test_input)
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib-mail/
H A Dtest-istream-dot.c18 struct istream *test_input, *input; in test_istream_dot_one() local
54 offset = test_input->v_offset; in test_istream_dot_one()
60 i_stream_skip(test_input, 1); in test_istream_dot_one()
76 (void)i_stream_read(test_input); in test_istream_dot_one()
102 (void)i_stream_read(test_input); in test_istream_dot_one()
108 i_stream_unref(&test_input); in test_istream_dot_one()
114 struct istream *test_input, *input; in test_istream_dot_error() local
133 offset = test_input->v_offset; in test_istream_dot_error()
139 i_stream_skip(test_input, 1); in test_istream_dot_error()
151 (void)i_stream_read(test_input); in test_istream_dot_error()
[all …]
/dports/math/Imath/Imath-3.1.4/src/python/PyImathSpeedTest/
H A DpyImathSpeedTest.in28 mat = test_input[0]
29 vArray = test_input[1]
33 mat = test_input[0]
34 vArray = test_input[1]
64 mata = test_input[0]
68 mata = test_input[0]
72 mata = test_input[0]
76 mata = test_input[0]
152 mat = test_input[0]
170 mat = test_input[0]
[all …]
/dports/chinese/enscript/enscript-1.6.6/src/tests/
H A Dpassthrough.test8 cat >test_input.ps <<EOF
19 result=`tail +2 test_input.ps | cmp - $output`
25 rm test_input.ps
28 echo 'D%!' | tr 'D' '\4' >test_input.ps
29 cat >>test_input.ps <<EOF
39 result=`tail +2 test_input.ps | cmp - $output`
45 rm test_input.ps
48 echo '@E' | tr '@' '\33' >test_input.pcl
49 cat >>test_input.pcl <<EOF
75 result=`tail +2 test_input.pcl | cmp - $output`
[all …]
/dports/print/enscript-a4/enscript-1.6.6/src/tests/
H A Dpassthrough.test8 cat >test_input.ps <<EOF
19 result=`tail +2 test_input.ps | cmp - $output`
25 rm test_input.ps
28 echo 'D%!' | tr 'D' '\4' >test_input.ps
29 cat >>test_input.ps <<EOF
39 result=`tail +2 test_input.ps | cmp - $output`
45 rm test_input.ps
48 echo '@E' | tr '@' '\33' >test_input.pcl
49 cat >>test_input.pcl <<EOF
75 result=`tail +2 test_input.pcl | cmp - $output`
[all …]
/dports/print/enscript-letter/enscript-1.6.6/src/tests/
H A Dpassthrough.test8 cat >test_input.ps <<EOF
19 result=`tail +2 test_input.ps | cmp - $output`
25 rm test_input.ps
28 echo 'D%!' | tr 'D' '\4' >test_input.ps
29 cat >>test_input.ps <<EOF
39 result=`tail +2 test_input.ps | cmp - $output`
45 rm test_input.ps
48 echo '@E' | tr '@' '\33' >test_input.pcl
49 cat >>test_input.pcl <<EOF
75 result=`tail +2 test_input.pcl | cmp - $output`
[all …]
/dports/print/enscript-letterdj/enscript-1.6.6/src/tests/
H A Dpassthrough.test8 cat >test_input.ps <<EOF
19 result=`tail +2 test_input.ps | cmp - $output`
25 rm test_input.ps
28 echo 'D%!' | tr 'D' '\4' >test_input.ps
29 cat >>test_input.ps <<EOF
39 result=`tail +2 test_input.ps | cmp - $output`
45 rm test_input.ps
48 echo '@E' | tr '@' '\33' >test_input.pcl
49 cat >>test_input.pcl <<EOF
75 result=`tail +2 test_input.pcl | cmp - $output`
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/tools/unittests/
H A Drun_perf_test.py202 test_input = dict(V8_JSON)
216 test_input = dict(V8_JSON)
217 test_input["run_count"] = 2
218 test_input["name"] = "v8"
219 test_input["units"] = "ms"
233 test_input = dict(V8_JSON)
284 test_input = dict(V8_JSON)
298 test_input = dict(V8_JSON)
332 test_input = dict(V8_JSON)
333 test_input["total"] = True
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dtest-istream-chain.c16 test_input = test_istream_create("stream1"); in test_istream_chain_basic()
23 i_stream_chain_append(chain, test_input); in test_istream_chain_basic()
47 test_assert(test_input->eof && test_input->stream_errno == 0); in test_istream_chain_basic()
50 i_stream_unref(&test_input); in test_istream_chain_basic()
57 struct istream *input, *test_input; in test_istream_chain_early_end() local
63 test_istream_set_size(test_input, 3); in test_istream_chain_early_end()
67 i_stream_chain_append(chain, test_input); in test_istream_chain_early_end()
69 test_istream_set_size(test_input, 5); in test_istream_chain_early_end()
78 test_assert(test_input->v_offset == 5); in test_istream_chain_early_end()
79 i_stream_unref(&test_input); in test_istream_chain_early_end()
[all …]
H A Dtest-istream-tee.c19 test_input = test_istream_create(str); in test_istream_tee_tailing()
23 tee = tee_i_stream_create(test_input); in test_istream_tee_tailing()
27 test_istream_set_allow_eof(test_input, FALSE); in test_istream_tee_tailing()
30 test_istream_set_size(test_input, len); in test_istream_tee_tailing()
42 test_istream_set_size(test_input, len); in test_istream_tee_tailing()
52 test_istream_set_size(test_input, len); in test_istream_tee_tailing()
84 test_istream_set_allow_eof(test_input, TRUE); in test_istream_tee_tailing()
89 i_stream_unref(&test_input); in test_istream_tee_tailing()
100 test_input = test_istream_create(str); in test_istream_tee_blocks()
104 tee = tee_i_stream_create(test_input); in test_istream_tee_blocks()
[all …]
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/reporting/tests/
H A Dtest_glm_reporter.py91 test_input = (1200, 'a')
104 test_input = 'StopSuccess - Go'
106 actual_output = glmr._coerce_to_dict(test_input)
115 actual_output = glmr._coerce_to_dict(test_input)
120 test_input = {'contrast_0': [0, 0, 1],
131 test_input = [[0, 0, 1], [0, 1, 0]]
153 test_input = [1, 0, 1]
162 test_input = np.array([1, 0, 1])
173 test_input = ({'contrast_0': [0, 0, 1],
190 test_input = ({'contrast_0': [0, 0, 1],
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/unittests/
H A Drun_perf_test.py223 test_input = dict(V8_JSON)
237 test_input = dict(V8_JSON)
238 test_input['run_count'] = 2
239 test_input['name'] = 'v8'
240 test_input['units'] = 'ms'
255 test_input = dict(V8_JSON)
256 test_input['run_count'] = 2
357 test_input = dict(V8_JSON)
372 test_input = dict(V8_JSON)
410 test_input = dict(V8_JSON)
[all …]
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/data/test/base/compiler_specific/
H A DREADME3 cpp -undef -P -D_MSC_VER=900 -I../../../../base/ test_input.txt msvc0900.txt
4 cpp -undef -P -D_MSC_VER=1000 -I../../../../base/ test_input.txt msvc1000.txt
5 cpp -undef -P -D_MSC_VER=1100 -I../../../../base/ test_input.txt msvc1100.txt
6 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=2 -I../../../../base/ test_input.txt gcc0402.txt
7 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=4 -I../../../../base/ test_input.txt gcc0404.txt
8 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=6 -I../../../../base/ test_input.txt gcc0406.txt
9 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=7 -I../../../../base/ test_input.txt gcc0407.txt
10 cpp -undef -P -D__GNUC__=5 -D__GNUC_MINOR__=0 -I../../../../base/ test_input.txt gcc0500.txt
11 cpp -undef -P -D__clang__ -D__clang_major__=2 -D__clang_minor__=7 -I../../../../base/ test_input.tx…
12 cpp -undef -P -D__clang__ -D__clang_major__=2 -D__clang_minor__=8 -I../../../../base/ test_input.tx…
[all …]
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/data/test/base/compiler_specific/
H A DREADME3 cpp -undef -P -D_MSC_VER=900 -I../../../../base/ test_input.txt msvc0900.txt
4 cpp -undef -P -D_MSC_VER=1000 -I../../../../base/ test_input.txt msvc1000.txt
5 cpp -undef -P -D_MSC_VER=1100 -I../../../../base/ test_input.txt msvc1100.txt
6 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=2 -I../../../../base/ test_input.txt gcc0402.txt
7 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=4 -I../../../../base/ test_input.txt gcc0404.txt
8 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=6 -I../../../../base/ test_input.txt gcc0406.txt
9 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=7 -I../../../../base/ test_input.txt gcc0407.txt
10 cpp -undef -P -D__GNUC__=5 -D__GNUC_MINOR__=0 -I../../../../base/ test_input.txt gcc0500.txt
11 cpp -undef -P -D__clang__ -D__clang_major__=2 -D__clang_minor__=7 -I../../../../base/ test_input.tx…
12 cpp -undef -P -D__clang__ -D__clang_major__=2 -D__clang_minor__=8 -I../../../../base/ test_input.tx…
[all …]
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/data/test/base/compiler_specific/
H A DREADME3 cpp -undef -P -D_MSC_VER=900 -I../../../../base/ test_input.txt msvc0900.txt
4 cpp -undef -P -D_MSC_VER=1000 -I../../../../base/ test_input.txt msvc1000.txt
5 cpp -undef -P -D_MSC_VER=1100 -I../../../../base/ test_input.txt msvc1100.txt
6 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=2 -I../../../../base/ test_input.txt gcc0402.txt
7 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=4 -I../../../../base/ test_input.txt gcc0404.txt
8 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=6 -I../../../../base/ test_input.txt gcc0406.txt
9 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=7 -I../../../../base/ test_input.txt gcc0407.txt
10 cpp -undef -P -D__GNUC__=5 -D__GNUC_MINOR__=0 -I../../../../base/ test_input.txt gcc0500.txt
11 cpp -undef -P -D__clang__ -D__clang_major__=2 -D__clang_minor__=7 -I../../../../base/ test_input.tx…
12 cpp -undef -P -D__clang__ -D__clang_major__=2 -D__clang_minor__=8 -I../../../../base/ test_input.tx…
[all …]
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/data/test/base/compiler_specific/
H A DREADME3 cpp -undef -P -D_MSC_VER=900 -I../../../../base/ test_input.txt msvc0900.txt
4 cpp -undef -P -D_MSC_VER=1000 -I../../../../base/ test_input.txt msvc1000.txt
5 cpp -undef -P -D_MSC_VER=1100 -I../../../../base/ test_input.txt msvc1100.txt
6 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=2 -I../../../../base/ test_input.txt gcc0402.txt
7 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=4 -I../../../../base/ test_input.txt gcc0404.txt
8 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=6 -I../../../../base/ test_input.txt gcc0406.txt
9 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=7 -I../../../../base/ test_input.txt gcc0407.txt
10 cpp -undef -P -D__GNUC__=5 -D__GNUC_MINOR__=0 -I../../../../base/ test_input.txt gcc0500.txt
11 cpp -undef -P -D__clang__ -D__clang_major__=2 -D__clang_minor__=7 -I../../../../base/ test_input.tx…
12 cpp -undef -P -D__clang__ -D__clang_major__=2 -D__clang_minor__=8 -I../../../../base/ test_input.tx…
[all …]
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/data/test/base/compiler_specific/
H A DREADME3 cpp -undef -P -D_MSC_VER=900 -I../../../../base/ test_input.txt msvc0900.txt
4 cpp -undef -P -D_MSC_VER=1000 -I../../../../base/ test_input.txt msvc1000.txt
5 cpp -undef -P -D_MSC_VER=1100 -I../../../../base/ test_input.txt msvc1100.txt
6 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=2 -I../../../../base/ test_input.txt gcc0402.txt
7 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=4 -I../../../../base/ test_input.txt gcc0404.txt
8 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=6 -I../../../../base/ test_input.txt gcc0406.txt
9 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=7 -I../../../../base/ test_input.txt gcc0407.txt
10 cpp -undef -P -D__GNUC__=5 -D__GNUC_MINOR__=0 -I../../../../base/ test_input.txt gcc0500.txt
11 cpp -undef -P -D__clang__ -D__clang_major__=2 -D__clang_minor__=7 -I../../../../base/ test_input.tx…
12 cpp -undef -P -D__clang__ -D__clang_major__=2 -D__clang_minor__=8 -I../../../../base/ test_input.tx…
[all …]
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/data/test/base/compiler_specific/
H A DREADME3 cpp -undef -P -D_MSC_VER=900 -I../../../../base/ test_input.txt msvc0900.txt
4 cpp -undef -P -D_MSC_VER=1000 -I../../../../base/ test_input.txt msvc1000.txt
5 cpp -undef -P -D_MSC_VER=1100 -I../../../../base/ test_input.txt msvc1100.txt
6 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=2 -I../../../../base/ test_input.txt gcc0402.txt
7 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=4 -I../../../../base/ test_input.txt gcc0404.txt
8 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=6 -I../../../../base/ test_input.txt gcc0406.txt
9 cpp -undef -P -D__GNUC__=4 -D__GNUC_MINOR__=7 -I../../../../base/ test_input.txt gcc0407.txt
10 cpp -undef -P -D__GNUC__=5 -D__GNUC_MINOR__=0 -I../../../../base/ test_input.txt gcc0500.txt
11 cpp -undef -P -D__clang__ -D__clang_major__=2 -D__clang_minor__=7 -I../../../../base/ test_input.tx…
12 cpp -undef -P -D__clang__ -D__clang_major__=2 -D__clang_minor__=8 -I../../../../base/ test_input.tx…
[all …]
/dports/security/py-angr/angr-9.0.5405/angr/analyses/identifier/functions/
H A Dint2str.py85 test_input = ["A"*15, 15, num]
96 test_input = ["A"*15, 15, num]
107 test_input = ["A"*15, 15, num]
147 test_input = [num, "A"*15, 12]
158 test_input = [num, "A"*15, 12]
169 test_input = [num, "A"*15, 12]
208 test_input = ["A"*15, num, 12]
219 test_input = ["A"*15, num, 12]
230 test_input = [num, "A"*15, 12]
269 test_input = ["A"*15, num, 10]
[all …]
/dports/lang/v8/v8-9.6.180.12/tools/unittests/
H A Drun_perf_test.py249 test_input = dict(V8_JSON)
263 test_input = dict(V8_JSON)
264 test_input['run_count'] = 2
265 test_input['name'] = 'v8'
266 test_input['units'] = 'ms'
281 test_input = dict(V8_JSON)
282 test_input['run_count'] = 2
383 test_input = dict(V8_JSON)
398 test_input = dict(V8_JSON)
437 test_input = dict(V8_JSON)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/unittests/
H A Drun_perf_test.py249 test_input = dict(V8_JSON)
263 test_input = dict(V8_JSON)
264 test_input['run_count'] = 2
265 test_input['name'] = 'v8'
266 test_input['units'] = 'ms'
281 test_input = dict(V8_JSON)
282 test_input['run_count'] = 2
383 test_input = dict(V8_JSON)
398 test_input = dict(V8_JSON)
437 test_input = dict(V8_JSON)
[all …]
/dports/audio/mpg123/mpg123-1.29.3/src/tests/
H A Dtextprint.c35 const struct test_string test_input[] = variable
75 const size_t test_count = sizeof(test_input)/sizeof(*test_input); in main()
85 size_t w = utf8outstr(&dst, test_input[t].in, 1); in main()
86 size_t l = strlen(test_input[t].ascii); in main()
94 if(strcmp(test_input[t].ascii, dst)) in main()
119 size_t l = test_input[t].chars; in main()
127 if(strcmp(test_input[t].utf8hack, dst)) in main()
158 size_t l = test_input[t].width; in main()
166 if(strcmp(test_input[t].utf8full, dst)) in main()
181 w = utf8outstr(&dst, test_input[t].in, 0); in main()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/web_tests/controllers/
H A Dweb_test_runner.py163 for test_input in self._test_inputs:
274 def _update_test_input(self, test_input): argument
275 if test_input.reference_files is None:
277 test_input.reference_files = self._port.reference_files(test_input.test_name)
287 self._update_test_input(test_input)
294 self._driver, test_input)
401 for test_input in test_inputs:
402 if test_input.requires_lock:
425 for test_input in test_inputs:
429 if test_input.requires_lock:
[all …]

12345678910>>...37