HomeSort by relevance Sort by last modified time
    Searched refs:classpath (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /cts/development/ide/eclipse/
genclasspath.sh 3 # Outputs a classpath file containing classpaths from development/ide/eclipse
7 # ./cts/development/ide/eclipse/genclasspath.sh > .classpath
15 echo '<classpath>'
16 cat $ANDROID_BUILD_TOP/cts/development/ide/eclipse/.classpath | grep classpathentry
17 cat $ANDROID_BUILD_TOP/development/ide/eclipse/.classpath | grep classpathentry
18 echo '</classpath>'
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
antlr.sh 6 -classpath "$ANTLR_HOME/build/classes:$ANTLR_HOME/build/rtclasses:$ANTLR_HOME/lib/antlr-3.0.jar:$ANTLR_HOME/lib/antlr-2.7.7.jar:$ANTLR_HOME/lib/stringtemplate-3.0.jar" \
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
JUnitLaunchConfigDelegate.java 41 * the classpath since it can find a correct reference to all the necessary
46 * necessary also puts back the junit.jar in the user classpath.
69 String[] classpath = super.getClasspath(configuration); local
70 return fixClasspath(classpath, getJavaProjectName(configuration));
93 * Add the junit.jar to the user classpath; since Eclipse was relying on
97 * @param classpath Array containing classpath
100 * @return a new modified (if applicable) classpath
102 public static String[] fixClasspath(String[] classpath, String projectName) {
104 for (int i = 0; i < classpath.length; i++)
    [all...]