Searched refs:major (Results 1 – 6 of 6) 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:
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
205 One major change with the emulator is that now you must pre-create an "Android