Lines Matching refs:opt

499             public boolean handleOption(String opt, ShellCommand cmd) {
500 if (opt.equals("-D")) {
502 } else if (opt.equals("-N")) {
504 } else if (opt.equals("-W")) {
506 } else if (opt.equals("-P")) {
509 } else if (opt.equals("--start-profiler")) {
512 } else if (opt.equals("--sampling")) {
514 } else if (opt.equals("-R")) {
516 } else if (opt.equals("-S")) {
518 } else if (opt.equals("--track-allocation")) {
520 } else if (opt.equals("--user")) {
522 } else if (opt.equals("--receiver-permission")) {
524 } else if (opt.equals("--stack")) {
743 String opt;
744 while ((opt=nextOption()) != null) {
745 if (opt.equals("--user")) {
748 System.err.println("Error: Unknown option: " + opt);
758 String opt;
759 while ((opt=nextOption()) != null) {
760 if (opt.equals("--user")) {
763 System.err.println("Error: Unknown option: " + opt);
796 String opt;
797 while ((opt=nextOption()) != null) {
798 if (opt.equals("-p")) {
800 } else if (opt.equals("-w")) {
802 } else if (opt.equals("-r")) {
804 } else if (opt.equals("-e")) {
808 } else if (opt.equals("--no_window_animation")
809 || opt.equals("--no-window-animation")) {
811 } else if (opt.equals("--user")) {
813 } else if (opt.equals("--abi")) {
816 System.err.println("Error: Unknown option: " + opt);
930 String opt;
932 while ((opt=nextOption()) != null) {
933 if (opt.equals("--dump-file")) {
936 System.err.println("Error: Unknown option: " + opt);
991 String opt;
992 while ((opt=nextOption()) != null) {
993 if (opt.equals("--user")) {
995 } else if (opt.equals("--wall")) {
997 } else if (opt.equals("--sampling")) {
1000 System.err.println("Error: Unknown option: " + opt);
1006 String opt;
1007 while ((opt=nextOption()) != null) {
1008 if (opt.equals("--user")) {
1011 System.err.println("Error: Unknown option: " + opt);
1077 String opt;
1078 while ((opt=nextOption()) != null) {
1079 if (opt.equals("--user")) {
1085 } else if (opt.equals("-n")) {
1088 System.err.println("Error: Unknown option: " + opt);
1118 String opt;
1119 while ((opt=nextOption()) != null) {
1120 if (opt.equals("-w")) {
1122 } else if (opt.equals("--persistent")) {
1125 System.err.println("Error: Unknown option: " + opt);
1150 String opt;
1152 while ((opt=nextOption()) != null) {
1153 if (opt.equals("--progress")) {
1155 } else if (opt.equals("--telephony")) {
1158 System.err.println("Error: Unknown option: " + opt);
1228 String opt;
1229 while ((opt = nextOption()) != null) {
1230 if ("-w".equals(opt)) {
1232 } else if ("-f".equals(opt)) {
1235 System.err.println("Error: unknown option: " + opt);
1558 String opt;
1561 while ((opt=nextOption()) != null) {
1562 if (opt.equals("--gdb")) {
1564 } else if (opt.equals("-m")) {
1567 System.err.println("Error: Unknown option: " + opt);
1577 String opt;
1579 while ((opt=nextOption()) != null) {
1580 if (opt.equals("--allow-restart")) {
1583 System.err.println("Error: Unknown option: " + opt);
1593 String opt;
1594 while ((opt=nextOption()) != null) {
1595 System.err.println("Error: Unknown option: " + opt);
1604 String opt;
1605 while ((opt=nextOption()) != null) {
1606 System.err.println("Error: Unknown option: " + opt);
2453 String opt;
2454 while ((opt=nextOption()) != null) {
2455 if (opt.equals("--user")) {
2458 System.err.println("Error: Unknown option: " + opt);
2473 String opt;
2474 while ((opt=nextOption()) != null) {
2475 if (opt.equals("--user")) {
2478 System.err.println("Error: Unknown option: " + opt);
2492 String opt;
2493 while ((opt = nextOption()) != null) {
2494 if (opt.equals("--user")) {
2501 System.err.println("Error: Unknown option: " + opt);