HomeSort by relevance Sort by last modified time
    Searched refs:jar (Results 226 - 250 of 1160) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/core/
multi_prebuilt.mk 118 javalib.jar)
127 javalib.jar)
java.mk 66 ifneq ($(filter classes-compiled.jar classes.jar,$(LOCAL_BUILT_MODULE_STEM)),)
79 # Choose leaf name for the compiled jar file.
81 full_classes_compiled_jar_leaf := classes-no-debug-var.jar
84 full_classes_compiled_jar_leaf := classes-full-debug.jar
93 proguard_jar_leaf := proguard.classes.jar
95 proguard_jar_leaf := noproguard.classes.jar
99 jarjar_leaf := classes-jarjar.jar
107 full_classes_stubs_jar := $(intermediates.COMMON)/stubs.jar
114 full_classes_jar := $(intermediates.COMMON)/classes.jar
    [all...]
static_java_library.mk 95 $(HISTORICAL_SDK_VERSIONS_ROOT)/$(LOCAL_SDK_RES_VERSION)/android.jar
136 # Rule to build AAR, archive including classes.jar, resource, etc.
147 $(hide) cp $(PRIVATE_CLASSES_JAR) $(dir $@)aar/classes.jar
151 $(hide) jar -cMf $@ \
  /dalvik/dx/tests/127-merge-stress/
run 17 # Find dx.jar from dx in the android dev tree
20 dxjar=$progdir/../framework/dx.jar
24 dexesinjars=`find $ANDROID_BUILD_TOP/libcore $ANDROID_BUILD_TOP/out -name '*.jar' -exec sh -c 'unzip -l "{}" 2>/dev/null | grep -q classes.dex ' \; -printf '%p '`
  /development/scripts/
combine_sdks.sh 71 replace tools/lib/layoutlib.jar
73 replace android.jar
  /development/tools/idegen/src/
IntelliJ.java 77 for (File jar : c.jarFiles) {
79 + "<library><CLASSES><root url=\"jar://$MODULE_DIR$/")
80 .append(jar.getPath())
  /external/doclava/src/com/google/doclava/
JarUtils.java 25 import java.util.jar.JarEntry;
26 import java.util.jar.JarFile;
30 * Returns the jar file used to load class clazz, or defaultJar if clazz was not loaded from a
31 * jar.
42 String JAR_URI_PREFIX = "jar:file:";
47 throw new IllegalStateException("Error loading jar file.", e);
55 * Copies a directory from a jar file to an external directory.
79 throw new IOException("Could not copy asset from jar file", e);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
feedManipulationEclipse.sh 17 #ant with Eclipse - requires org.eclipse.ant.ui*.jar
19 for f in `find $ECLIPSE_HOME/plugins -maxdepth 1 -name "org.eclipse.ant.ui*.jar" -type f`; do unzip $f lib/*.jar -d $tmpfolder; done
21 CLASSPATH="$JAVA_HOME/lib/rt.jar";
23 # note that com.sun.org.apache.xerces (Sun JDK 1.5, rt.jar) != org.apache.xerces (Ant 1.6.5, xercesImpl.jar) so must remove from classpath
24 for f in `find $d -maxdepth 1 -name "*.jar" -type f -not -name "xercesImpl.jar"`; do CLASSPATH=$CLASSPATH":"$f; done
  /external/jetty/
Android.mk 50 servlet-api:lib/javax.servlet-3.0.0.v201112011016.jar \
51 jetty-util:lib/jetty-util-6.1.26.jar \
52 slf4j-api:lib/slf4j-api-1.6.1.jar \
53 slf4j-jdk14:lib/slf4j-jdk14-1.6.1.jar \
  /external/jetty/src/java/org/eclipse/jetty/webapp/
JarScanner.java 27 import java.util.jar.JarEntry;
28 import java.util.jar.JarInputStream;
41 * Jar name matching based on regexp patterns is provided.
44 * method to handle entries in jar files whose names match the supplied
55 * Find jar names from the provided list matching a pattern.
58 * all jar names will match.
60 * A pattern is a set of acceptable jar names. Each acceptable
61 * jar name is a regex. Each regex can be separated by either a
62 * "," or a "|". If you use a "|" this or's together the jar
65 * jar names, and you want to match them in order, you shoul
    [all...]
WebAppClassLoader.java 150 _extensions.add(".jar");
194 * pointing to directories or jar files. Directories should end
214 * pointing to directories or jar files. Directories should end
261 /** Add elements to the class path for the context from the jar and zip files found
263 * @param lib the resource that contains the jar and/or zip files.
279 String jar=fn.toString(); local
280 jar=StringUtil.replace(jar, ",", "%2C");
281 jar=StringUtil.replace(jar, ";", "%3B")
    [all...]
  /external/jmonkeyengine/
Android.mk 15 # stripped out even if they're compiled into the jar. You will need
  /external/proguard/examples/annotations/
examples.pro 5 # java -jar proguard.jar @examples.pro
14 -libraryjars <java.home>/lib/rt.jar
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
JarURLConnectionTest.java 30 import java.util.jar.JarEntry;
31 import java.util.jar.JarFile;
32 import java.util.jar.JarOutputStream;
33 import java.util.jar.Manifest;
49 return new URL("jar:file:" + file.getPath() + "!/" + inFile);
57 URL u = copyAndOpenResourceStream("lf.jar", "swt.dll");
60 java.util.jar.Attributes a = juc.getJarEntry().getAttributes();
62 .get(new java.util.jar.Attributes.Name("Digest-Algorithms")));
70 URL u = copyAndOpenResourceStream("lf.jar", "plus.bmp");
74 u = copyAndOpenResourceStream("lf.jar", "");
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldAttributesTest.java 18 package libcore.java.util.jar;
20 import java.util.jar.Attributes;
OldJarInputStreamTest.java 18 package libcore.java.util.jar;
25 import java.util.jar.JarInputStream;
58 Support_Resources.copyFile(resources, null, "Broken_entry.jar");
59 InputStream is = Support_Resources.getStream("Broken_entry.jar");
66 Support_Resources.copyFile(resources, null, "Broken_entry_data.jar");
67 InputStream is = Support_Resources.getStream("Broken_entry_data.jar");
OldJarFileTest.java 17 package libcore.java.util.jar;
22 import java.util.jar.JarEntry;
23 import java.util.jar.JarFile;
31 private final String jarName = "hyts_patch.jar"; // a 'normal' jar file
103 String modifiedJarName = "Modified_SF_EntryAttributes.jar";
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/
examples.pro 5 # java -jar proguard.jar @examples.pro
14 -libraryjars <java.home>/lib/rt.jar
  /cts/suite/cts/hostTests/jank/
Android.mk 32 cts_library_jar_ := $(CTS_TESTCASES_OUT)/$(LOCAL_DEVICE_JAR_).jar
34 $(cts_library_jar_): $(call intermediates-dir-for,JAVA_LIBRARIES,$(LOCAL_DEVICE_JAR_))/javalib.jar | $(ACP)
36 $(hide) $(ACP) -fp $(call intermediates-dir-for,JAVA_LIBRARIES,$(LOCAL_DEVICE_JAR_))/javalib.jar $@
  /external/antlr/antlr-3.4/runtime/Python/
hudson-build.sh 7 # find the antlr.jar from the upstream project
8 JAR=$(ls $WORKSPACE/../../$ANTLR_JOB/lastSuccessful/org.antlr\$antlr/archive/org.antlr/antlr/*/antlr-*-jar-with-dependencies.jar)
9 echo "antlr.jar=$JAR"
11 if [ ! -f "$JAR" ]; then
12 echo "Could not find antlr.jar"
40 export CLASSPATH=$JAR
50 python setup.py functest --xml-output=testout/ --antlr-jar="$JAR
    [all...]
  /libcore/luni/src/main/java/libcore/net/url/
