Home
last modified time | relevance | path

Searched refs:test_helper (Results 1 – 25 of 886) sorted by relevance

12345678910>>...36

/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/public/cpp/
H A Dsimple_url_loader_unittest.cc897 test_helper.reset(); in TEST_P()
1094 test_helper.reset(); in TEST_P()
1334 test_helper->SetAllowPartialResults(true); in TEST_P()
1613 test_helper->Wait(); in TEST_P()
1888 test_helper.reset(); in TEST_P()
1901 test_helper.reset(); in TEST_P()
2291 test_helper->Wait(); in RunTest()
2679 test_helper->DestroySimpleURLLoader(); in TEST_P()
3624 test_helper.reset(); in TEST_P()
3649 test_helper.reset(); in TEST_P()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/public/cpp/
H A Dsimple_url_loader_unittest.cc856 test_helper.reset(); in TEST_P()
1041 test_helper.reset(); in TEST_P()
1247 test_helper->SetAllowPartialResults(true); in TEST_P()
1466 test_helper->Wait(); in TEST_P()
1694 test_helper.reset(); in TEST_P()
1707 test_helper.reset(); in TEST_P()
2095 test_helper->Wait(); in RunTest()
2453 test_helper->DestroySimpleURLLoader(); in TEST_P()
3337 test_helper.reset(); in TEST_P()
3362 test_helper.reset(); in TEST_P()
[all …]
/dports/games/libtmcg/libTMCG-1.3.18/tests/
H A DMakefile.am34 t_mpz_SOURCES = test_helper.c test_helper.h t-mpz.cc
35 t_rfc4880_SOURCES = test_helper.c test_helper.h t-rfc4880.cc
36 t_aio_SOURCES = test_helper.c test_helper.h t-aio.cc
37 t_vtmf_SOURCES = pipestream.hh test_helper.c test_helper.h t-vtmf.cc
38 t_vsshe_SOURCES = pipestream.hh test_helper.c test_helper.h t-vsshe.cc
39 t_vrhe_SOURCES = pipestream.hh test_helper.c test_helper.h t-vrhe.cc
40 t_eotp_SOURCES = pipestream.hh test_helper.c test_helper.h t-eotp.cc
41 t_dkg_SOURCES = pipestream.hh test_helper.c test_helper.h t-dkg.cc
42 t_astc_SOURCES = pipestream.hh test_helper.c test_helper.h t-astc.cc
43 t_vss_SOURCES = pipestream.hh test_helper.c test_helper.h t-vss.cc
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/unittest/gunit/
H A Dhash_join-t.cc362 test_helper.left_qep_tab->join(), test_helper.extra_conditions); in TEST()
385 test_helper.left_qep_tab->join(), test_helper.extra_conditions); in TEST()
404 test_helper.left_qep_tab->join(), test_helper.extra_conditions); in TEST()
431 test_helper.left_qep_tab->join(), test_helper.extra_conditions); in TEST()
478 test_helper.left_qep_tab->join(), test_helper.extra_conditions); in BM_HashTableIteratorBuild()
523 test_helper.left_qep_tab->join(), test_helper.extra_conditions); in BENCHMARK()
572 test_helper.left_qep_tab->join(), test_helper.extra_conditions); in BENCHMARK()
613 test_helper.left_qep_tab->join(), test_helper.extra_conditions); in TEST()
660 test_helper.left_qep_tab->join(), test_helper.extra_conditions); in TEST()
687 std::move(test_helper.left_iterator), test_helper.left_qep_tab->idx_map(), in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/safe_browsing/
H A Dcertificate_reporting_service_browsertest.cc288 test_helper()->SetFailureMode( in IN_PROC_BROWSER_TEST_F()
337 test_helper()->SetFailureMode( in IN_PROC_BROWSER_TEST_F()
366 test_helper()->SetFailureMode( in IN_PROC_BROWSER_TEST_F()
410 test_helper()->SetFailureMode( in IN_PROC_BROWSER_TEST_F()
463 test_helper()->SetFailureMode( in IN_PROC_BROWSER_TEST_F()
548 test_helper()->SetFailureMode( in IN_PROC_BROWSER_TEST_F()
618 test_helper()->SetFailureMode( in IN_PROC_BROWSER_TEST_F()
623 test_helper()->WaitForRequestsCreated( in IN_PROC_BROWSER_TEST_F()
629 test_helper()->ResumeDelayedRequest(); in IN_PROC_BROWSER_TEST_F()
649 test_helper()->SetFailureMode( in IN_PROC_BROWSER_TEST_F()
[all …]
H A Dcertificate_reporting_service_unittest.cc469 test_helper()->WaitForRequestsDestroyed( in TEST_F()
483 test_helper()->SetFailureMode( in TEST_F()
489 test_helper()->WaitForRequestsDestroyed( in TEST_F()
557 test_helper()->SetFailureMode( in TEST_F()
591 test_helper()->SetFailureMode( in TEST_F()
658 test_helper()->SetFailureMode( in TEST_F()
731 test_helper()->SetFailureMode( in TEST_F()
739 test_helper()->ResumeDelayedRequest(); in TEST_F()
754 test_helper()->SetFailureMode( in TEST_F()
767 test_helper()->ResumeDelayedRequest(); in TEST_F()
[all …]
/dports/devel/py-azure-mgmt-recoveryservicesbackup/azure-mgmt-recoveryservicesbackup-0.15.0/tests/
H A Dtest_mgmt_recoveryservices_backup.py34 self.test_helper = MgmtRecoveryServicesBackupTestHelper(self)
43 self.test_helper.create_vault()
45 self.test_helper.delete_vault()
53 protected_items = self.test_helper.list_protected_items()
60 …backup_job_id = self.test_helper.trigger_backup(self.test_definition.container_name, self.test_def…
62 backup_jobs = self.test_helper.list_backup_jobs()
67 self.test_helper.wait_for_job_completion(backup_job_id)
80 backup_jobs = self.test_helper.list_backup_jobs()
85 self.test_helper.wait_for_job_completion(restore_job_id)
97 …self.test_helper.delete_protection(self.test_definition.container_name, self.test_definition.vm_na…
[all …]
/dports/devel/py-azure-mgmt-recoveryservices/azure-mgmt-recoveryservices-2.0.0/tests/
H A Dtest_mgmt_recoveryservices.py29 self.test_helper = MgmtRecoveryServicesTestHelper(self)
34 self.test_helper.create_vault(vault_name)
35 vault = self.test_helper.get_vault(vault_name)
38 self.test_helper.create_vault(vault_name2)
39 vaults = self.test_helper.list_vaults()
43 self.test_helper.delete_vaults(vault_name2)
50 self.test_helper = MgmtRecoveryServicesTestHelper(self)
53 self.test_helper.create_vault(vault_name)
54 vault = self.test_helper.get_vault(vault_name)
69 self.test_helper.create_vault(vault_name)
[all …]
/dports/devel/onetbb/oneTBB-2021.4.0/test/conformance/
H A Dconformance_enumerable_thread_specific.cpp148 struct test_helper { struct
157 struct test_helper<minimal<N> > { struct
260 test_helper<T>::set(my_result, test_helper<T>::get(other)); in operator =()
274 test_helper<T>::set(my_result, test_helper<T>::get(other)); in operator =()
283 test_helper<T>::init(zero); in AssertClean()
284 REQUIRE_MESSAGE(test_helper<T>::get(thread_local_value)==test_helper<T>::get(zero), in AssertClean()
644 test_helper<T>::init(sum); in run_parallel_vector_tests()
729 test_helper<T>::init(sum); in run_cross_type_vector_tests()
782 test_helper<T>::init(sum); in run_serial_scalar_tests()
797 test_helper<T>::init(sum); in run_serial_vector_tests()
[all …]
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_enumerable_thread_specific.cpp134 struct test_helper { struct
143 struct test_helper<minimal<N> > { argument
245 test_helper<T>::set(my_result, test_helper<T>::get(other)); in operator =()
258 test_helper<T>::set(my_result, test_helper<T>::get(other)); in operator =()
267 test_helper<T>::init(zero); in AssertClean()
268 ASSERT(test_helper<T>::get(thread_local_value)==test_helper<T>::get(zero), in AssertClean()
281 test_helper<T>::init(sum); in run_serial_scalar_tests()
637 test_helper<T>::init(sum); in run_parallel_vector_tests()
718 test_helper<T>::init(sum); in run_cross_type_vector_tests()
769 test_helper<T>::init(sum); in run_serial_vector_tests()
[all …]
H A Dharness_test_cases_framework.h114 namespace test_helper{
130 using test_helper::tag; in run_all_runs_all_registered_test_cases()
131 test_helper::test_case<tag<__LINE__> > tc1; in run_all_runs_all_registered_test_cases()
132 test_helper::test_case<tag<__LINE__> > tc2; in run_all_runs_all_registered_test_cases()
140 test_helper::test_case<test_helper::tag<__LINE__> > empty_test_case;
144 using test_helper::tag; in operator()
145 test_helper::test_case<tag<__LINE__> > do_nothing_tc; in operator()
154 using test_helper::tag; in operator()
155 test_helper::test_case<tag<__LINE__> > do_nothing_tc; in operator()
165 typedef test_helper::test_case<test_helper::tag<__LINE__> > unique_test_type;
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_enumerable_thread_specific.cpp134 struct test_helper { struct
143 struct test_helper<minimal<N> > { argument
245 test_helper<T>::set(my_result, test_helper<T>::get(other)); in operator =()
258 test_helper<T>::set(my_result, test_helper<T>::get(other)); in operator =()
267 test_helper<T>::init(zero); in AssertClean()
268 ASSERT(test_helper<T>::get(thread_local_value)==test_helper<T>::get(zero), in AssertClean()
281 test_helper<T>::init(sum); in run_serial_scalar_tests()
637 test_helper<T>::init(sum); in run_parallel_vector_tests()
718 test_helper<T>::init(sum); in run_cross_type_vector_tests()
769 test_helper<T>::init(sum); in run_serial_vector_tests()
[all …]
H A Dharness_test_cases_framework.h114 namespace test_helper{
130 using test_helper::tag; in run_all_runs_all_registered_test_cases()
131 test_helper::test_case<tag<__LINE__> > tc1; in run_all_runs_all_registered_test_cases()
132 test_helper::test_case<tag<__LINE__> > tc2; in run_all_runs_all_registered_test_cases()
140 test_helper::test_case<test_helper::tag<__LINE__> > empty_test_case;
144 using test_helper::tag; in operator()
145 test_helper::test_case<tag<__LINE__> > do_nothing_tc; in operator()
154 using test_helper::tag; in operator()
155 test_helper::test_case<tag<__LINE__> > do_nothing_tc; in operator()
165 typedef test_helper::test_case<test_helper::tag<__LINE__> > unique_test_type;
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_enumerable_thread_specific.cpp134 struct test_helper { struct
143 struct test_helper<minimal<N> > { argument
245 test_helper<T>::set(my_result, test_helper<T>::get(other)); in operator =()
258 test_helper<T>::set(my_result, test_helper<T>::get(other)); in operator =()
267 test_helper<T>::init(zero); in AssertClean()
268 ASSERT(test_helper<T>::get(thread_local_value)==test_helper<T>::get(zero), in AssertClean()
281 test_helper<T>::init(sum); in run_serial_scalar_tests()
637 test_helper<T>::init(sum); in run_parallel_vector_tests()
718 test_helper<T>::init(sum); in run_cross_type_vector_tests()
769 test_helper<T>::init(sum); in run_serial_vector_tests()
[all …]
H A Dharness_test_cases_framework.h114 namespace test_helper{
130 using test_helper::tag; in run_all_runs_all_registered_test_cases()
131 test_helper::test_case<tag<__LINE__> > tc1; in run_all_runs_all_registered_test_cases()
132 test_helper::test_case<tag<__LINE__> > tc2; in run_all_runs_all_registered_test_cases()
140 test_helper::test_case<test_helper::tag<__LINE__> > empty_test_case;
144 using test_helper::tag; in operator()
145 test_helper::test_case<tag<__LINE__> > do_nothing_tc; in operator()
154 using test_helper::tag; in operator()
155 test_helper::test_case<tag<__LINE__> > do_nothing_tc; in operator()
165 typedef test_helper::test_case<test_helper::tag<__LINE__> > unique_test_type;
/dports/science/py-dlib/dlib-19.22/dlib/test/
H A Dmember_function_pointer.cpp104 typename test_helper
117 test_helper helper; in member_function_pointer_kernel_test()
193 a0.set(helper,&test_helper::go0); in member_function_pointer_kernel_test()
194 a0c.set(helper,&test_helper::go0); in member_function_pointer_kernel_test()
255 a1.set(helper,&test_helper::go1); in member_function_pointer_kernel_test()
256 a1c.set(helper,&test_helper::go1); in member_function_pointer_kernel_test()
294 a2.set(helper,&test_helper::go2); in member_function_pointer_kernel_test()
347 a3.set(helper,&test_helper::go3); in member_function_pointer_kernel_test()
380 a4.set(helper,&test_helper::go4); in member_function_pointer_kernel_test()
416 a0.set(helper,&test_helper::go0); in member_function_pointer_kernel_test()
[all …]
/dports/science/dlib-cpp/dlib-19.22/dlib/test/
H A Dmember_function_pointer.cpp104 typename test_helper
117 test_helper helper; in member_function_pointer_kernel_test()
193 a0.set(helper,&test_helper::go0); in member_function_pointer_kernel_test()
194 a0c.set(helper,&test_helper::go0); in member_function_pointer_kernel_test()
255 a1.set(helper,&test_helper::go1); in member_function_pointer_kernel_test()
256 a1c.set(helper,&test_helper::go1); in member_function_pointer_kernel_test()
294 a2.set(helper,&test_helper::go2); in member_function_pointer_kernel_test()
347 a3.set(helper,&test_helper::go3); in member_function_pointer_kernel_test()
380 a4.set(helper,&test_helper::go4); in member_function_pointer_kernel_test()
416 a0.set(helper,&test_helper::go0); in member_function_pointer_kernel_test()
[all …]
/dports/deskutils/just/just-0.10.5/cargo-crates/cradle-0.2.0/src/
H A Dlib.rs308 fn test_helper() -> PathBuf { in test_helper() function
347 run!(test_helper(), "exit code 42"); in other_exit_codes()
398 run!(test_helper(), "invalid utf-8 stdout"); in invalid_utf8_to_stdout_is_allowed_when_not_captured()
511 let test_helper = test_helper(); in invalid_utf8_stdout() localVariable
518 test_helper.display() in invalid_utf8_stdout()
755 (test_helper(), "output foo and exit with 42"), in relays_stdout_for_non_zero_exit_codes()
864 test_helper().display(), in assumes_stderr_is_utf_8()
872 run!(test_helper(), "invalid utf-8 stderr"); in does_allow_invalid_utf_8_to_stderr_when_not_captured()
1390 test_helper(), in allows_to_add_variables()
1400 test_helper(), in works_for_multiple_variables()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_strptime.py445 def test_helper(ymd_tuple, test_reason): function
456 test_helper((1901, 1, 3), "week 0")
457 test_helper((1901, 1, 8), "common case")
458 test_helper((1901, 1, 13), "day on Sunday")
459 test_helper((1901, 1, 14), "day on Monday")
460 test_helper((1905, 1, 1), "Jan 1 on Sunday")
461 test_helper((1906, 1, 1), "Jan 1 on Monday")
463 test_helper((1905, 12, 31), "Dec 31 on Sunday")
464 test_helper((1906, 12, 31), "Dec 31 on Monday")
468 test_helper((1978, 10, 23), "randomly chosen date")
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_strptime.py449 def test_helper(ymd_tuple, test_reason): function
460 test_helper((1901, 1, 3), "week 0")
461 test_helper((1901, 1, 8), "common case")
462 test_helper((1901, 1, 13), "day on Sunday")
463 test_helper((1901, 1, 14), "day on Monday")
464 test_helper((1905, 1, 1), "Jan 1 on Sunday")
465 test_helper((1906, 1, 1), "Jan 1 on Monday")
467 test_helper((1905, 12, 31), "Dec 31 on Sunday")
468 test_helper((1906, 12, 31), "Dec 31 on Monday")
472 test_helper((1978, 10, 23), "randomly chosen date")
[all …]
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_strptime.py449 def test_helper(ymd_tuple, test_reason): function
460 test_helper((1901, 1, 3), "week 0")
461 test_helper((1901, 1, 8), "common case")
462 test_helper((1901, 1, 13), "day on Sunday")
463 test_helper((1901, 1, 14), "day on Monday")
464 test_helper((1905, 1, 1), "Jan 1 on Sunday")
465 test_helper((1906, 1, 1), "Jan 1 on Monday")
467 test_helper((1905, 12, 31), "Dec 31 on Sunday")
468 test_helper((1906, 12, 31), "Dec 31 on Monday")
472 test_helper((1978, 10, 23), "randomly chosen date")
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/loopopts/
H A DCountedLoopPeelingProfilePredicates.java47 test_helper(stop, flags1, false); in main()
48 test_helper(stop, flags2, false); in main()
49 test_helper(stop, flags2, false); in main()
63 test_helper(stop, flags1, flag2); in test()
68 private static void test_helper(int stop, boolean[] flags1, boolean flag2) { in test_helper() method in CountedLoopPeelingProfilePredicates
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/loopopts/
H A DCountedLoopPeelingProfilePredicates.java47 test_helper(stop, flags1, false); in main()
48 test_helper(stop, flags2, false); in main()
49 test_helper(stop, flags2, false); in main()
63 test_helper(stop, flags1, flag2); in test()
68 private static void test_helper(int stop, boolean[] flags1, boolean flag2) { in test_helper() method in CountedLoopPeelingProfilePredicates
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/loopopts/
H A DCountedLoopPeelingProfilePredicates.java47 test_helper(stop, flags1, false); in main()
48 test_helper(stop, flags2, false); in main()
49 test_helper(stop, flags2, false); in main()
63 test_helper(stop, flags1, flag2); in test()
68 private static void test_helper(int stop, boolean[] flags1, boolean flag2) { in test_helper() method in CountedLoopPeelingProfilePredicates
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/loopopts/
H A DCountedLoopPeelingProfilePredicates.java47 test_helper(stop, flags1, false); in main()
48 test_helper(stop, flags2, false); in main()
49 test_helper(stop, flags2, false); in main()
63 test_helper(stop, flags1, flag2); in test()
68 private static void test_helper(int stop, boolean[] flags1, boolean flag2) { in test_helper() method in CountedLoopPeelingProfilePredicates

12345678910>>...36