Home
last modified time | relevance | path

Searched refs:jars (Results 1 – 25 of 101) sorted by relevance

12345

/external/proguard/examples/
Dproguardall.pro10 # Specify the input jars, output jars, and library jars.
11 # We'll read all jars from the lib directory, process them, and write the
12 # processed jars to a new out directory.
64 # If we have the Gradle jars, we can properly process the Gradle task.
Dretrace.pro8 # Specify the input jars, output jars, and library jars.
9 # The input jars will be merged in a single output jar.
Dproguardgui.pro8 # Specify the input jars, output jars, and library jars.
9 # The input jars will be merged in a single output jar.
Dproguard.pro8 # Specify the input jars, output jars, and library jars.
55 # jars.
Dmidlets.pro7 # Specify the input jars, output jars, and library jars.
Dservlets.pro7 # Specify the input jars, output jars, and library jars.
Dapplets.pro7 # Specify the input jars, output jars, and library jars.
Dapplications.pro7 # Specify the input jars, output jars, and library jars.
Dlibrary.pro8 # Specify the input jars, output jars, and library jars.
/external/kotlinc/
DAndroid.bp55 jars: ["lib/annotations-13.0.jar"],
66 jars: ["lib/kotlin-reflect.jar"],
75 jars: ["lib/kotlin-stdlib.jar"],
84 jars: ["lib/kotlin-stdlib-jdk7.jar"],
93 jars: ["lib/kotlin-stdlib-jdk8.jar"],
102 jars: [
/external/javassist/src/main/javassist/
DClassPoolTail.java87 JarClassPath[] jars; field in JarDirClassPath
99 jars = new JarClassPath[files.length]; in JarDirClassPath()
101 jars[i] = new JarClassPath(files[i].getPath()); in JarDirClassPath()
107 if (jars != null) in openClassfile()
108 for (int i = 0; i < jars.length; i++) { in openClassfile()
109 InputStream is = jars[i].openClassfile(classname); in openClassfile()
119 if (jars != null) in find()
120 for (int i = 0; i < jars.length; i++) { in find()
121 URL url = jars[i].find(classname); in find()
/external/proguard/examples/gradle/
Dproguardall.gradle30 // Specify the input jars, output jars, and library jars.
31 // We'll read all jars from the lib directory, process them, and write the
32 // processed jars to a new out directory.
85 // If we have the Gradle jars, we can properly process the Gradle task.
Dretrace.gradle28 // Specify the input jars, output jars, and library jars.
29 // The input jars will be merged in a single output jar.
Dproguardgui.gradle28 // Specify the input jars, output jars, and library jars.
29 // The input jars will be merged in a single output jar.
Dproguard.gradle28 // Specify the input jars, output jars, and library jars.
75 // jars.
Dmidlets.gradle27 // Specify the input jars, output jars, and library jars.
Dapplications.gradle27 // Specify the input jars, output jars, and library jars.
Dservlets.gradle27 // Specify the input jars, output jars, and library jars.
Dapplets.gradle27 // Specify the input jars, output jars, and library jars.
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
DEnvironmentCheck.java656 protected Vector checkPathForJars(String cp, String[] jars) in checkPathForJars() argument
659 if ((null == cp) || (null == jars) || (0 == cp.length()) in checkPathForJars()
660 || (0 == jars.length)) in checkPathForJars()
672 for (int i = 0; i < jars.length; i++) in checkPathForJars()
674 if (filename.indexOf(jars[i]) > -1) in checkPathForJars()
687 h.put(jars[i] + "-path", f.getAbsolutePath()); in checkPathForJars()
694 if (!("xalan.jar".equalsIgnoreCase(jars[i]))) { in checkPathForJars()
695 h.put(jars[i] + "-apparent.version", in checkPathForJars()
696 getApparentVersion(jars[i], f.length())); in checkPathForJars()
710 h.put(jars[i] + "-path", WARNING + " Classpath entry: " in checkPathForJars()
[all …]
/external/bazelbuild-rules_android/rules/
Dintellij.bzl29 """Extracts the idl class and src jars."""
46 progress_message = "Building idl jars %s" % out_jar.path,
91 jar = _utils.only(java_info.outputs.jars)
97 jar = _utils.only(java_info.outputs.jars)
/external/error_prone/
DAndroid.bp52 jars: ["error_prone/error_prone_annotations-2.4.0.jar"],
58 jars: [
71 jars: [
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javassist_symbols/
DREADME.md1jars for that purpose. Given the very specific cases we need here, that would severly complicate w…
/external/jline/
DAndroid.bp40 jars: [ "jline-3.13.3.jar" ],
45 jars: [ "jline-1.0.jar" ],
/external/vogar/src/vogar/android/
DHostRuntime.java104 List<File> jars = new ArrayList<File>(); in newVmCommandBuilder() local
106 jars.add(new File(hostOut, "framework/" + jar + ".jar")); in newVmCommandBuilder()
108 Classpath bootClasspath = Classpath.of(jars); in newVmCommandBuilder()

12345