HomeSort by relevance Sort by last modified time
    Searched refs:jars (Results 1 - 7 of 7) sorted by null

  /external/javassist/src/main/javassist/
ClassPoolTail.java 76 JarClassPath[] jars; field in class:JarDirClassPath
87 jars = new JarClassPath[files.length];
89 jars[i] = new JarClassPath(files[i].getPath());
94 if (jars != null)
95 for (int i = 0; i < jars.length; i++) {
96 InputStream is = jars[i].openClassfile(classname);
105 if (jars != null)
106 for (int i = 0; i < jars.length; i++) {
107 URL url = jars[i].find(classname);
116 if (jars != null
    [all...]
  /frameworks/base/tools/aapt/
Package.cpp 482 const android::Vector<const char*>& jars = bundle->getJarFiles(); local
484 size_t N = jars.size();
487 err = jar.open(jars[i], ZipFile::kOpenReadOnly);
490 jars[i], err);
495 fprintf(stderr, "ERROR: unable to process '%s'\n", jars[i]);
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
EnvironmentCheck.java 180 logMsg("# to correct potential problems with your classes/jars");
239 * for entries that are .jars found in the classpath.</p>
316 /** Prefixed to hash keys that signify .jars found in classpath. */
341 * Print out report of .jars found in a classpath.
349 * @return false if OK, true if any .jars were reported
361 logMsg("#---- BEGIN Listing XML-related jars in: " + desc + " ----");
391 logMsg("#----- END Listing XML-related jars in: " + desc + " -----");
491 * Print out report of .jars found in a classpath.
501 * @return false if OK, true if any .jars were reported
640 * Cheap-o listing of specified .jars found in the classpath.
    [all...]
  /build/core/
dex_preopt.mk 2 # Dexpreopt on the boot jars
38 --boot-jars=$(DEXPREOPT_BOOT_JARS) $(DEXPREOPT_UNIPROCESSOR) \
69 # $(1): the rest list of boot jars
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java 228 // get the OS path to all the external jars
229 URL[] jars = getExternalJars(); local
231 mJarClassLoader = new URLClassLoader(jars, this /* parent */);
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 1018 milliseconds