Home
last modified time | relevance | path

Searched refs:check_param (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/
D1-3.c46 static void check_param(pthread_t thread, int policy, int priority) in check_param() function
75 check_param(self, SCHED_RR, sched_get_priority_min(SCHED_RR)); in threaded()
89 check_param(self, SCHED_FIFO, sched_get_priority_min(SCHED_FIFO)); in threaded()
103 check_param(self, SCHED_FIFO, sched_get_priority_max(SCHED_FIFO)); in threaded()
165 check_param(child, SCHED_RR, sp.sched_priority); in main()
191 check_param(child, SCHED_FIFO, sp.sched_priority); in main()
217 check_param(child, SCHED_FIFO, sched_get_priority_max(SCHED_FIFO)); in main()
/third_party/boost/libs/random/test/
Dtest_hyperexponential_distribution.cpp232 …boost::random::hyperexponential_distribution<>::param_type check_param(std::vector<double>(rates.s… in BOOST_AUTO_TEST_CASE()
233 BOOST_CHECK_EQUAL(param, check_param); in BOOST_AUTO_TEST_CASE()
244 …boost::random::hyperexponential_distribution<>::param_type check_param(probs, std::vector<double>(… in BOOST_AUTO_TEST_CASE()
245 BOOST_CHECK_EQUAL(param, check_param); in BOOST_AUTO_TEST_CASE()
256 boost::random::hyperexponential_distribution<>::param_type check_param; in BOOST_AUTO_TEST_CASE() local
257 BOOST_CHECK_EQUAL(param, check_param); in BOOST_AUTO_TEST_CASE()
269 …boost::random::hyperexponential_distribution<>::param_type check_param(std::vector<double>(rates.s… in BOOST_AUTO_TEST_CASE()
270 BOOST_CHECK_EQUAL(param, check_param); in BOOST_AUTO_TEST_CASE()
282 …boost::random::hyperexponential_distribution<>::param_type check_param(probs, std::vector<double>(… in BOOST_AUTO_TEST_CASE()
283 BOOST_CHECK_EQUAL(param, check_param); in BOOST_AUTO_TEST_CASE()
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
D4-1.c79 static void check_param(pthread_t thread, int policy, int priority) in check_param() function
129 check_param(pthread_self(), SCHED_RR, sp.sched_priority); in threaded()
140 check_param(pthread_self(), SCHED_RR, sp.sched_priority - 1); in threaded()
D1-2.c77 static void check_param(pthread_t thread, int policy, int priority) in check_param() function
122 check_param(pthread_self(), SCHED_RR, sched_get_priority_min(SCHED_RR)); in controler()
/third_party/alsa-utils/bat/
Dtinyalsa.c87 static int check_param(struct bat *bat, struct pcm_params *params, in check_param() function
132 err = check_param(bat, params, PCM_PARAM_RATE, in check_playback_params()
136 err = check_param(bat, params, PCM_PARAM_CHANNELS, in check_playback_params()
140 err = check_param(bat, params, PCM_PARAM_SAMPLE_BITS, in check_playback_params()
144 err = check_param(bat, params, PCM_PARAM_PERIOD_SIZE, in check_playback_params()
148 err = check_param(bat, params, PCM_PARAM_PERIODS, in check_playback_params()