HomeSort by relevance Sort by last modified time
    Searched full:classpath (Results 476 - 500 of 1082) sorted by null

<<11121314151617181920>>

  /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());
  /external/proguard/src/proguard/
UpToDateChecker.java 53 ClassPath programJars = configuration.programJars;
54 ClassPath libraryJars = configuration.libraryJars;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
CustomInlineMethodResolver.java 106 ClassPath.ClassDef classDef = ClassPath.getClassDef(className, false);
MethodAnalyzer.java 49 * Before calling the analyze() method, you must have initialized the ClassPath by calling
50 * ClassPath.InitializeClassPath
162 ClassPath.getClassDef(methodIdItem.getContainingClass())));
166 ClassPath.getClassDef(methodIdItem.getContainingClass())));
    [all...]
ClassPath.java 46 public class ClassPath {
47 private static ClassPath theClassPath = null;
80 throw new ExceptionWithContext("Cannot initialize ClassPath multiple times");
110 theClassPath = new ClassPath();
127 throw new ExceptionWithContext("Cannot initialize ClassPath multiple times");
130 theClassPath = new ClassPath();
135 private ClassPath() {
214 String.format("Error while loading boot classpath entry %s", bootClassPathEntry));
278 String.format("Error while loading ClassPath class %s", classType));
419 commonElementClass = ClassPath.getUnresolvedObjectClassDef()
    [all...]
  /prebuilts/devtools/tools/
android 109 # need to use "java.ext.dirs" because "-jar" causes classpath to be ignored
113 -classpath "$jarpath:$swtpath/swt.jar" \
hierarchyviewer 108 # need to use "java.ext.dirs" because "-jar" causes classpath to be ignored
113 -classpath "$jarpath:$swtpath/swt.jar" \
  /art/test/etc/
reference-run-test-classes 61 ${JAVA} ${DEBUG_OPTS} ${VERIFY_ARG} -classpath classes Main "$@"
  /build/tools/apicheck/etc/
apicheck 20 # The classpath and other java options used in apicheck are specified in
  /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/115-merge/
run 33 dalvik -classpath test.jar:resources.jar \
  /dalvik/tests/etc/
reference-run-test-classes 60 ${JAVA} ${DEBUG_OPTS} -ea ${VERIFY_ARG} -classpath classes Main "$@"
  /developers/build/templates/create/_MODULE_/
build.gradle.ftl 28 classpath 'com.android.tools.build:gradle:0.8.+'
  /docs/source.android.com/src/compatibility/
cts-development.jd 28 <code>.classpath</code> file rather than copying the one from the development
31 ./cts/development/ide/eclipse/genclasspath.sh &gt; .classpath
32 chmod u+w .classpath
34 <p>This <code>.classpath</code> file will contain both the Android framework
  /external/antlr/antlr-3.4/
antlrjar.xml 62 CLASSPATH configured and so on.
  /external/chromium/chrome/common/extensions/docs/examples/apps/
hello-java.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
VersionNumberStripper.java 20 * classpath).
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/META-INF/
MANIFEST.MF 6 Bundle-ClassPath: performanceui.jar
  /external/jmonkeyengine/
README 18 saved in the Java classpath and picked up by the classloader. On Android, they
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
package.html 30 classpath, the local hard drive, a ZIP file, an HTTP server, and more. The user

Completed in 810 milliseconds

<<11121314151617181920>>