/external/oprofile/libopt++/ |
popt_options.h | 14 * static popt::option allow_frob_opt(allow_frob, "allow-frob", 'a', "allow frobs"); 15 * static popt::option frob_opt(frob, "frob", 'f', "what to frob", "name"); 18 * popt::parse_options(argc, argv, add_params); 24 * static popt::option i_opt(i, ....); 38 * popt::option(demangle, "demangle", 'd', "demangle C++ symbols"), 39 * popt::option(demangle, "no-demangle", '\0', "don't demangle C++ symbols"), 55 namespace popt { namespace 121 } // namespace popt
|
popt_options.cpp | 22 namespace popt { namespace 39 * @param popt_flags the popt library data type 57 /** the popt array singleton options */ 175 // we need an intermediate char array to pass to popt libs 200 // we need an intermediate char array to pass to popt libs 327 } // namespace popt
|
/external/qemu/ |
vl.c | 2161 const QEMUOption *popt; local [all...] |
vl-android.c | 2651 const QEMUOption *popt; local [all...] |
/external/valgrind/main/perf/ |
tinycc.c | 21438 const TCCOption *popt; local [all...] |