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

  /external/harfbuzz_ng/contrib/python/
setup.py 35 platforms = ['Linux', 'Win32', 'Mac OS X'], variable
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkHelper.java 146 File[] platforms = prebuilt.toFile().listFiles(); local
147 if (platforms != null) {
148 for (File p: platforms) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
ErrorTracker.java 39 // Platforms keyed on
40 private Hashtable platforms = new Hashtable(); field in class:ErrorTracker
77 platforms.put(aPlatform.getId(), aPlatform);
107 PlatformStatus ps=(PlatformStatus) platforms.get(effectedFileID);
133 // Object[] results = platforms.values().toArray();
146 // results = platforms.values().toArray();
177 // all "platforms" except JDT
179 Enumeration values = platforms.elements();
192 return ((PlatformStatus) platforms.get(id)).hasErrors();
207 result[i] = (PlatformStatus) platforms.get((String) platformIDs.elementAt(i))
    [all...]
TestResultsGenerator.java 184 //Retrieve the different platforms and their info
633 PlatformStatus[] platforms = anErrorTracker.getPlatforms(types[i]); local
634 String replaceString = processDropRows(platforms);
653 PlatformStatus[] platforms = anErrorTracker.getPlatforms(types[i]); local
655 String replaceString = processPlatformDropRows(platforms, desiredPlatform);
671 //Process drop rows specific to each of the platforms
672 protected String processPlatformDropRows(PlatformStatus[] platforms, String name) {
676 for (int i = 0; i < platforms.length; i++) {
679 if(platforms[i].getName().startsWith(name.substring(0, 3)) || platforms[i].getName().equals("All"))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /prebuilts/devtools/tools/lib/
sdklib.jar 
org-eclipse-jface-3.6.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 895 milliseconds