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/pcre/dist/
Dpcretest.c3468 unsigned long int get_options; in main() local
3642 if (new_info(re, NULL, PCRE_INFO_OPTIONS, &get_options) < 0) in main()
3648 use_utf = (get_options & PCRE_UTF8) != 0; in main()
4057 if (new_info(re, NULL, PCRE_INFO_OPTIONS, &get_options) < 0) in main()
4059 if ((get_options & PCRE_UTF8) != 0) use_utf = 1; in main()
4232 if (get_options == 0) fprintf(outfile, "No options\n"); in main()
4234 ((get_options & PCRE_ANCHORED) != 0)? " anchored" : "", in main()
4235 ((get_options & PCRE_CASELESS) != 0)? " caseless" : "", in main()
4236 ((get_options & PCRE_EXTENDED) != 0)? " extended" : "", in main()
4237 ((get_options & PCRE_MULTILINE) != 0)? " multiline" : "", in main()
[all …]
/external/chromium-trace/catapult/third_party/Paste/paste/
Dmodpython.py111 options = req.get_options()
207 options = req.get_options()