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

<<21222324252627

  /frameworks/base/docs/html/guide/developing/
other-ide.jd 578 to a self-contained JAR file, as you would do for a true library. Instead, you
606 import an external library (JAR) in the normal way.</p>
    [all...]
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 
  /dalvik/vm/oo/
Class.c 87 classes as part of unpacking jar files and storing the DEX data in the
94 references something not defined in the bootstrap jars or the AppClass jar,
106 java.lang.String will come from core.jar, and don't verify this assumption
108 java.lang.String can come from: the AppClass jar, or from some other jar
114 classes. If an app jar contains a class that has the same package and
115 class name as a class in a bootstrap jar, the verification resolver refuses
121 pre-verified class are satisified by the class' jar or earlier bootstrap
125 of either the AppClass jar or one of the jars in the bootstrap path.
346 * DEX or Jar files and possibly running them through the optimizer
    [all...]
  /build/core/
Makefile 185 $(filter %.jar %.apk, $(ALL_DEFAULT_INSTALLED_MODULES))))
575 DUMPKEY_JAR := $(HOST_OUT_JAVA_LIBRARIES)/dumpkey.jar
581 java -jar $(DUMPKEY_JAR) $(PRIVATE_OTA_PUBLIC_KEYS) > $@
630 # First, the "unoptimized" image, which contains .apk/.jar files
815 $(HOST_OUT_JAVA_LIBRARIES)/dumpkey.jar \
816 $(HOST_OUT_JAVA_LIBRARIES)/signapk.jar
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ClassTest.java 69 final String sourceJARfile = "illegalClasses.jar";
357 // Android doesn't support loading class files from a jar.
573 String hyts_package_name = "hyts_package_dex.jar";
599 * URLClassLoader doesn't work on Android for jar files
    [all...]
ClassLoaderTest.java 666 + "core-tests.jar. Also on Android this file is the only one "
694 + "core-tests.jar. Also on Android this file is the only one "
720 + "core-tests.jar. Also on Android this file is the only one "
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
jdiff_statistics.html 231 <TD><A HREF="pkg_java.util.jar.html">java.util.jar</A></TD>
692 <TD><A HREF="java.util.jar.Pack200.Unpacker.html">
693 <i>java.util.jar.Pack200.Unpacker</i></A></TD>
922 <TD><A HREF="java.util.jar.Pack200.Packer.html">
923 <i>java.util.jar.Pack200.Packer</i></A></TD>
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BaseBuilder.java 818 * Returns an array of external jar files used by the project.
844 // check the name ends with .jar
855 // if the jar path doesn't match a workspace resource,
    [all...]
  /cts/tools/utils/
buildCts.py 159 test_description.setAttribute('jarPath', name + '.jar')
  /dalvik/libcore/archive/src/main/java/java/util/jar/
Manifest.java 18 package java.util.jar;
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
TouchDexLoader.java 205 return new URL("jar:file://" + pathFile + "!/" + name);
  /dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/kernel/vm/
VM.java 200 * org.apache.harmony.luni.internal.net.www.protocol.jar.JarURLConnection
  /dalvik/libcore/xml/src/main/java/javax/xml/xpath/
XPathFactory.java 100 * See the JAR File Specification for file format and parsing rules.
  /external/jdiff/src/jdiff/
JDiff.java 213 System.err.println("Error: ant.jar not found on the classpath");
  /external/proguard/src/proguard/gui/
ClassPathPanel.java 62 new String[] { ".jar", ".war", ".ear", ".zip" }));
  /frameworks/base/docs/html/intl/ja/guide/publishing/
app-signing.jd 297 <p>.apk ???????????Jarsigner ???jar verified???????????????????????????????????</p>
  /frameworks/base/docs/html/sdk/1.0_r1/
upgrading.jd 132 to place 3rd jar files, which are now automatically handled by the Ant script.</p>
  /frameworks/base/docs/html/sdk/1.0_r2/
upgrading.jd 132 to place 3rd jar files, which are now automatically handled by the Ant script.</p>
  /packages/apps/Email/src/org/apache/commons/io/
FileCleaningTracker.java 163 * contains the commons-io jar file in your WEB-INF/lib directory. In other
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 489 * Reads and returns the content of a text file embedded in the plugin jar
518 * Reads and returns the content of a binary file embedded in the plugin jar
549 * Reads and returns the content of a binary file embedded in the plugin jar
573 * Returns the URL of a binary file embedded in the plugin jar file.
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /cts/tools/host/src/com/android/cts/
TestPackage.java 80 * @param jarPath The host controller's jar path and file.
425 * Get the the path of the controller jar file.
    [all...]
  /dalvik/docs/
dexopt.html 65 Application code is delivered to the system in a <code>.jar</code>
96 <li>The build system does it ahead of time. The relevant <code>jar</code>
  /dalvik/libcore/security/src/main/java/java/security/
CodeSource.java 376 * "http://harmony.apache.org/milestones/M9/apache-harmony.jar":
383 * http://harmony.apache.org/milestones/M9/apache-harmony.jar
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
CodeSourceTest.java 109 urlFile = new URL("http://"+siteName+"/drl_test/empty.jar");
111 "http://"+siteName+"/drl_test/what/ever/here/empty.jar");

Completed in 220 milliseconds

<<21222324252627