/external/oprofile/libopt++/ |
popt_options.h | 87 char short_name, char const * help_str, 99 char short_name, char const * help_str); 113 char const * help_str, char const * arg_help_str); 115 char short_name, char const * help_str, 119 char const * help_str, char const * arg_help_str);
|
popt_options.cpp | 36 * @param help_str short description of the option 42 char const * help_str, char const * arg_help_str, 133 char const * help_str); 153 char const * help_str, char const * arg_help_str); 167 char short_name, char const * help_str, 191 char const * help_str, char const * arg_help_str,
|
/external/chromium_org/net/tools/quic/ |
quic_server_bin.cc | 26 const char* help_str = local 34 std::cout << help_str; local
|
quic_client_bin.cc | 30 const char* help_str = local 38 std::cout << help_str; local
|
/external/oprofile/gui/ |
oprof_start.h | 41 std::string help_str; member in struct:op_event_descr
|
oprof_start.cpp | 221 descr.help_str = event->desc; 565 string help_str = descr.help_str.c_str(); local 567 help_str += " conflicts with:"; 575 help_str += " "; 576 help_str += temp->text(0).latin1(); 582 event_help_label->setText(help_str.c_str());
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsaucm_test.c | 147 char *help_str = "help"; local 152 if (!strncmp(argv[0], help_str, strlen(argv[0])))
|