Searched defs:without (Results 1 - 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/command/
H A DMain.java91 com.android.dx.command.dexer.Main.main(without(args, i));
94 com.android.dx.command.dump.Main.main(without(args, i));
98 without(args, i));
101 com.android.dx.command.findusages.Main.main(without(args, i));
160 * Returns a copy of the given args array, but without the indicated
167 private static String[] without(String[] orig, int n) { method in class:Main

Completed in 67 milliseconds