HomeSort by relevance Sort by last modified time
    Searched refs:classpath (Results 1 - 25 of 90) 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 42 * the classpath since it can find a correct reference to all the necessary
47 * necessary also puts back the junit.jar in the user classpath.
70 String[] classpath = super.getClasspath(configuration); local
71 return fixClasspath(classpath, getJavaProjectName(configuration));
94 * Add the junit.jar to the user classpath; since Eclipse was relying on
98 * @param classpath Array containing classpath
101 * @return a new modified (if applicable) classpath
103 public static String[] fixClasspath(String[] classpath, String projectName) {
105 for (int i = 0; i < classpath.length; i++)
    [all...]
  /development/tools/idegen/src/
Eclipse.java 33 * Generates an Eclipse .classpath file from the given configuration.
36 StringBuilder classpath = new StringBuilder(); local
38 classpath.append("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
39 + "<classpath>\n");
82 classpath.append(" <classpathentry kind=\"src\"");
85 classpath.append(" excluding=\"")
88 classpath.append(" path=\"")
96 classpath.append(" <classpathentry kind=\"lib\" path=\"")
104 classpath.append(" <classpathentry kind=\"output\" path=\""
107 classpath.append("</classpath>\n")
118 StringBuilder classpath = new StringBuilder(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runant.pl 27 # the code is not totally portable due to classpath and directory splitting
40 # - target platform uses ":" as classpath separator or perl indicates it is dos/win32
77 #ISSUE: what java wants to split up classpath varies from platform to platform
87 #build up standard classpath
105 my $classpath=$ENV{CLASSPATH};
109 if (! $classpath eq "")
111 $classpath = `cygpath --path --windows "$classpath"`;
112 chomp ($classpath);
    [all...]
antenv.cmd 34 when param='-cp' | param='-classpath' then mode = 'c'
55 classpath = value('CLASSPATH',,env)
57 if classes \= '' then classpath = prepend(classpath classes)
59 if classes \= '' then classpath = prepend(classpath classes)
61 classpath = prepend(classpath ANT_HOME || '\lib\ant-launcher.jar')
62 'SET CLASSPATH=' || classpat
    [all...]
  /build/core/tasks/
ide.mk 47 .classpath: PRIVATE_MODULES := $(eclipse_project_modules)
48 .classpath: PRIVATE_DIRS := $(source_paths)
51 $(eclipse_project_goals): .classpath
52 .classpath: FORCE
53 $(hide) echo Generating .classpath for eclipse
54 $(hide) echo '<classpath>' > $@
60 $(hide) echo '</classpath>' >> $@
  /packages/inputmethods/LatinIME/tools/dicttool/tests/etc/
test-dicttool.sh 16 java -classpath ${ANDROID_HOST_OUT}/framework/junit.jar:${ANDROID_HOST_OUT}/../common/obj/JAVA_LIBRARIES/dicttool_intermediates/classes junit.textui.TestRunner com.android.inputmethod.latin.makedict.BinaryDictInputOutputTest
  /dalvik/tests/etc/
reference-run-test-classes 60 ${JAVA} ${DEBUG_OPTS} -ea ${VERIFY_ARG} -classpath classes Main "$@"
  /libcore/
run-libcore-tests 24 --classpath out/target/common/obj/JAVA_LIBRARIES/core-tests_intermediates/javalib.jar \
25 --classpath out/target/common/obj/JAVA_LIBRARIES/sqlite-jdbc_intermediates/classes.jar \
  /libcore/support/src/test/java/tests/util/
ClassLoaderBuilder.java 32 * exists on the classpath.
78 * uses the same classpath as the application class loader. It loads
105 String classPath = getApplicationClassPath();
108 .newInstance(classPath, bridge);
113 List<URL> classpath = new ArrayList<URL>(); local
114 classpath.addAll(classpathToUrls("java.class.path"));
115 classpath.addAll(classpathToUrls("sun.boot.class.path"));
116 return new URLClassLoader(classpath.toArray(new URL[classpath.size()]), bridge);
140 String classpath = System.getProperty(propertyName) local
    [all...]
  /dalvik/dx/tests/116-leb128/
run 23 java -classpath $dxjar:. junit.textui.TestRunner com.android.dx.util.Leb128UtilsTest > unit-out.txt
  /dalvik/dx/tests/117-modified-utf8/
run 23 java -classpath $dxjar:. junit.textui.TestRunner com.android.dx.util.Mutf8Test > unit-out.txt
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Exec.java 93 public static String execJava(String[] args, String[] classpath,
97 execJavaCommon(args, classpath, null, displayOutput, true);
105 public static String execJava(String[] args, String[] classpath,
109 execJavaCommon(args, classpath, envp, displayOutput, false);
150 public static Object[] execJava2(String[] args, String[] classpath,
153 return execJavaCommon(args, classpath, null, displayOutput, true);
156 private static Object[] execJavaCommon(String[] args, String[] classpath,
175 // add classpath string
176 if (classpath != null) {
177 for (String element : classpath) {
    [all...]
  /external/apache-harmony/
run-harmony-tests 30 --classpath out/host/common/obj/JAVA_LIBRARIES/apache-harmony-tests-hostdex_intermediates/javalib.jar \
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
ant-weblogic.jar 
  /cts/tools/signature-tools/
sig 47 exec java $javaOpts -classpath $libdir/signature-tools.jar:$libdir/dex-tools.jar:$libdir/stringtemplate.jar:$libdir/antlr-2.7.7.j (…)
  /dalvik/dx/tests/119-merge-conflict/
run 30 dalvik -classpath test.jar:resources.jar \
  /external/emma/core/java12/com/vladium/emma/rt/
InstrClassLoader.java 46 public InstrClassLoader (final ClassLoader parent, final File [] classpath,
55 super (filesToURLs (classpath), null);
372 private static URL [] filesToURLs (final File [] classpath)
375 if ((classpath == null) || (classpath.length == 0))
378 final URL [] result = new URL [classpath.length];
382 result [f] = classpath [f].toURL (); // note: this does proper dir encoding
  /cts/tools/dasm/etc/
dasm 65 exec java $javaOpts -classpath "$libdir/dx.jar:$jarpath" dasm.Main "$@"
  /dalvik/dx/tests/115-merge/
run 33 dalvik -classpath test.jar:resources.jar \
  /libcore/luni/src/test/etc/loading-test-jar/
build.sh 49 javac -classpath classes2 -d classes *.java
  /prebuilts/sdk/tools/
lint 71 -classpath "$jarpath" \
  /sdk/apkbuilder/etc/
apkbuilder 69 exec java -Xmx128M $java_debug -classpath "$jarpath" com.android.sdklib.build.ApkBuilderMain "$@"

Completed in 5392 milliseconds

1 2 3 4