/external/oprofile/pp/ |
D | opannotate_options.cpp | 55 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::option(options::objdump_params, "objdump-params", '\0', [all …]
|
D | opreport_options.cpp | 64 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::option(exclude_symbols, "exclude-symbols", 'e', [all …]
|
D | oparchive_options.cpp | 46 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',
|
D | common_option.cpp | 42 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); in get_options()
|
D | opgprof_options.cpp | 41 popt::option options_array[] = { 42 popt::option(options::gmon_filename, "output-filename", 'o', 45 popt::option(options::threshold_opt, "threshold", 't',
|
/external/oprofile/m4/ |
D | poptconst.m4 | 1 dnl AX_POPT_CONST - check popt prototype 4 AC_MSG_CHECKING([popt prototype]) 7 AC_TRY_COMPILE([#include <popt.h>], 13 AC_MSG_RESULT([takes const char **]); AC_DEFINE(CONST_POPT, 1, [whether popt prototype takes a cons…
|
/external/oprofile/libabi/tests/ |
D | abi_test.cpp | 32 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); in main()
|
/external/oprofile/libabi/ |
D | opimport.cpp | 41 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); in main()
|
/external/oprofile/libpopt/ |
D | Android.mk | 20 popt.c \
|
/external/oprofile/libopt++/ |
D | popt_options.h | 55 namespace popt {
|
D | popt_options.cpp | 22 namespace popt { namespace
|
/external/qemu/ |
D | vl.c | 2161 const QEMUOption *popt; in main() local 2167 popt = qemu_options; in main() 2169 if (!popt->name) { in main() 2174 if (!strcmp(popt->name, r + 1)) in main() 2176 popt++; in main() 2178 if (popt->flags & HAS_ARG) { in main() 2189 switch(popt->index) { in main() 2233 drive_add(optarg, HD_ALIAS, popt->index - QEMU_OPTION_hda); in main() 2355 drive_add(optarg, FD_ALIAS, popt->index - QEMU_OPTION_fda); in main()
|
D | vl-android.c | 2649 const QEMUOption *popt; in main() local 2655 popt = qemu_options; in main() 2657 if (!popt->name) { in main() 2661 if (!strcmp(popt->name, r + 1)) in main() 2663 popt++; in main() 2665 if (popt->flags & HAS_ARG) { in main() 2675 switch(popt->index) { in main() 2727 drive_add(optarg, HD_ALIAS, popt->index - QEMU_OPTION_hda); in main() 2849 drive_add(optarg, FD_ALIAS, popt->index - QEMU_OPTION_fda); in main() 3493 os_parse_cmd_args(popt->index, optarg); in main()
|
/external/bison/ |
D | ABOUT-NLS | 332 popt | | 516 popt | [] [] [] [] [] [] | 700 popt | [] [] [] [] [] [] [] [] | 884 popt | [] [] [] | 1068 popt | [] [] [] [] | 1252 popt | [] [] [] [] [] [] | 27
|
/external/oprofile/ |
D | configure.in | 106 AC_CHECK_LIB(popt, poptGetContext,, AC_MSG_ERROR([popt library not found]))
|
D | ChangeLog-2001 | 275 * dae/oprofiled.c: free the poptContext + cleanup popt 278 * events/Makefile.in: use the popt library 858 pass argument to the popt library 1034 * configure.in: enable __builtin_expect, fix popt problem 1785 popt library.
|
D | TODO | 132 will fail because the ~ is not expanded (no space around it) (popt bug I say)
|
D | ChangeLog-2002 | 451 * libopt++/popt_options.cpp: place in popt 2476 * libutil/op_popt.h: POPT_TABLEEND missing in some popt.h
|
/external/valgrind/main/docs/internals/ |
D | BIG_APP_NOTES.txt | 183 popt-devel
|
/external/valgrind/main/perf/ |
D | tinycc.c | 21438 const TCCOption *popt; in parse_args() local 21461 popt = tcc_options; in parse_args() 21463 p1 = popt->name; in parse_args() 21475 popt++; in parse_args() 21478 if (popt->flags & TCC_OPTION_HAS_ARG) { in parse_args() 21479 if (*r1 != '\0' || (popt->flags & TCC_OPTION_NOSEP)) { in parse_args() 21492 switch(popt->index) { in parse_args()
|