Searched refs:progname (Results 1 - 2 of 2) sorted by relevance
/development/tools/idegen/ |
H A D | intellij-gen.sh | 34 progname=`basename $0` 37 echo "Usage: $progname project_dir module_dir <module_dir>..."
|
/development/perftests/panorama/feature_stab/src/dbregtest/ |
H A D | dbregtest.cpp | 72 const string& progname, 109 string progname(argv[0]); 122 parse_cmd_line(cmdline, argc, progname, image_list_file_name, nr_corners, max_disparity, motion_model_type,quarter_resolution,reference_update_period,do_motion_smoothing,motion_smoothing_gain); 306 const string& progname, 348 usage(progname); 371 cerr << progname << "illegal option " << token << endl; 373 usage(progname); 382 usage(progname); 395 usage(progname); 304 parse_cmd_line(stringstream& cmdline, const int argc, const string& progname, string& image_list_file_name, int& nr_corners, double& max_disparity, int& motion_model_type, bool& quarter_resolution, unsigned int& reference_update_period, bool& do_motion_smoothing, double& motion_smoothing_gain) argument
|
Completed in 802 milliseconds