Home
last modified time | relevance | path

Searched refs:classpath (Results 1 – 7 of 7) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DJUnitLaunchConfigDelegate.java70 String[] classpath = super.getClasspath(configuration); in getClasspath() local
71 return fixClasspath(classpath, getJavaProjectName(configuration)); in getClasspath()
103 public static String[] fixClasspath(String[] classpath, String projectName) { in fixClasspath() argument
105 for (int i = 0; i < classpath.length; i++) { in fixClasspath()
106 if (classpath[i].endsWith(JUNIT_JAR)) { in fixClasspath()
107 return classpath; in fixClasspath()
122 String[] newClasspath = new String[classpath.length + 1]; in fixClasspath()
123 System.arraycopy(classpath, 0, newClasspath, 0, classpath.length); in fixClasspath()
125 classpath = newClasspath; in fixClasspath()
137 return classpath; in fixClasspath()
/sdk/templates/
Dbuild_gradle.template6 classpath 'com.android.tools.build:gradle:ARTIFACT_VERSION'
/sdk/apkbuilder/etc/
Dapkbuilder69 exec java -Xmx128M $java_debug -classpath "$jarpath" com.android.sdklib.build.ApkBuilderMain "$@"
Dapkbuilder.bat45 call "%java_exe%" -classpath "%jarpath%" com.android.sdklib.build.ApkBuilderMain %*
/sdk/eclipse/
Ddictionary.txt44 classpath
Dbuild.gradle186 "Unexpected classpath entry: " + it + " in file: " + manifest)
Dchanges.txt38 * Test projects now have access to the full classpath from the
624 - New classpath container remove the dependencies on the location of