Home
last modified time | relevance | path

Searched refs:get_options (Results 1 – 4 of 4) sorted by relevance

/external/eigen/bench/spbench/
Dspbenchsolver.cpp25 bool help = ( get_options(argc, args, "-h") || get_options(argc, args, "--help") ); in main()
33 if (!get_options(argc, args, "-d", &matrix_dir)) in main()
47 bool statFileExists = get_options(argc, args, "-o", &statFile); in main()
64 if (get_options(argc, args, "--eps", &inval)) in main()
66 if(get_options(argc, args, "--maxits", &inval)) in main()
Dspbenchsolver.h543 bool get_options(int argc, char **args, string option, string* value=0)
/external/autotest/site_utils/
Dperf_csv_uploader.py210 def get_options(): function
233 options = get_options()
/external/python/cpython2/Modules/
D_ssl.c2482 get_options(PySSLContext *self, void *c) in get_options() function
3372 {"options", (getter) get_options,