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

12 3 4 5 6 7 8 91011>>

  /development/build/
sdk.atree 37 # the uper-jar file that apps link against
38 out/target/common/obj/PACKAGING/android_jar_intermediates/android.jar platforms/${PLATFORM_NAME}/android.jar
41 framework/org.eclipse.core.commands_3.4.0.I20080509-2000.jar tools/lib/org.eclipse.core.commands_3.4.0.I20080509-2000.jar
42 framework/org.eclipse.equinox.common_3.4.0.v20080421-2006.jar tools/lib/org.eclipse.equinox.common_3.4.0.v20080421-2006.jar
43 framework/org.eclipse.jface_3.4.2.M20090107-0800.jar tools/lib/org.eclipse.jface_3.4.2.M20090107-0800.jar
44 framework/osgi.jar tools/lib/osgi.ja
    [all...]
sdk-darwin-x86.atree 5 prebuilt/darwin-x86/swt/swt.jar tools/lib/x86/swt.jar
6 prebuilt/darwin-x86_64/swt/swt.jar tools/lib/x86_64/swt.jar
  /external/proguard/examples/
retrace.pro 5 # java -jar proguard.jar @retrace.pro
9 # The input jars will be merged in a single output jar.
12 -injars ../lib/retrace.jar
13 -injars ../lib/proguard.jar(!META-INF/MANIFEST.MF,
15 -outjars retrace_out.jar
17 -libraryjars <java.home>/lib/rt.jar
19 # If we wanted to reuse the previously obfuscated proguard_out.jar, we could
24 #-outjars retrace_out.jar(proguard/retrace/**)
  /external/proguard/src/proguard/retrace/
MANIFEST.MF 3 Class-Path: proguard.jar
  /frameworks/base/tests/CoreTests/
run_core_test.sh 2 bpath=$framework/core.jar:$framework/ext.jar:$framework/framework.jar:$framework/android.test.runner.jar
  /sdk/draw9patch/etc/
manifest.txt 2 Class-Path: swing-worker-1.1.jar
  /sdk/eclipse/scripts/
create_adt_symlinks.sh 27 ln -svf $BACK/out/host/linux-x86/framework/$LIB.jar "$DEST/"
29 ln -svf $BACK/out/host/linux-x86/framework/kxml2-2.3.0.jar "$DEST/"
30 ln -svf $BACK/out/host/linux-x86/framework/commons-compress-1.0.jar "$DEST/"
31 ln -svf $BACK/out/host/linux-x86/framework/groovy-all-1.7.0.jar "$DEST/"
35 ln -svf $BACK/out/host/darwin-x86/framework/$LIB.jar "$DEST/"
37 ln -svf $BACK/out/host/darwin-x86/framework/kxml2-2.3.0.jar "$DEST/"
38 ln -svf $BACK/out/host/darwin-x86/framework/commons-compress-1.0.jar "$DEST/"
39 ln -svf $BACK/out/host/darwin-x86/framework/groovy-all-1.7.0.jar "$DEST/"
43 cp -vf out/host/windows-x86/framework/$LIB.jar "$DEST/"
46 if [ ! -f "$DEST/kxml2-2.3.0.jar" ]; the
    [all...]
  /sdk/layoutopt/app/etc/
manifest.txt 2 Class-Path: groovy-all-1.7.0.jar
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
JarURLConnectionTest.java 39 import java.util.jar.Attributes;
40 import java.util.jar.JarEntry;
41 import java.util.jar.JarFile;
42 import java.util.jar.JarOutputStream;
43 import java.util.jar.Manifest;
73 URL fUrl1 = new URL("jar:file:" + file.getPath() + "!/" + inFile);
88 //URL u = new URL("jar:"
89 // + BASE.toString()+"/lf.jar!/swt.dll");
91 URL u = createContent("lf.jar", "swt.dll");
93 java.util.jar.Attributes a = juc.getAttributes()
    [all...]
  /development/tools/idegen/
idegen.sh 8 idegenjar=`find out -name idegen.jar -follow | grep -v intermediates`
10 echo "Couldn't find idegen.jar. Please run make first."
  /external/proguard/bin/
proguard.sh 9 java -jar $PROGUARD_HOME/lib/proguard.jar "$@"
proguardgui.sh 9 java -jar $PROGUARD_HOME/lib/proguardgui.jar "$@"
retrace.sh 9 java -jar $PROGUARD_HOME/lib/retrace.jar "$@"
proguard.bat 10 java -jar "%PROGUARD_HOME%"\lib\proguard.jar %1 %2 %3 %4 %5 %6 %7 %8 %9
proguardgui.bat 10 java -jar "%PROGUARD_HOME%"\lib\proguardgui.jar %1 %2 %3 %4 %5 %6 %7 %8 %9
  /external/proguard/examples/dictionaries/
compact.txt 6 # java -jar proguard.jar ..... -obfuscationdictionary compact.txt
  /external/proguard/examples/annotations/examples/
Applet.java 7 * javac -classpath ../lib/annotations.jar Applet.java
9 * java -jar ../../../lib/proguard.jar @ ../examples.pro
Application.java 7 * javac -classpath ../lib/annotations.jar Application.java
9 * java -jar ../../../lib/proguard.jar @ ../examples.pro
  /external/webkit/WebCore/platform/network/soup/
CookieJarSoup.cpp 45 void setDefaultCookieJar(SoupCookieJar* jar)
52 cookieJar = jar;
60 SoupCookieJar* jar = defaultCookieJar(); local
61 if (!jar)
69 soup_cookie_jar_set_cookie_with_first_party(jar,
74 soup_cookie_jar_set_cookie(jar,
82 SoupCookieJar* jar = defaultCookieJar(); local
83 if (!jar)
87 char* cookies = soup_cookie_jar_get_cookies(jar, uri, FALSE);
98 SoupCookieJar* jar = defaultCookieJar() local
    [all...]
  /frameworks/base/tools/layoutlib/
Android.mk 20 # Define rules to build temp_layoutlib.jar, which contains a subset of
21 # the classes in framework.jar. The layoutlib_create tool is used to
22 # transform the framework jar into the temp_layoutlib jar.
25 # We need to process the framework classes.jar file, but we can't
29 $(call intermediates-dir-for,JAVA_LIBRARIES,framework)/javalib.jar
31 $(call intermediates-dir-for,JAVA_LIBRARIES,framework)/classes.jar
34 $(call intermediates-dir-for,JAVA_LIBRARIES,core)/javalib.jar
36 $(call intermediates-dir-for,JAVA_LIBRARIES,core)/classes.jar
39 JAVA_LIBRARIES,layoutlib_create,HOST)/javalib.jar
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
.classpath 6 <classpathentry kind="lib" path="libs/jfreechart-1.0.9.jar"/>
7 <classpathentry kind="lib" path="libs/jcommon-1.0.12.jar"/>
8 <classpathentry kind="lib" path="libs/jfreechart-1.0.9-swt.jar"/>
  /dalvik/libcore/luni/src/main/java/java/net/
JarURLConnection.java 22 import java.util.jar.Attributes;
23 import java.util.jar.JarEntry;
24 import java.util.jar.JarFile;
25 import java.util.jar.Manifest;
28 * This class establishes a connection to a {@code jar:} URL using the {@code
29 * JAR} protocol. A {@code JarURLConnection} instance can refer to either a JAR
30 * archive file or to an entry of such a file. {@code jar:} URLs are specified
31 * as follows: <i>jar:{archive-url}!/{entry}</i> where "!/" is called a
36 * <li>Archive: {@code jar:http://www.example.com/applets/archive.jar!/}</li
    [all...]
  /device/sample/frameworks/PlatformLibrary/
com.example.android.platform_library.xml 4 file="/system/framework/com.example.android.platform_library.jar"/>
  /prebuilt/common/jython/
PREBUILT 4 jython_installer-2.5.0.jar
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
JUnitLaunchConfigDelegate.java 34 * For Android projects, android.jar gets added to the launch configuration of
35 * JUnit tests as a bootstrap entry. This breaks JUnit tests as android.jar
40 * At compile time, Eclipse does not know that there is no valid junit.jar in
42 * org.junit.* classes in the android.jar so it does not prompt the user to add
43 * the JUnit3 or JUnit4 jar.
45 * This delegates removes the android.jar from the bootstrap path and if
46 * necessary also puts back the junit.jar in the user classpath.
52 * <li>Java tests can only compile (and then run) when a valid junit.jar is
54 * <li>There is no android.jar in Java projects
59 private static final String JUNIT_JAR = "junit.jar"; //$NON-NLS-1
    [all...]

Completed in 34 milliseconds

12 3 4 5 6 7 8 91011>>