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

/external/eigen/bench/spbench/
H A Dspbenchsolver.cpp25 bool help = ( get_options(argc, args, "-h") || get_options(argc, args, "--help") );
33 if (!get_options(argc, args, "-d", &matrix_dir))
47 bool statFileExists = get_options(argc, args, "-o", &statFile);
64 if (get_options(argc, args, "--eps", &inval))
66 if(get_options(argc, args, "--maxits", &inval))
H A Dspbenchsolver.h543 bool get_options(int argc, char **args, string option, string* value=0) function
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dmodpython.py111 options = req.get_options()
207 options = req.get_options()
/external/pcre/dist/
H A Dpcretest.c3465 unsigned long int get_options; local
3639 if (new_info(re, NULL, PCRE_INFO_OPTIONS, &get_options) < 0)
3645 use_utf = (get_options & PCRE_UTF8) != 0;
4054 if (new_info(re, NULL, PCRE_INFO_OPTIONS, &get_options) < 0)
4056 if ((get_options & PCRE_UTF8) != 0) use_utf = 1;
4153 /* We already have the options in get_options (see above) */
4229 if (get_options == 0) fprintf(outfile, "No options\n");
4231 ((get_options & PCRE_ANCHORED) != 0)? " anchored" : "",
4232 ((get_options & PCRE_CASELESS) != 0)? " caseless" : "",
4233 ((get_options
[all...]

Completed in 1942 milliseconds