Home
last modified time | relevance | path

Searched refs:test_arg (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/cl/program/
H A Dprogram-tester.c992 test_arg->value = malloc(test_arg->size); in get_test_arg_value()
1103 struct test_arg test_arg = create_test_arg(); in get_test_arg() local
1138 test_arg.cl_mem_size = test_arg.cl_size != 3 ? test_arg.cl_size : 4; // test if we have type3 in get_test_arg()
1192 get_test_arg_value(&test_arg, value, test_arg.cl_size); in get_test_arg()
1208 test_arg.size = test_arg.size * test_arg.length; in get_test_arg()
1234 test_arg.value = malloc(test_arg.size); in get_test_arg()
1423 test_arg.value = malloc(test_arg.size); in get_test_arg()
2067 check_test_arg_value(struct test_arg test_arg, in check_test_arg_value() argument
2211 struct test_arg test_arg = test.args_in[j]; in test_kernel() local
2329 struct test_arg test_arg = test.args_out[j]; in test_kernel() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/extensions/
H A Daccessibility_features_apitest.cc164 base::DictionaryValue test_arg; in GenerateTestArg() local
165 test_arg.SetString(kTestNameKey, test_name); in GenerateTestArg()
177 return base::JSONWriter::Write(test_arg, result); in GenerateTestArg()
213 std::string test_arg; in IN_PROC_BROWSER_TEST_P() local
215 &test_arg)); in IN_PROC_BROWSER_TEST_P()
257 std::string test_arg; in IN_PROC_BROWSER_TEST_P() local
259 &test_arg)); in IN_PROC_BROWSER_TEST_P()
301 std::string test_arg; in IN_PROC_BROWSER_TEST_P() local
303 &test_arg)); in IN_PROC_BROWSER_TEST_P()
346 std::string test_arg; in IN_PROC_BROWSER_TEST_F() local
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dfunarg.d119 var object test_arg = *(stackptr STACKop 1); in check_test_args() local
120 if (!boundp(test_arg)) in check_test_args()
121 *(stackptr STACKop 1) = test_arg = NIL; in check_test_args()
128 if (nullp(test_arg)) in check_test_args()
129 *(stackptr STACKop 1) = test_arg = L(eql); /* :TEST defaults to #'EQL */ in check_test_args()
130 if (subrp(test_arg)) in check_test_args()
131 switch (TheSubr(test_arg)->fastcmp) { in check_test_args()
139 if (!nullp(test_arg)) error_both_tests(); in check_test_args()
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/opt/test/
H A Dutils.c17 char *test_arg(const char *optarg, const char *arg) in test_arg() function
132 OPT_WITH_ARG("-b", test_arg, show_arg, "b", "Description of b"),
139 OPT_WITH_ARG("--eee <filename>", test_arg, show_arg, "eee", ""),
146 OPT_WITH_ARG("-h|--hhh", test_arg, NULL, "hhh", "Description of hhh"),
153 OPT_WITH_ARG("--jjj|-j|--lll|-l", test_arg, show_arg, "jjj", ""),
155 OPT_WITH_ARG("--mmm|-m", test_arg, show_arg, "mmm", opt_hidden),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/test/
H A Drt_end_to_end_test.cc61 std::ostream &operator<<(std::ostream &os, const TestVideoParam &test_arg) { in operator <<() argument
62 return os << "TestVideoParam { filename:" << test_arg.filename in operator <<()
63 << " input_bit_depth:" << test_arg.input_bit_depth in operator <<()
64 << " fmt:" << test_arg.fmt << " bit_depth:" << test_arg.bit_depth in operator <<()
65 << " profile:" << test_arg.profile << " }"; in operator <<()
H A Daltref_test.cc42 std::ostream &operator<<(std::ostream &os, const AltRefTestParams &test_arg) { in operator <<() argument
43 return os << "AltRefTestParams { min_kf_dist:" << test_arg.min_kf_dist in operator <<()
44 << " max_kf_dist:" << test_arg.max_kf_dist in operator <<()
45 << " min_gf_interval:" << test_arg.min_gf_interval in operator <<()
46 << " max_gf_interval:" << test_arg.max_gf_interval in operator <<()
47 << " lag_in_frames:" << test_arg.lag_in_frames in operator <<()
48 << " encoding_mode:" << test_arg.encoding_mode << " }"; in operator <<()
H A Dfwd_kf_test.cc32 std::ostream &operator<<(std::ostream &os, const FwdKfTestParam &test_arg) { in operator <<() argument
33 return os << "FwdKfTestParam { max_kf_dist:" << test_arg.max_kf_dist in operator <<()
34 << " psnr_thresh:" << test_arg.psnr_thresh << " }"; in operator <<()
128 std::ostream &operator<<(std::ostream &os, const kfIntervalParam &test_arg) { in operator <<() argument
129 return os << "kfIntervalParam { min_kf_dist:" << test_arg.min_kf_dist in operator <<()
130 << " max_kf_dist:" << test_arg.max_kf_dist << " }"; in operator <<()
H A Dend_to_end_test.cc57 std::ostream &operator<<(std::ostream &os, const TestVideoParam &test_arg) { in operator <<() argument
58 return os << "TestVideoParam { filename:" << test_arg.filename in operator <<()
59 << " input_bit_depth:" << test_arg.input_bit_depth in operator <<()
60 << " fmt:" << test_arg.fmt << " bit_depth:" << test_arg.bit_depth in operator <<()
61 << " profile:" << test_arg.profile << " }"; in operator <<()
/dports/multimedia/aom/aom-3.2.0/test/
H A Daltref_test.cc42 std::ostream &operator<<(std::ostream &os, const AltRefTestParams &test_arg) { in operator <<() argument
43 return os << "AltRefTestParams { min_kf_dist:" << test_arg.min_kf_dist in operator <<()
44 << " max_kf_dist:" << test_arg.max_kf_dist in operator <<()
45 << " min_gf_interval:" << test_arg.min_gf_interval in operator <<()
46 << " max_gf_interval:" << test_arg.max_gf_interval in operator <<()
47 << " lag_in_frames:" << test_arg.lag_in_frames in operator <<()
48 << " encoding_mode:" << test_arg.encoding_mode << " }"; in operator <<()
H A Drt_end_to_end_test.cc61 std::ostream &operator<<(std::ostream &os, const TestVideoParam &test_arg) { in operator <<() argument
62 return os << "TestVideoParam { filename:" << test_arg.filename in operator <<()
63 << " input_bit_depth:" << test_arg.input_bit_depth in operator <<()
64 << " fmt:" << test_arg.fmt << " bit_depth:" << test_arg.bit_depth in operator <<()
65 << " profile:" << test_arg.profile << " }"; in operator <<()
H A Dfwd_kf_test.cc32 std::ostream &operator<<(std::ostream &os, const FwdKfTestParam &test_arg) { in operator <<() argument
33 return os << "FwdKfTestParam { max_kf_dist:" << test_arg.max_kf_dist in operator <<()
34 << " psnr_thresh:" << test_arg.psnr_thresh << " }"; in operator <<()
127 std::ostream &operator<<(std::ostream &os, const kfIntervalParam &test_arg) { in operator <<() argument
128 return os << "kfIntervalParam { min_kf_dist:" << test_arg.min_kf_dist in operator <<()
129 << " max_kf_dist:" << test_arg.max_kf_dist << " }"; in operator <<()
H A Dend_to_end_psnr_test.cc48 std::ostream &operator<<(std::ostream &os, const TestVideoParam &test_arg) { in operator <<() argument
49 return os << "TestVideoParam { filename:" << test_arg.filename in operator <<()
50 << " input_bit_depth:" << test_arg.input_bit_depth in operator <<()
51 << " fmt:" << test_arg.fmt << " bit_depth:" << test_arg.bit_depth in operator <<()
52 << " profile:" << test_arg.profile << " }"; in operator <<()
H A Dend_to_end_ssim_test.cc37 std::ostream &operator<<(std::ostream &os, const TestVideoParam &test_arg) { in operator <<() argument
38 return os << "TestVideoParam { filename:" << test_arg.filename in operator <<()
39 << " input_bit_depth:" << test_arg.input_bit_depth in operator <<()
40 << " fmt:" << test_arg.fmt << " bit_depth:" << test_arg.bit_depth in operator <<()
41 << " profile:" << test_arg.profile << " }"; in operator <<()
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/modules/state/
H A Dtest_state.py929 test_arg = "test"
930 with patch.dict(state.__opts__, {test_arg: True}):
935 with patch.dict(config.__pillar__, {test_arg: "blah"}):
940 with patch.dict(config.__pillar__, {test_arg: "true"}):
945 with patch.dict(config.__opts__, {test_arg: False}):
955 with patch.dict(config.__pillar__, {test_arg: None}):
960 with patch.dict(config.__pillar__, {test_arg: True}):
971 with patch.dict(config.__pillar__, {test_arg: True}):
975 test_arg
979 with patch.dict(config.__pillar__, {test_arg: False}):
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/test-suite/testcode/lib/testcode2/
H A D__init__.py243 for (test_input, test_arg) in self.inputs_args:
251 self.test_program.test_id, test_input, test_arg))
276 for (test_input, test_arg) in self.inputs_args:
280 (test_input, test_arg) = self.inputs_args[ind]
291 (status, msg) = self.skip_job(test_input, test_arg,
294 self._update_status(status, (test_input, test_arg))
312 self._update_status(status, (test_input, test_arg))
322 for ((test_input, test_arg), stat) in list(self.status.items()):
323 if not self.status[(test_input,test_arg)]:
324 self._update_status(status, (test_input, test_arg))
[all …]
/dports/science/wannier90/wannier90-3.1.0/test-suite/testcode/lib/testcode2/
H A D__init__.py272 for (test_input, test_arg) in self.inputs_args:
280 self.test_program.test_id, test_input, test_arg))
305 for (test_input, test_arg) in self.inputs_args:
309 (test_input, test_arg) = self.inputs_args[ind]
324 self._update_status(status, (test_input, test_arg))
342 self._update_status(status, (test_input, test_arg))
352 for ((test_input, test_arg), stat) in self.status.items():
353 if not self.status[(test_input,test_arg)]:
354 self._update_status(status, (test_input, test_arg))
356 cmd = self.test_program.run_cmd(test_input, test_arg,
[all …]
/dports/cad/librepcb/librepcb-0.1.6/libs/type_safe/test/
H A Dreference.cpp179 struct test_arg struct
183 test_arg() = default; argument
185 test_arg(const test_arg&) = default;
187 test_arg(test_arg&&) noexcept : moved_from(true) {} in test_arg() argument
190 with(ref, [](int, test_arg arg) { REQUIRE(!arg.moved_from); }, test_arg{}); in __anon4332f4fc0402()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/qtest/
H A Dqos-test.c154 void *test_arg; in run_one_test() local
159 test_arg = test_node->u.test.arg; in run_one_test()
161 test_arg = test_node->u.test.before(cmd_line, test_arg); in run_one_test()
168 test_node->u.test.function(obj, test_arg, alloc); in run_one_test()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/qtest/
H A Dqos-test.c154 void *test_arg; in run_one_test() local
159 test_arg = test_node->u.test.arg; in run_one_test()
161 test_arg = test_node->u.test.before(cmd_line, test_arg); in run_one_test()
168 test_node->u.test.function(obj, test_arg, alloc); in run_one_test()
/dports/lang/php81/php-8.1.1/sapi/cli/tests/
H A Dbug71624.phpt22 foreach ($test_args as $test_arg) {
24 var_dump(`type "$filename_txt" | "$php" -n -R "echo $test_arg . PHP_EOL;"`);
26 var_dump(`cat "$filename_txt" | "$php" -n -R 'echo $test_arg . PHP_EOL;'`);
/dports/www/mod_php80/php-8.0.15/sapi/cli/tests/
H A Dbug71624.phpt22 foreach ($test_args as $test_arg) {
24 var_dump(`type "$filename_txt" | "$php" -n -R "echo $test_arg . PHP_EOL;"`);
26 var_dump(`cat "$filename_txt" | "$php" -n -R 'echo $test_arg . PHP_EOL;'`);
/dports/www/mod_php81/php-8.1.1/sapi/cli/tests/
H A Dbug71624.phpt22 foreach ($test_args as $test_arg) {
24 var_dump(`type "$filename_txt" | "$php" -n -R "echo $test_arg . PHP_EOL;"`);
26 var_dump(`cat "$filename_txt" | "$php" -n -R 'echo $test_arg . PHP_EOL;'`);
/dports/lang/php74/php-7.4.27/sapi/cli/tests/
H A Dbug71624.phpt22 foreach ($test_args as $test_arg) {
24 var_dump(`type "$filename_txt" | "$php" -n -R "echo $test_arg . PHP_EOL;"`);
26 var_dump(`cat "$filename_txt" | "$php" -n -R 'echo $test_arg . PHP_EOL;'`);
/dports/lang/php80/php-8.0.15/sapi/cli/tests/
H A Dbug71624.phpt22 foreach ($test_args as $test_arg) {
24 var_dump(`type "$filename_txt" | "$php" -n -R "echo $test_arg . PHP_EOL;"`);
26 var_dump(`cat "$filename_txt" | "$php" -n -R 'echo $test_arg . PHP_EOL;'`);
/dports/www/mod_php74/php-7.4.27/sapi/cli/tests/
H A Dbug71624.phpt22 foreach ($test_args as $test_arg) {
24 var_dump(`type "$filename_txt" | "$php" -n -R "echo $test_arg . PHP_EOL;"`);
26 var_dump(`cat "$filename_txt" | "$php" -n -R 'echo $test_arg . PHP_EOL;'`);

12345678910