/frameworks/base/tests/framework-tests/src/android/test/ |
FrameworkTests.java | 25 * Tests that are loaded in the boot classpath along with the Android framework
|
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
DalvikExecTest.java | 44 String execDalvik1(String classpath, String mainClass, String arg1) 65 builder.command().add("-classpath"); 66 builder.command().add(classpath); 76 String execDalvik (String classpath, String mainClass) 78 return execDalvik1(classpath, mainClass, null); 84 notes = "Execute an existing JAR on dalvikvm using -classpath option.", 130 notes = "Create a temp file, fill it with contents according to Dalvik JAR format, and execute it on dalvikvm using -classpath option.",
|
JarExecTest.java | 227 builder.environment().put("CLASSPATH", fooJar.getAbsolutePath()); 230 assertTrue("Error executing class from ClassPath", 252 builder.environment().put("CLASSPATH", fooJar.getAbsolutePath()); 260 // now add -jar option - it should override env and classpath 284 builder.environment().put("CLASSPATH", fooJar.getAbsolutePath());
|
/external/webkit/JavaScriptCore/tests/mozilla/ |
README-jsDriver.html | 29 [-hkt] [-b BUGURL] [-c CLASSPATH] [-f OUTFILE] 32 [--classpath=CLASSPATH] [--file=OUTFILE] [--javapath=JAVAPATH] 147 <a name="classpath"></a> 148 <dt><b>-c PATH, --classpath=PATH</b></dt> 150 Classpath to pass the the Java Virtual Machine. When running tests 152 to an argument named "-classpath". If your particular JVM 155 documentation for more details about CLASSPATH. 271 <a href="#classpath">CLASSPATH</a>. For the [all...] |
/external/emma/ant/ant14/com/vladium/emma/ |
emmajavaTask.java | 61 + ": this task requires 'classpath' attribute to be set", location).fillInStackTrace (); 72 // add emma libs to the parent task's classpath [to support non-extdir deployment]: 93 // full classpath scan flag: 182 // classpath: 215 // classpath: 355 // lib classpath attribute [to support non-extdir deployment]: 357 public final void setLibclasspath (final Path classpath) 360 m_libClasspath = classpath; 362 m_libClasspath.append (classpath);
|
/development/pdk/docs/source/ |
using-eclipse.jd | 22 <p>Eclipse needs a list of directories to search for Java files. This is called the "Java Build Path" and can be set with the .classpath file. We have a sample version to start you off. 24 <pre>cd /path/to/android/root <br>cp development/ide/eclipse/.classpath .<br>chmod u+w .classpath # Make the copy writable <br></pre> 25 <p>Now edit that copy of .classpath, if necessary. 68 <p>Every time you repo sync, or otherwise change files outside of Eclipse (especially the .classpath), you need to refresh Eclipse's view of things: 80 <p>The default .classpath includes the source to the core system and a sample set of apps, but might not include the particular app you may want to work on. To add an app, you must add the app's source directory. To do this inside Eclipse:
|
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteConnection.java | 269 * <li> --classpath=<i>colon-separated classpath</i> indicates 271 * be loaded from jar files in the specified classpath. Incompatible with 304 /** from --classpath */ 305 String classpath; field in class:ZygoteConnection.Arguments 416 } else if (arg.equals("-classpath")) { 417 if (classpath != null) { 422 classpath = args[++curArg]; 425 "-classpath requires argument"); 446 if (runtimeInit && classpath != null) [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
SerializationStressTest5.java | 102 String classPath; 104 // classPath = System.getProperty("org.apache.harmony.boot.class.path"); 106 // classPath = System.getProperty("sun.boot.class.path"); 107 classPath = System.getProperty("java.boot.class.path"); 109 int nextInstance = classPath.indexOf(File.pathSeparatorChar, 113 elms.add(new File(classPath.substring(instanceOfSep + 1, 116 nextInstance = classPath.indexOf(File.pathSeparatorChar, 119 elms.add(new File(classPath.substring(instanceOfSep + 1)));
|
/external/clearsilver/java-jni/ |
Android.mk | 59 $(GEN): PRIVATE_CUSTOM_TOOL = javah -classpath $(PRIVATE_OUR_JAVA_LIB) -force -o $@ -jni org.clearsilver.HDF 67 $(GEN): PRIVATE_CUSTOM_TOOL = javah -classpath $(PRIVATE_OUR_JAVA_LIB) -force -o $@ -jni org.clearsilver.CS
|
/external/proguard/src/proguard/ |
UpToDateChecker.java | 53 ClassPath programJars = configuration.programJars; 54 ClassPath libraryJars = configuration.libraryJars;
|
/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/tests/etc/ |
reference-run-test-classes | 60 ${JAVA} ${DEBUG_OPTS} -ea ${VERIFY_ARG} -classpath classes Main "$@"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/ |
MANIFEST.MF | 33 Bundle-ClassPath: libs/jcommon-1.0.12.jar,
|
/sdk/files/ |
ant_rules_r1.xml | 11 Additionnaly, the task sets up the following classpath reference: 12 android.target.classpath 13 This is used by the compiler task as the boot classpath. 239 <!-- If android rules are used for a test project, its classpath should include 241 <condition property="extensible.classpath" 245 <condition property="extensible.libs.classpath" 251 bootclasspathref="android.target.classpath" 252 verbose="${verbose}" classpath="${extensible.classpath}"> 255 <classpath> [all...] |
ant_rules_r2.xml | 11 Additionnaly, the task sets up the following classpath reference: 12 android.target.classpath 13 This is used by the compiler task as the boot classpath. 241 <!-- If android rules are used for a test project, its classpath should include 243 <condition property="extensible.classpath" 247 <condition property="extensible.libs.classpath" 253 bootclasspathref="android.target.classpath" 254 verbose="${verbose}" classpath="${extensible.classpath}" 259 <classpath> [all...] |
/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
|
/dalvik/vm/oo/ |
Class.h | 23 * The classpath and bootclasspath differ in that only the latter is 27 * the classpath. 34 * These three may be freely intermixed in a classpath specification.
|
/cts/tools/dasm/etc/ |
dasm | 65 exec java $javaOpts -classpath "$libdir/dx.jar:$jarpath" dasm.Main "$@"
|
/development/tools/makedict/etc/ |
makedict | 61 # need to use "java.ext.dirs" because "-jar" causes classpath to be ignored
|
/development/tools/monkeyrunner/etc/ |
monkeyrunner | 72 # need to use "java.ext.dirs" because "-jar" causes classpath to be ignored
|
/external/proguard/docs/manual/ |
wtk.html | 33 obfuscator.runner.classpath: /usr/local/java/proguard/lib/proguard.jar
|
/external/proguard/examples/ant/ |
applets.xml | 8 classpath="lib/proguard.jar" />
|
applications2.xml | 9 classpath="lib/proguard.jar" />
|
applications3.xml | 9 classpath="lib/proguard.jar" />
|
proguard.xml | 10 classpath="lib/proguard.jar" />
|