Searched
full:jar (Results
451 -
475 of
661) sorted by null
<<11121314151617181920>>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
LayoutParamsParser.java | 99 /** The android.jar class loader */ 104 * @param classLoader The android.jar class loader
|
/frameworks/base/ |
preloaded-classes | [all...] |
/bootable/recovery/minzip/ |
Zip.h | 70 * stored in a Jar. This should only be done after unloading classes.
|
/build/tools/dexpreopt/ |
Config.mk | 130 java -jar $(SIGNAPK_JAR) $$cert $$pkey $$apk $$tmpApk || \
|
/build/tools/releasetools/ |
common.py | 198 """Sign the input_name zip/jar/apk, producing output_name. Use the 219 cmd = ["java", "-Xmx512m", "-jar", 220 os.path.join(OPTIONS.search_path, "framework", "signapk.jar")] 231 raise ExternalError("signapk.jar failed: return code %s" % (p.returncode,))
|
/cts/tools/annotation-helper/src/spechelper/ |
SimpleComputer.java | 38 * - install export/plugins/spechelper_1.0.0.jar into your eclipse/plugin folder.<br>
|
/dalvik/libcore/archive/src/main/java/java/util/jar/ |
InitManifest.java | 18 package java.util.jar;
|
/dalvik/libcore/archive/src/main/java/org/apache/harmony/archive/internal/nls/ |
messages.properties | 70 archive.34=A jar verifier does not support more than one entry with the same name
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/ |
DOMTest.java | 93 // build a URL for a test file in the JAR
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/ |
Version.java | 42 * Futurework: have this read version info from jar manifest.
|
Version.src | 42 * Futurework: have this read version info from jar manifest.
|
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/ |
MidiSystem.java | 38 //path to javax.sound.midi.spi.MidiDeviceProvider file in the jar-file 42 //path to javax.sound.midi.spi.MidiFileReader file in the jar-file 46 //path to javax.sound.midi.spi.MidiFileWriter file in the jar-file 50 //path to javax.sound.midi.spi.SoundbankReader file in the jar-file [all...] |
/dalvik/libdex/ |
ZipArchive.h | 103 * stored in a Jar. This should only be done after unloading classes.
|
/development/pdk/docs/porting/ |
build_cookbook.jd | 12 <li><a href="#APKJar">APK Dependent on static .jar file</a></li> 38 <h3><a name="APKJar"></a>Building a APK that depends on a static .jar file</h3> 111 # The name of the jar file to create 114 # Build a static jar file.
|
/development/testrunner/test_defs/ |
xml_suite_helper.py | 142 # jar name
|
/development/testrunner/ |
test_defs.xsd | 129 <!-- built jar name of host library that includes the tests. -->
|
/external/proguard/docs/ |
downloads.html | 21 You can download the latest release (containing the program jar, the 390 <li>Improved jar compression. 461 <li>Now copying resource files over from the input jars to the output jar. 504 <li>Added handling of missing/invalid manifest file in input jar.
|
main.html | 42 instance, the following configuration option preserves all applets in a jar:
|
/external/proguard/docs/manual/ |
refcard.html | 15 <code><b>java -jar proguard.jar </b></code><i>options</i> ... 19 <code><b>java -jar proguard.jar @myconfig.pro</b></code>
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
OverrideMethod.java | 26 * Otherwise they won't be accessible in layoutlib.jar at runtime.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
DeclareStyleableInfo.java | 22 * in the layout hierarchy, as extracted from the main android.jar and the
|
ViewClassInfo.java | 23 * in the layout hierarchy, as extracted from the main android.jar and the
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/groovytests/ |
TestGroovy.java | 72 // Get the input source from the sources or the JAR.
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
SdkManager.java | 64 "^([a-zA-Z0-9._-]+\\.jar);(.*)$", Pattern.CASE_INSENSITIVE); 499 // split the jar file from the description 589 * <p/>This checks the presence of the following files: android.jar, framework.aidl, aapt(.exe), 590 * aidl(.exe), dx(.bat), and dx.jar
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
URLTest.java | 155 new URL("test_protocol", "", "fake.jar"); 651 URL jarUrl = new URL("jar:" 652 + Support_Resources.getResourceURL("/JUC/lf.jar!/plus.bmp")); 761 URL testJarURL = new URL("jar:file:///bar.jar!/foo.jar!/Bugs/HelloWorld.class"); 767 assertTrue("jar".equalsIgnoreCase(testJarURL.getProtocol())); [all...] |
Completed in 178 milliseconds
<<11121314151617181920>>