Searched refs:get_options (Results 1 – 10 of 10) sorted by relevance
/external/eigen/bench/spbench/ |
D | spbenchsolver.cpp | 25 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()
|
D | spbenchsolver.h | 543 bool get_options(int argc, char **args, string option, string* value=0)
|
/external/curl/tests/ |
D | dictserver.py | 81 def get_options(): function 146 options = get_options()
|
D | negtelnetserver.py | 260 def get_options(): function 327 options = get_options()
|
D | smbserver.py | 310 def get_options(): function 364 options = get_options()
|
/external/autotest/site_utils/ |
D | perf_csv_uploader.py | 210 def get_options(): function 233 options = get_options()
|
/external/tensorflow/tensorflow/lite/python/ |
D | tflite_convert.py | 171 ops_set_options = lite.OpsSet.get_options() 420 "".format(",".join(lite.OpsSet.get_options()))))
|
D | convert.py | 117 def get_options(): member in OpsSet
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 2564 get_options(PySSLContext *self, void *c) in get_options() function 3467 {"options", (getter) get_options,
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 3547 get_options(PySSLContext *self, void *c) in get_options() function 4561 {"options", (getter) get_options,
|