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

/dalvik/vm/native/
H A Ddalvik_system_Zygote.cpp77 reentrancy. However, we know a priori that the current implementation
305 // into place for current user
617 int current = personality(0xffffFFFF); local
618 int success = personality((ADDR_NO_RANDOMIZE | current));
620 ALOGW("Personality switch failed. current=%d error=%d\n", current, errno);
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java971 /** The current argument being processed after a {@link #getNext()} call. */
972 private String current; field in class:Main.Arguments.ArgumentsParser
982 return current;
997 current = arguments[index];
998 if (current.equals("--") || !current.startsWith("--")) {
1014 current = arguments[index];
1032 * Checks the current argument against the given prefix.
1041 if (current.startsWith(prefix)) {
1043 lastValue = current
[all...]

Completed in 53 milliseconds