HomeSort by relevance Sort by last modified time
    Searched full:jar (Results 351 - 375 of 661) sorted by null

<<11121314151617181920>>

  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 48 import java.util.jar.Attributes;
49 import java.util.jar.JarEntry;
50 import java.util.jar.JarOutputStream;
51 import java.util.jar.Manifest;
59 * {@code .jar} files
64 * {@code non-null;} name of the standard manifest file in {@code .jar}
219 * be the path of a class file, a jar file, or a directory
467 * Creates a jar file from the resources and given dex file array.
597 * use as a path within a {@code .jar} file and for checking
774 * whether the binary output is to be a {@code .jar} fil
    [all...]
  /external/emma/
dependencies.xml 3 <patternset id="java.libs" includes="*.jar,*.zip" /> <!-- not recursing by design -->
8 <pathelement location="${build.target.ant.14.home}/lib/ant.jar" />
13 <pathelement location="${build.target.ant.15.home}/lib/ant.jar" />
  /external/proguard/src/proguard/gui/
FilterDialog.java 50 private static final String DEFAULT_JAR_FILTER = "**.jar";
201 * Sets the jar filter to be represented in this dialog.
210 * Returns the jar filter currently represented in this dialog.
GUIResources.properties 530 jarWarEarZipExtensions = *.jar, *.war, *.ear, *.zip (archives and directories)
539 jarNameFilter = Jar name filter
548 jarNameFilterTip = A filter on jar file names.
592 addInputTip = Add an input jar, war, ear, zip, or directory.
593 addOutputTip = Add an output jar, war, ear, zip, or directory.
623 java -Xms128m -Xmx192m -jar proguardgui.jar {0}\
628 java -jar proguard.jar @{0}
  /sdk/eclipse/scripts/
build_plugins.sh 153 LAUNCHER=`findFirst "$ECLIPSE_HOME"/plugins/org.eclipse.equinox.launcher_*.jar`
158 echo "Installation Error: Eclipse plugin org.eclipse.equinox.launcher...jar not detected. " \
190 -jar $LAUNCHER \
  /bootable/recovery/
verifier_test.c 24 // dumped out by dumpkey.jar.
  /build/target/product/security/
README 34 you'll see it running $(HOST_OUT_JAVA_LIBRARIES)/dumpkey.jar
  /build/tools/apicheck/
Android.mk 19 # .jar file it wraps.
  /dalvik/libcore/xml/src/main/java/javax/xml/datatype/
FactoryFinder.java 229 // Try Jar Service Provider Mechanism
245 * Try to find provider using Jar Service Provider Mechanism
278 if (debug) debugPrintln("found jar resource=" + serviceId +
291 // Jar Service Provider specification
  /dalvik/libdex/
CmdUtils.h 47 * from a Jar. Pass in a MemMapping struct to hold the info.
  /dalvik/tools/dexdeps/
Android.mk 19 # .jar files they wrap.
  /development/samples/TicTacToeMain/
README.txt 34 JAR file: the source and resources from the library are _actually_ merged in
  /development/tools/apkcheck/
Android.mk 19 # .jar file it wraps.
  /development/tools/mkstubs/src/com/android/mkstubs/
SourceGenerator.java 74 * Utility method that converts a fully qualified java name into a JAR entry path
  /external/jdiff/
README.txt 47 Gulden, (mail@jensgulden.de), to call a doclet such as jdiff on a .jar
  /external/webkit/WebCore/manual-tests/
liveconnect-applet-array-parameters.html 27 classid="java:HelloApplet.class" archive="helloapplet.jar"
  /sdk/anttasks/src/com/android/ant/
SetupTask.java 55 * <li>Sets up properties so that aapt can find the android.jar in the resolved target.</li>
57 * the libraries. This includes the default android.jar from the resolved target but also optional
82 // ant property with the path to the android.jar
83 private final static String PROPERTY_ANDROID_JAR = "android.jar";
85 private final static String PROPERTY_ANDROID_JAR_LEGACY = "android-jar";
87 // ant property with the path to the framework.jar
224 // sets up the properties to find android.jar/framework.aidl/target tools
240 // create a PathElement for the framework jar
424 return name.toLowerCase().endsWith(".jar");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
IAndroidClassLoader.java 75 * or in error messages. This would typically be a JAR file name or some kind of
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/project/
ProjectHelperTest.java 35 /** The container id for the android framework jar file */
  /bootable/recovery/applypatch/
imgdiff_test.sh 5 # the zip/jar/apk files they have in common, as well as boot and
104 sort | uniq -d | egrep -e '[.](apk|jar|zip)$'); do
  /build/tools/dexpreopt/dexopt-wrapper/
DexOptWrapper.cpp 64 * Run dexopt on the specified Jar/APK.
161 fprintf(stderr, "Usage: %s <input jar/apk> <output odex> "
  /dalvik/dx/src/junit/runner/
TestCaseClassLoader.java 21 * from jar files.
128 return pathEntry.endsWith(".jar") ||
  /dalvik/libcore/luni/src/test/java/junit/runner/
TestCaseClassLoader.java 21 * from jar files.
128 return pathEntry.endsWith(".jar") ||
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
DOMTestCase.java 67 // build a URL for a test file in the JAR
188 // Jar URL's will have any actual path like file:/c:/somedrive...
  /dalvik/tests/068-classloader/src/
FancyLoader.java 40 /* this is the "alternate" DEX/Jar file */
41 static final String DEX_FILE = "test-ex.jar";

Completed in 203 milliseconds

<<11121314151617181920>>