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

/dalvik/dx/tests/087-ssa-local-vars/
H A DBlort.class ... l Object headGroup Object inbuffer int maxHeaderCount int maxLineLen StringBuilder current
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java208 * committed to translation in the context of the current dex
213 * committed to translation in the context of the current dex
1392 /** The current argument being processed after a {@link #getNext()} call. */
1393 private String current; field in class:Main.Arguments.ArgumentsParser
1403 return current;
1418 current = arguments[index];
1419 if (current.equals("--") || !current.startsWith("--")) {
1435 current = arguments[index];
1453 * Checks the current argumen
[all...]

Completed in 354 milliseconds