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

/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java211 * committed to translation in the context of the current dex
216 * committed to translation in the context of the current dex
1374 /** The current argument being processed after a {@link #getNext()} call. */
1375 private String current; field in class:Main.Arguments.ArgumentsParser
1385 return current;
1400 current = arguments[index];
1401 if (current.equals("--") || !current.startsWith("--")) {
1417 current = arguments[index];
1435 * Checks the current argumen
[all...]

Completed in 212 milliseconds