Searched refs:major (Results 1 – 4 of 4) sorted by relevance
23 #define JAVA_VERS_TO_INT(major, minor) ((major) * 1000 + (minor)) argument
53 int major = (*c - '0'); in extractJavaVersion() local59 *outVersionInt = JAVA_VERS_TO_INT(major, minor); in extractJavaVersion()
24 #define TO_JAVA_VERSION(major, minor) ((major) * 1000 + (minor)) argument
205 One major change with the emulator is that now you must pre-create an "Android