/external/autotest/server/cros/clique_lib/ |
D | clique_dut_control.py | 97 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/ |
D | test_contours.cpp | 123 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()
|
D | test_histograms.cpp | 125 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()
|
D | test_templmatch.cpp | 85 max_template_size = cvReadInt( find_param( fs, "max_template_size" ), max_template_size ); in read_params()
|
D | test_filter.cpp | 86 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()
|
D | test_convhull.cpp | 257 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/ |
D | ts_arrtest.cpp | 89 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()
|
D | ts.cpp | 183 const CvFileNode* BaseTest::find_param( CvFileStorage* fs, const char* param_name ) in find_param() function in cvtest::BaseTest
|
/external/opencv3/modules/video/test/ |
D | test_camshift.cpp | 99 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/ |
D | test_ds.cpp | 393 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/ |
D | ts.hpp | 239 const CvFileNode* find_param( CvFileStorage* fs, const char* param_name );
|