HomeSort by relevance Sort by last modified time
    Searched defs:mainVersion (Results 1 - 3 of 3) sorted by null

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
Util.java 93 char mainVersion = version.charAt(1);
97 if (mainVersion == '3') {
101 throw new RuntimeException("Version "+mainVersion+'.'+minorVersion+" is no longer supported!");
109 throw new RuntimeException("Version "+mainVersion+'.'+minorVersion+" is not supported yet!");
112 throw new RuntimeException("Version "+mainVersion+'.'+minorVersion+" is not supported yet!");
  /external/skia/platform_tools/android/apps/visualbenchsdl/src/main/java/org/libsdl/app/
SDLActivity.java 722 Integer mainVersion;
725 mainVersion = Integer.valueOf(mainHint);
737 .invoke(null, this, mainVersion, patchVersion);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 242 milliseconds