HomeSort by relevance Sort by last modified time
    Searched refs:jar (Results 326 - 350 of 1892) sorted by null

<<11121314151617181920>>

  /external/curl/docs/cmdline-opts/
dump-header.d 12 curl invocation by using the --cookie option! The --cookie-jar option is a
  /external/jline/
Android.mk 21 LOCAL_PREBUILT_JAVA_LIBRARIES := jline-1.0:jline-1.0.jar
  /external/objenesis/tck/src/main/java/org/objenesis/tck/search/
ClassEnumerator.java 22 import java.util.jar.JarEntry;
23 import java.util.jar.JarFile;
57 String jarPath = resPath.replaceFirst("[.]jar[!].*", ".jar").replaceFirst("file:", "");
63 throw new RuntimeException("Unexpected IOException reading JAR File '" + jarPath + "'", e);
123 if (resource.toString().startsWith("jar:")) {
  /external/proguard/examples/annotations/lib/
annotations.pro 5 # java -jar proguard.jar @annotations.pro -libraryjars annotations.jar ...
15 # The annotations are defined in the accompanying jar. For now, we'll start
17 -libraryjars annotations.jar
  /frameworks/base/core/java/android/util/jar/
StrictJarManifestReader.java 18 package android.util.jar;
25 import java.util.jar.Attributes;
28 * Reads a JAR file manifest. The specification is here:
29 * http://java.sun.com/javase/6/docs/technotes/guides/jar/jar.html
83 throw new IOException("A jar verifier does not support more than one entry with the same name");
  /frameworks/base/tools/preload2/
Android.mk 21 $(call dist-for-goals,dist_files,$(LOCAL_BUILT_MODULE):$(LOCAL_MODULE).jar)
  /frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmGenerator.java 37 import java.util.jar.JarEntry;
38 import java.util.jar.JarOutputStream;
43 * Class that generates a new JAR from a list of classes, some of which are to be kept as-is
50 /** The path of the destination JAR to create. */
52 /** List of classes to inject in the final JAR from _this_ archive. */
87 * Creates a new generator that can generate the output JAR with the stubbed classes.
90 * @param osDestJar The path of the destination JAR to create.
259 /** Generates the final JAR */
300 mLog.info("Created JAR file %s", mOsDestJar);
304 * Writes the JAR file
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
JarFileTest.java 17 package org.apache.harmony.tests.java.util.jar;
43 import java.util.jar.Attributes;
44 import java.util.jar.JarEntry;
45 import java.util.jar.JarFile;
46 import java.util.jar.JarOutputStream;
47 import java.util.jar.Manifest;
75 private final String jarName = "hyts_patch.jar"; // a 'normal' jar file
77 private final String jarName2 = "hyts_patch2.jar";
79 private final String jarName3 = "hyts_manifest1.jar";
520 JarFile jar = new JarFile(file.getAbsolutePath(), false); local
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
MetaIndex.java 41 * quick reject mechanism for probes into jar files. The on-disk
42 * representation of the meta-index is a flat text file with per-jar
44 * contained in the jar. As an example, here is an edited excerpt of
49 # charsets.jar
51 # jce.jar
53 ! jsse.jar
58 @ resources.jar
67 com/sun/java/util/jar/pack/
70 ! rt.jar
82 * <LI> It contains entries for multiple jar files. This i
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
JarFileFactory.java 26 package sun.net.www.protocol.jar;
33 import java.util.jar.JarFile;
37 /* A factory for cached JAR file. This class is used to both retrieve
38 * and cache Jar files.
124 /* if the JAR file is cached, the permission will always be there */
  /packages/apps/ManagedProvisioning/tools/bash/
coverage.sh 31 REPORTER_JAR="$ANDROID_BUILD_TOP/prebuilts/sdk/tools/jack-jacoco-reporter.jar"
67 java -jar "$REPORTER_JAR" \
  /packages/apps/Settings/tests/robotests/src/com/android/settings/core/codeinspection/
ClassScanner.java 28 import java.util.jar.JarEntry;
29 import java.util.jar.JarFile;
  /prebuilts/devtools/tools/
jobb 37 jarfile=jobb.jar
62 jarpath="$frameworkdir/$jarfile:$frameworkdir/fat32lib.jar"
lint 36 jarfile=lint.jar
  /prebuilts/misc/common/args4j/
Android.mk 20 args4j-2.0.28:args4j-2.0.28.jar\
  /prebuilts/misc/common/error_prone_annotations/
Android.mk 20 error_prone_annotations-2.0.18.jar \
  /prebuilts/misc/common/jsr305/
Android.mk 19 jsr305-3.0.1.jar
  /prebuilts/misc/common/tradefed/
Android.mk 21 LOCAL_SRC_FILES := tradefed-prebuilt.jar
  /prebuilts/misc/common/truth/
Android.mk 19 truth-0.28.jar
  /prebuilts/misc/common/ub-janktesthelper/
Android.mk 21 LOCAL_SRC_FILES := ub-janktesthelper.jar
  /prebuilts/misc/common/ub-uiautomator/
Android.mk 21 LOCAL_SRC_FILES := ub-uiautomator.jar
  /prebuilts/sdk/tools/
mainDexClasses 23 local tempfile="${tempDir}/mainDexClasses-$$.tmp.jar"
66 jarfile=dx.jar
70 # set dx.jar location for the SDK case
76 # set dx.jar location for the Android tree case
119 shrinkedAndroidJar=shrinkedAndroid.jar
127 echo `basename "$prog"`": can't find shrinkedAndroid.jar" 1>&2
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/lib/
annotations.pro 5 # java -jar proguard.jar @annotations.pro -libraryjars annotations.jar ...
15 # The annotations are defined in the accompanying jar. For now, we'll start
17 -libraryjars annotations.jar
  /prebuilts/tools/linux-x86_64/kythe/studio/
build_studio_kythe.sh 51 "${JDK_18_x64}/bin/java" -jar \
52 "${KYTHE_ROOT}/indexers/java_indexer.jar" \
  /sdk/apkbuilder/etc/
apkbuilder 36 jarfile=sdklib.jar

Completed in 1601 milliseconds

<<11121314151617181920>>