/external/dexmaker/ |
Android.mk | 23 # The name of the jar file to create. 26 # Build a static jar file.
|
/external/easymock/ |
Android.mk | 19 # Build an easymock.jar to use for host side tests 28 # Build an easymocklib.jar to use on device
|
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
MetaInfConfiguration.java | 26 import java.util.jar.JarEntry; 69 LOG.warn("Problem processing jar entry " + entry, e); 107 public void addResource (WebAppContext context, String attribute, Resource jar) 116 if (!list.contains(jar)) 117 list.add(jar); 136 addResource(context,METAINF_RESOURCES,Resource.newResource("jar:"+jarUri+"!/META-INF/resources")); 143 addResource(context,METAINF_TLDS,Resource.newResource("jar:"+jarUri+"!/"+name));
|
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...] |
/external/littlemock/ |
Android.mk | 23 # The name of the jar file to create. 26 # Build a static jar file.
|
/external/owasp/sanitizer/tools/findbugs/bin/ |
findbugs2 | 176 -jar $findbugs_home/lib/findbugs.jar \
|
/external/robolectric/v1/ |
update-downloads.rb | 15 Dir.glob('pages/downloads/*.jar').sort.reverse.each do |f| 19 match = /robolectric-?([0-9]\.[0-9](\.[0-9])?)?(-all)?(-src)?\.jar/.match(f)
|
/external/sl4a/ScriptingLayerForAndroid/ |
Android.mk | 55 LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := locale_platform:libs/locale_platform.jar
|
/external/smali/smali/ |
runjflex.sh | 23 # Run the java jar when 'JFLEX' is not in the environment 25 java -jar "$jflex_location" "$@" 32 jflex_jar_name="jflex-${EXPECTED_JFLEX_VERSION}.jar"
|
/external/vogar/src/vogar/android/ |
DeviceRuntime.java | 66 @Override public Set<Task> installActionTasks(Action action, File jar) { 68 addCreateDexJarAndPushTasks(result, action.getName(), jar, action); 129 Set<Task> tasks, String name, File jar, Action action) { 132 Task createDexJarTask = newCreateDexJarTask(run.classpath, jar, name, action, localDex);
|
/frameworks/opt/net/wifi/tests/wifitests/ |
coverage.sh | 14 REPORTER_JAR=$ANDROID_BUILD_TOP/prebuilts/sdk/tools/jack-jacoco-reporter.jar 53 java -jar $REPORTER_JAR \
|
/libcore/ojluni/src/main/java/java/util/jar/ |
JarEntry.java | 26 package java.util.jar; 34 * This class is used to represent a JAR file entry. 43 * Creates a new <code>JarEntry</code> for the specified JAR file 46 * @param name the JAR file entry name
|
JarVerifier.java | 27 package java.util.jar; 48 static final Debug debug = Debug.getInstance("jar"); 50 /* a table mapping names to code signers, for jar entries that have 54 /* a table mapping names to code signers, for jar entries that have 130 * b. digest mismatch between the actual jar entry and the manifest 327 * the given file in the jar. 336 public java.security.cert.Certificate[] getCerts(JarFile jar, JarEntry entry) 338 return mapSignersToCertArray(getCodeSigners(jar, entry)); 343 * the given file in the jar. this array is not cloned. 351 public CodeSigner[] getCodeSigners(JarFile jar, JarEntry entry [all...] |
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/ |
JarURLConnection.java | 26 package sun.net.www.protocol.jar; 39 import java.util.jar.JarEntry; 40 import java.util.jar.JarFile; 41 import java.util.jar.Manifest; 52 /* the Jar file factory. It handles both retrieval and caching. 56 /* the url for the Jar file */ 59 /* the permission to get this JAR file. This is the actual, ultimate, 60 * permission, returned by the jar file factory. 64 /* the url connection for the JAR file */ 73 /* the jar file corresponding to this connection * [all...] |
/prebuilts/misc/common/tools-common/ |
Android.mk | 21 LOCAL_SRC_FILES := tools-common-prebuilt.jar 24 LOCAL_BUILT_MODULE_STEM := javalib.jar
|
/build/core/ |
multi_prebuilt.mk | 118 javalib.jar) 127 javalib.jar)
|
/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/proguard/examples/annotations/ |
examples.pro | 5 # java -jar proguard.jar @examples.pro 14 -libraryjars <java.home>/lib/rt.jar
|
/frameworks/base/libs/androidfw/tests/data/appaslib/ |
build | 18 PATH_TO_FRAMEWORK_RES=$(gettop)/prebuilts/sdk/current/android.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;
|