HomeSort by relevance Sort by last modified time
    Searched full:bootpath (Results 1 - 5 of 5) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
JUnitLaunchConfigDelegate.java 64 String[][] bootpath = super.getBootpathExt(configuration); local
65 return fixBootpathExt(bootpath);
77 * @param bootpath Array of Arrays of bootstrap class paths
78 * @return a new modified (if applicable) bootpath
80 public static String[][] fixBootpathExt(String[][] bootpath) {
81 for (int i = 0; i < bootpath.length; i++) {
82 if (bootpath[i] != null && bootpath[i].length > 0) {
85 if (bootpath[i][0].endsWith(SdkConstants.FN_FRAMEWORK_LIBRARY)) {
86 bootpath[i] = null
    [all...]
  /dalvik/docs/
hello-world.html 170 bootpath=$root/framework
171 export BOOTCLASSPATH=$bootpath/core.jar:$bootpath/ext.jar:$bootpath/framework.jar:$bootpath/android.policy.jar:$bootpath/services.jar
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 

Completed in 1074 milliseconds