Searched refs:get_options (Results 1 - 8 of 8) 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/pywebsocket/src/mod_pywebsocket/
H A Dheaderparserhandler.py151 options = apache.main_server.get_options()
205 apache.main_server.get_options().get(_PYOPT_ALLOW_DRAFT75),
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dheaderparserhandler.py152 options = apache.main_server.get_options()
212 apache.main_server.get_options().get(_PYOPT_ALLOW_DRAFT75),
/external/oprofile/pp/
H A Dcommon_option.cpp167 options::spec get_options(int argc, char const * argv[]) function in namespace:__anon28468
198 return fct(get_options(argc, argv));
/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...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
H A Dprinting_unittest.py48 def get_options(args): function
56 options, args = get_options([])
/external/oprofile/utils/
H A Dophelp.c319 * get_options - process command line
325 static void get_options(int argc, char const * argv[]) function
374 get_options(argc, argv);

Completed in 207 milliseconds