JarURLConnectionImpl.java 36 import java.util.jar.JarEntry;
37 import java.util.jar.JarFile;
45 * This class is responsible for connecting and retrieving resources from a Jar
64 * the URL of the JAR
89 * Returns the Jar file referred by this {@code URLConnection}.
102 * Returns the Jar file referred by this {@code URLConnection}
113 JarFile jar = openJarFile(); local
117 jarCache.put(jarFileURL, jar);
118 jarFile = jar;
120 jar.close()
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldJarURLConnectionTest.java 33 import java.util.jar.Attributes;
34 import java.util.jar.JarEntry;
35 import java.util.jar.JarFile;
36 import java.util.jar.JarOutputStream;
37 import java.util.jar.Manifest;
54 return new URL("jar:file:" + file.getPath() + "!/" + inFile);
58 URL u = createContent("lf.jar", "swt.dll");
60 java.util.jar.Attributes a = juc.getAttributes();
62 .get(new java.util.jar.Attributes.Name("Digest-Algorithms")));
63 URL invURL = createContent("InvalidJar.jar", "Test.class")
    [all...]
  /cts/tools/vm-tests-tf/etc/
starttests 62 dexcore=$dalviktest/tests/dot/junit/dexcore.jar
77 bpath=$framework/core.jar
131 adb push $dexcore /data/local/tmp/dexcore.jar >> /dev/null 2>&1
135 echo $1 | sed -e 's#\.#/#g;s#$#.jar#'
165 classpath="/data/local/tmp/dexcore.jar"
181 for jar in ${pushedjars}; do
182 adb shell rm ${jar} &> /dev/null
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
JarEntryTest.java 18 package org.apache.harmony.tests.java.util.jar;
25 import java.util.jar.JarEntry;
26 import java.util.jar.JarFile;
38 private final String jarName = "hyts_patch.jar";
44 private final String attJarName = "hyts_att.jar";
68 * java.util.jar.JarEntry#JarEntry(java.util.jar.JarEntry)
84 * java.util.jar.JarEntry#JarEntry(java.util.zip.ZipEntry)
87 assertNotNull("Jar file is null", jarFile);
91 assertNotNull("Jar entry is null", jarEntry)
    [all...]
  /cts/build/
device_info_package.mk 28 MANIFEST_GENERATOR_JAR := $(HOST_OUT_JAVA_LIBRARIES)/compatibility-manifest-generator.jar
29 MANIFEST_GENERATOR := java -jar $(MANIFEST_GENERATOR_JAR)
38 # Regenerate manifest.xml if the generator jar, */cts-device-info/Android.mk, or this file is changed.

Completed in 1091 milliseconds

1 2 3 4 5 6 7 8 91011>>