Home
last modified time | relevance | path

Searched refs:find_param (Results 1 – 11 of 11) sorted by relevance

/external/autotest/server/cros/clique_lib/
Dclique_dut_control.py97 def find_param(self, param_key): member in CliqueControl
479 capturer = self.find_param('capturer')
480 capturer_frequency = self.find_param('capturer_frequency')
481 capturer_ht_type = self.find_param('capturer_ht_type')
500 capturer = self.find_param('capturer')
/external/opencv3/modules/imgproc/test/
Dtest_contours.cpp123 min_blob_size = cvReadInt( find_param( fs, "min_blob_size" ), min_blob_size ); in read_params()
124 max_blob_size = cvReadInt( find_param( fs, "max_blob_size" ), max_blob_size ); in read_params()
125 max_log_blob_count = cvReadInt( find_param( fs, "max_log_blob_count" ), max_log_blob_count ); in read_params()
126 min_log_img_size = cvReadInt( find_param( fs, "min_log_img_size" ), min_log_img_size ); in read_params()
127 max_log_img_size = cvReadInt( find_param( fs, "max_log_img_size" ), max_log_img_size ); in read_params()
Dtest_histograms.cpp125 test_case_count = cvReadInt( find_param( fs, "struct_count" ), test_case_count ); in read_params()
126 max_log_size = cvReadInt( find_param( fs, "max_log_size" ), max_log_size ); in read_params()
128 img_max_log_size = cvReadInt( find_param( fs, "max_log_array_size" ), img_max_log_size ); in read_params()
131 max_cdims = cvReadInt( find_param( fs, "max_cdims" ), max_cdims ); in read_params()
Dtest_templmatch.cpp85 max_template_size = cvReadInt( find_param( fs, "max_template_size" ), max_template_size ); in read_params()
Dtest_filter.cpp86 max_aperture_size = cvReadInt( find_param( fs, "max_aperture_size" ), max_aperture_size ); in read_params()
1237 max_aperture_size = cvReadInt( find_param( fs, "max_aperture_size" ), max_aperture_size ); in read_params()
1239 max_block_size = cvReadInt( find_param( fs, "max_block_size" ), max_block_size ); in read_params()
Dtest_convhull.cpp257 test_case_count = cvReadInt( find_param( fs, "struct_count" ), test_case_count ); in read_params()
258 min_log_size = cvReadInt( find_param( fs, "min_log_size" ), min_log_size ); in read_params()
259 max_log_size = cvReadInt( find_param( fs, "max_log_size" ), max_log_size ); in read_params()
/external/opencv3/modules/ts/src/
Dts_arrtest.cpp89 min_log_array_size = cvReadInt( find_param( fs, "min_log_array_size" ), min_log_array_size ); in read_params()
90 max_log_array_size = cvReadInt( find_param( fs, "max_log_array_size" ), max_log_array_size ); in read_params()
91 test_case_count = cvReadInt( find_param( fs, "test_case_count" ), test_case_count ); in read_params()
Dts.cpp183 const CvFileNode* BaseTest::find_param( CvFileStorage* fs, const char* param_name ) in find_param() function in cvtest::BaseTest
/external/opencv3/modules/video/test/
Dtest_camshift.cpp99 test_case_count = cvReadInt( find_param( fs, "test_case_count" ), test_case_count ); in read_params()
100 min_log_size = cvReadInt( find_param( fs, "min_log_size" ), min_log_size ); in read_params()
101 max_log_size = cvReadInt( find_param( fs, "max_log_size" ), max_log_size ); in read_params()
/external/opencv3/modules/core/test/
Dtest_ds.cpp393 struct_count = cvReadInt( find_param( fs, "struct_count" ), struct_count ); in read_params()
394 max_struct_size = cvReadInt( find_param( fs, "max_struct_size" ), max_struct_size ); in read_params()
395 generations = cvReadInt( find_param( fs, "generations" ), generations ); in read_params()
396 iterations = cvReadInt( find_param( fs, "iterations" ), iterations ); in read_params()
400 min_log_storage_block_size = cvReadInt( find_param( fs, "min_log_storage_block_size" ), in read_params()
402 max_log_storage_block_size = cvReadInt( find_param( fs, "max_log_storage_block_size" ), in read_params()
404 min_log_elem_size = cvReadInt( find_param( fs, "min_log_elem_size" ), min_log_elem_size ); in read_params()
405 max_log_elem_size = cvReadInt( find_param( fs, "max_log_elem_size" ), max_log_elem_size ); in read_params()
/external/opencv3/modules/ts/include/opencv2/
Dts.hpp239 const CvFileNode* find_param( CvFileStorage* fs, const char* param_name );