HomeSort by relevance Sort by last modified time
    Searched full:classpath (Results 276 - 300 of 784) sorted by null

<<11121314151617181920>>

  /external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
HelloWorld.java 32 // Load resources (e.g. templates) from classpath, along side this class.
  /external/proguard/examples/annotations/examples/
NativeCallBack.java 7 * javac -classpath ../lib/annotations.jar NativeCallBack.java
  /external/proguard/examples/ant/
midlets.xml 8 classpath="lib/proguard.jar" />
  /external/proguard/src/proguard/
DataEntryWriterFactory.java 39 * @param classPath the output class path.
44 public static DataEntryWriter createDataEntryWriter(ClassPath classPath,
53 ClassPathEntry entry = classPath.get(index);
  /external/proguard/src/proguard/ant/
ClassPathElement.java 56 * @param classPath the class path to be extended.
59 public void appendClassPathEntriesTo(ClassPath classPath, boolean output)
129 classPath.add(entry);
  /external/smali/smali/
build.gradle 88 classpath = configurations.antlr3
101 classpath = configurations.antlr3
114 classpath = configurations.jflex
141 classpath = configurations.proguard
  /frameworks/base/core/java/com/android/internal/os/
WrapperInit.java 120 * @param classPath The class path.
124 public static void execStandalone(String invokeWith, String classPath, String className,
127 command.append(" /system/bin/dalvikvm -classpath '").append(classPath);
  /frameworks/base/test-runner/src/junit/runner/
TestCaseClassLoader.java 50 public TestCaseClassLoader(String classPath) {
51 scanPath(classPath);
55 private void scanPath(String classPath) {
58 StringTokenizer st= new StringTokenizer(classPath, separator);
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/examples/
NativeCallBack.java 7 * javac -classpath ../lib/annotations.jar NativeCallBack.java
  /prebuilts/tools/common/proguard/proguard4.7/examples/ant/
midlets.xml 8 classpath="lib/proguard.jar" />
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/META-INF/
MANIFEST.MF 16 Bundle-ClassPath: libs/host-libprotobuf-java-2.3.0-lite.jar,
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/META-INF/
MANIFEST.MF 28 Bundle-ClassPath: .
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest5.java 96 String classPath;
98 classPath = System.getProperty("org.apache.harmony.boot.class.path");
100 classPath = System.getProperty("sun.boot.class.path");
102 int nextInstance = classPath.indexOf(File.pathSeparatorChar,
106 elms.add(new File(classPath.substring(instanceOfSep + 1,
109 nextInstance = classPath.indexOf(File.pathSeparatorChar,
112 elms.add(new File(classPath.substring(instanceOfSep + 1)));
  /frameworks/base/test-runner/src/android/test/
ClassPathPackageInfoSource.java 55 private final String[] classPath;
63 classPath = getClassPath();
112 for (String entryName : classPath) {
115 // Forge may not have brought over every item in the classpath. Be
129 throw new AssertionError("Can't read classpath entry " +
304 String classPath = System.getProperty("java.class.path");
306 return classPath.split(Pattern.quote(separator));
  /libcore/luni/src/test/java/libcore/java/util/jar/
DalvikExecTest.java 37 String execDalvik1(String classpath, String mainClass, String arg1)
51 builder.command().add("-classpath");
52 builder.command().add(classpath);
68 String execDalvik (String classpath, String mainClass)
70 return execDalvik1(classpath, mainClass, null);
73 // Execute an existing JAR on dalvikvm using -classpath option.",
100 // Create a temp file, fill it with contents according to Dalvik JAR format, and execute it on dalvikvm using -classpath option.",
  /external/webkit/Source/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 &quot;-classpath&quot;. If your particular JVM
155 documentation for more details about CLASSPATH.
271 <a href="#classpath">CLASSPATH</a>. For the
    [all...]
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPool.java 41 protected LoaderClassPath classPath;
86 classPath = new LoaderClassPath(cl);
87 this.insertClassPath(classPath);
119 this.removeClassPath(classPath);
120 classPath.close();
  /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);
  /docs/source.android.com/src/source/
using-eclipse.jd 37 <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 <code>.classpath</code> file. We have a sample version to start you off.</p>
39 cp development/ide/eclipse/.classpath .
40 chmod u+w .classpath
42 <p>Now edit that copy of <code>.classpath</code>, if necessary.</p>
85 <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:</p>
98 <p>The default <code>.classpath</code> 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:</p>
  /libcore/luni/src/test/java/dalvik/system/
DexClassLoaderTest.java 46 /** just one classpath element, a raw dex file */
49 /** just one classpath element, a jar file */
52 /** two classpath elements, both raw dex files */
55 /** two classpath elements, both jar files */
102 * @param config how to configure the classpath
131 * @param config how to configure the classpath
  /dalvik/tools/
dex-preopt 43 # contain the boot classpath jar files. If not specified, then there
47 # product directory, of the directory where the boot classpath files
50 # of bootstrap classpath elements, colon-separated. Order is significant
167 # Sanity-check the specified boot classpath directory.
169 echo "must specify boot classpath directory" 1>&2
253 # Expand and verify the boot classpath directory. We add "/./" here to
289 # Split the boot classpath into separate elements and iterate over them,
307 # The input file is in the boot classpath directory, so it needs
  /external/android-mock/src/
build-framework-gen.xml 58 <classpath>
61 </classpath>
  /external/antlr/antlr-3.4/runtime/ActionScript/project/
build.xml 14 <taskdef resource="flexTasks.tasks" classpath="${FLEX_HOME}/ant/lib/flexTasks.jar"/>
15 <taskdef resource="com/adobe/ac/ant/tasks/tasks.properties" classpath="${basedir}/lib/FlexAntTasks.jar"/>
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
ClasspathLocator.java 44 * The <code>ClasspathLocator</code> looks up an asset in the classpath.
112 // since classpath locating would return null at the getResource()
  /external/jmonkeyengine/engine/src/test/jme3test/asset/
TestManyLocators.java 70 System.out.println("Failed to load from classpath");
72 System.out.println("Found classpath font: " + a.toString());

Completed in 975 milliseconds

<<11121314151617181920>>