Searched defs:help (Results 1 - 5 of 5) sorted by path

/system/bt/service/client/
H A Dmain.cpp482 "\t-h\tShow this help message\n";
669 "\t-h\tShow this help message\n";
712 string help; member in struct:__anon776::__anon777
714 { "help", HandleHelp, "\t\t\tDisplay this message" },
751 cout << "\t" << kCommandMap[i].command << kCommandMap[i].help << endl;
839 << "Type \"help\" to see possible commands.\n"
/system/bt/tools/hci/
H A Dmain.c22 const char *help; member in struct:__anon1303
26 static int help(int argc, char **argv);
37 { "help", "<command> - shows help text for <command>.", help },
44 static int help(int argc, char **argv) { function
46 printf("No help command specified.\n");
56 printf("%s %s\n", argv[0], command->help);
214 printf("For detailed help on a command, run '%s help <comman
[all...]
/system/connectivity/shill/test-rpc-proxy/
H A Dproxy_rpc_server.cc492 std::string ProxyRpcServerMethod::help(void) { function in class:ProxyRpcServerMethod
493 // TODO: Lookup the method help using the |method_name| from
495 return "Shill Test Proxy RPC methods help.";
/system/core/adb/
H A Dcommandline.cpp82 static void help() { function
206 " adb help - show this help message\n"
257 help();
1930 else if (!strcmp(argv[0], "help") || !strcmp(argv[0], "/?")) {
1931 help();
/system/core/fastboot/
H A Dusbtest.cpp131 const char *help; member in struct:__anon1519
146 fprintf(stderr," %-8s %s\n", tests[i].cmd, tests[i].help);

Completed in 240 milliseconds