Lines Matching refs:command
53 "usage: uitest <command> [options] \n"
312 string command(argv[1]);
313 if (command == "dumpLayout") {
315 } else if (command == "start-daemon") {
318 } else if (command == "screenCap") {
320 } else if (command == "uiRecord") {
322 } else if (command == "uiInput") {
324 } else if (command == "--version") {
327 } else if (command == "help") {
331 PrintToConsole("Illegal argument: " + command);