Searched refs:popt (Results 1 - 14 of 14) sorted by relevance

/external/oprofile/pp/
H A Dopannotate_options.cpp55 popt::option options_array[] = {
56 popt::option(demangle_option, "demangle", 'D',
59 popt::option(options::output_dir, "output-dir", 'o',
61 popt::option(options::search_dirs, "search-dirs", 'd',
63 popt::option(options::base_dirs, "base-dirs", 'b',
65 popt::option(include_file, "include-file", '\0',
67 popt::option(exclude_file, "exclude-file", '\0',
69 popt::option(include_symbols, "include-symbols", 'i',
71 popt::option(exclude_symbols, "exclude-symbols", 'e',
73 popt
[all...]
H A Dopreport_options.cpp64 popt::option options_array[] = {
65 popt::option(options::callgraph, "callgraph", 'c',
67 popt::option(options::details, "details", 'd',
69 popt::option(options::symbols, "symbols", 'l',
72 popt::option(outfile, "output-file", 'o',
75 popt::option(sort, "sort", 's',
77 popt::option(options::reverse_sort, "reverse-sort", 'r',
79 popt::option(mergespec, "merge", 'm',
81 popt::option(options::exclude_dependent, "exclude-dependent", 'x',
83 popt
[all...]
H A Doparchive_options.cpp46 popt::option options_array[] = {
47 popt::option(options::outdirectory, "output-directory", 'o',
49 popt::option(options::exclude_dependent, "exclude-dependent", 'x',
51 popt::option(options::list_files, "list-files", 'l',
H A Dopgprof_options.cpp41 popt::option options_array[] = {
42 popt::option(options::gmon_filename, "output-filename", 'o',
45 popt::option(options::threshold_opt, "threshold", 't',
H A Dcommon_option.cpp42 popt::option common_options_array[] = {
43 popt::option(verbose_strings, "verbose", 'V',
46 popt::option(options::session_dir, "session-dir", '\0',
48 popt::option(options::image_path, "image-path", 'p',
50 popt::option(options::root_path, "root", 'R',
170 popt::parse_options(argc, argv, non_options);
/external/oprofile/libutil/
H A Dop_popt.h4 * than popt.h
16 #include <popt.h>
18 // not in some versions of popt.h
28 * op_poptGetContext - wrapper for popt
31 * different popt versions. This also handle unrecognized
/external/oprofile/libabi/tests/
H A Dabi_test.cpp32 popt::option options_array[] = {
33 popt::option(db_filename, "db", 'd', "output db to file", "filename"),
34 popt::option(abi_filename, "abi", 'a', "output abi to file", "filename")
41 popt::parse_options(argc, argv, rest);
/external/oprofile/libopt++/
H A Dpopt_options.h14 * 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
H A Dpopt_options.cpp22 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/oprofile/libabi/
H A Dopimport.cpp41 popt::option options_array[] = {
42 popt::option(verbose, "verbose", 'V', "verbose output"),
43 popt::option(output_filename, "output", 'o', "output to file", "filename"),
44 popt::option(abi_filename, "abi", 'a', "abi description", "filename"),
45 popt::option(force, "force", 'f', "force conversion, even if identical")
172 popt::parse_options(argc, argv, inputs);
/external/oprofile/libpopt/
H A DAndroid.mk20 popt.c \
/external/qemu/
H A Dvl-android.c2649 const QEMUOption *popt; local
2655 popt = qemu_options;
2657 if (!popt->name) {
2661 if (!strcmp(popt->name, r + 1))
2663 popt++;
2665 if (popt->flags & HAS_ARG) {
2675 switch(popt->index) {
2727 drive_add(optarg, HD_ALIAS, popt->index - QEMU_OPTION_hda);
2849 drive_add(optarg, FD_ALIAS, popt->index - QEMU_OPTION_fda);
3493 os_parse_cmd_args(popt
[all...]
H A Dvl.c2161 const QEMUOption *popt; local
2167 popt = qemu_options;
2169 if (!popt->name) {
2174 if (!strcmp(popt->name, r + 1))
2176 popt++;
2178 if (popt->flags & HAS_ARG) {
2189 switch(popt->index) {
2233 drive_add(optarg, HD_ALIAS, popt->index - QEMU_OPTION_hda);
2355 drive_add(optarg, FD_ALIAS, popt->index - QEMU_OPTION_fda);
/external/valgrind/main/perf/
H A Dtinycc.c21440 const TCCOption *popt;
21463 popt = tcc_options;
21465 p1 = popt->name;
21477 popt++;
21480 if (popt->flags & TCC_OPTION_HAS_ARG) {
21481 if (*r1 != '\0' || (popt->flags & TCC_OPTION_NOSEP)) {
21494 switch(popt->index) {
21438 const TCCOption *popt; local

Completed in 675 milliseconds