Searched refs:major (Results 1 – 5 of 5) 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
2 // There are 2 major tasks done by this plugin:
205 One major change with the emulator is that now you must pre-create an "Android