Searched refs:OPT_LIST (Results 1 – 4 of 4) sorted by relevance
/external/qemu/android/ |
D | cmdline-options.h | 8 #ifndef OPT_LIST 9 #error OPT_LIST is not defined 140 OPT_LIST( prop, "<name>=<value>", "set system property on boot") 160 OPT_LIST( webcam, "name=<name>[,dir=<direction>]", "setup web camera emulation" ) 166 #undef OPT_LIST
|
D | cmdline-option.h | 25 #define OPT_LIST(n,t,d) ParamList* n; macro
|
D | cmdline-option.c | 39 #define OPT_LIST(_name,_template,_descr) OPTION(_name,OPTION_IS_LIST,0) macro
|
D | help.c | 1517 #define OPT_LIST OPT_PARAM macro
|