/external/jetty/src/java/org/eclipse/jetty/webapp/ |
MetaInfConfiguration.java | 35 * Scan META-INF of all jars in WEB-INF/lib to find: 53 //Merge all container and webinf lib jars to look for META-INF resources 55 ArrayList<Resource> jars = new ArrayList<Resource>(); local 56 jars.addAll(context.getMetaData().getOrderedContainerJars()); 57 jars.addAll(context.getMetaData().getWebInfJars()); 75 //Scan jars for META-INF information 76 if (jars != null) 78 URI[] uris = new URI[jars.size()]; 80 for (Resource r : jars)
|
/external/proguard/examples/gradle/ |
proguardgui.gradle | 28 // Specify the input jars, output jars, and library jars. 29 // The input jars will be merged in a single output jar.
|
applets.gradle | 27 // Specify the input jars, output jars, and library jars.
|
applications.gradle | 27 // Specify the input jars, output jars, and library jars.
|
midlets.gradle | 27 // Specify the input jars, output jars, and library jars.
|
servlets.gradle | 27 // Specify the input jars, output jars, and library jars.
|
/external/proguard/examples/ |
proguard.pro | 8 # Specify the input jars, output jars, and library jars. 55 # jars.
|
applets.pro | 7 # Specify the input jars, output jars, and library jars.
|
applications.pro | 7 # Specify the input jars, output jars, and library jars.
|
library.pro | 8 # Specify the input jars, output jars, and library jars.
|
/external/proguard/src/proguard/classfile/ |
package.html | 13 analyzing class files from library jars.
|
/external/robolectric/v3/libs/ |
README.txt | 1 The following are links to where each of these jars were downloaded and a link
|
/frameworks/base/cmds/uiautomator/cmds/uiautomator/ |
uiautomator | 66 jars= 77 if [ -z "${1}" ] && [ -z "${jars}" ]; then 87 # we are done with jars, starting with parameters now 101 jars=${jars}:${jar} 122 if [ -n "${jars}" ]; then 123 args="${args} -e jars ${jars}" 126 CLASSPATH=${CLASSPATH}:${jars}
|
/cts/common/host-side/tradefed/tests/ |
run_tests.sh | 20 JARS=" 28 run_tests "com.android.compatibility.common.tradefed.UnitTests" "${JARS}" "${@}"
|
/cts/common/host-side/util/tests/ |
run_tests.sh | 22 JARS=" 30 run_tests "com.android.compatibility.common.util.HostUnitTests" "${JARS}" "${@}"
|
/cts/common/util/tests/ |
run_tests.sh | 20 JARS=" 28 run_tests "com.android.compatibility.common.util.UnitTests" "${JARS}" "${@}"
|
/cts/tests/signature/tests/ |
run_unit_tests.sh | 39 JARS="tradefed-prebuilt.jar hosttestlib.jar signature-hostside.jar signature-tests.jar" 41 for JAR in $JARS; do
|
/cts/tests/tests/mediastress/preconditions/tests/ |
run_tests.sh | 22 JARS=" 28 run_tests "android.mediastress.cts.preconditions.MediaPreparerTest" "${JARS}" "${@}"
|
/cts/tools/cts-native-scanner/tests/ |
run_unit_tests.sh | 27 JARS="ddmlib-prebuilt.jar tradefed-prebuilt.jar hosttestlib.jar cts-native-scanner.jar cts-native-scanner-tests.jar" 29 for JAR in $JARS; do
|
/cts/tools/cts-tradefed/tests/ |
run_tests.sh | 22 JARS=" 28 run_tests "com.android.compatibility.tradefed.CtsTradefedTest" "${JARS}" "${@}"
|
/external/smali/smali/ |
runantlr.sh | 18 # Point to the directory which contains the ANTLR jars. 29 echo >&2 "ERROR: Could not find ANTLR jars directory" 33 # Build up the classpath by finding all the JARs 44 echo >&2 "Could not find any JARs in the ANTLR directory" 45 echo >&2 "Is '"$ANTLR"' the correct path to the JARs?"
|
/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...] |
/external/proguard/examples/ant/ |
applets.xml | 14 <!-- Specify the input jars, output jars, and library jars. -->
|
applications2.xml | 13 <!-- Specify the input jars, output jars, and library jars. -->
|
servlets.xml | 14 <!-- Specify the input jars, output jars, and library jars. -->
|