Lines Matching full:system
81 System.err.println("\nUNEXPECTED TOP-LEVEL EXCEPTION:");
83 System.exit(2);
85 System.err.println("\nUNEXPECTED TOP-LEVEL ERROR:");
87 System.exit(3);
91 System.err.println("error: no command specified");
97 System.exit(1);
105 System.err.println("android sigtools version " + Version.VERSION);
106 System.exit(0);
113 System.err.println(USAGE_MESSAGE);
129 System.arraycopy(orig, 0, newa, 0, n);
130 System.arraycopy(orig, n + 1, newa, n, len - n);