HomeSort by relevance Sort by last modified time
    Searched full:jars (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/proguard/src/proguard/io/
package.html 3 jars, wars, ears, zips, directories,...
  /external/proguard/examples/
retrace.pro 8 # Specify the input jars, output jars, and library jars.
9 # The input jars will be merged in a single output jar.
proguardall.pro 10 # Specify the input jars, output jars, and library jars.
11 # We'll read all jars from the lib directory, process them, and write the
12 # processed jars to a new out directory.
proguardgui.pro 8 # Specify the input jars, output jars, and library jars.
9 # The input jars will be merged in a single output jar.
midlets.pro 7 # Specify the input jars, output jars, and library jars.
applets.pro 7 # Specify the input jars, output jars, and library jars.
applications.pro 7 # Specify the input jars, output jars, and library jars.
proguard.pro 8 # Specify the input jars, output jars, and library jars.
servlets.pro 7 # Specify the input jars, output jars, and library jars.
library.pro 8 # Specify the input jars, output jars, and library jars.
  /external/jsr305/ri/
build.xml 5 <target name="build" depends="clean,classes,jars"/>
19 <target name="jars" depends="classes">
  /external/proguard/examples/ant/
midlets.xml 21 <!-- Specify the input jars, output jars, and library jars. -->
applets.xml 12 <!-- Specify the input jars, output jars, and library jars. -->
applications2.xml 13 <!-- Specify the input jars, output jars, and library jars. -->
applications3.xml 13 <!-- Specify the input jars, output jars, and library jars. -->
proguard.xml 17 <!-- Specify the input jars, output jars, and library jars. -->
servlets.xml 12 <!-- Specify the input jars, output jars, and library jars. -->
library.xml 14 <!-- Specify the input jars, output jars, and library jars. -->
  /external/proguard/src/proguard/classfile/
package.html 13 analyzing class files from library jars.
  /external/proguard/src/proguard/
UpToDateChecker.java 46 * of the input jars, output jars, and library jars (or directories).
56 // Check the dates of the program jars, if any.
88 // Check the dates of the library jars, if any.
OutputWriter.java 66 // Perform some checks on the output jars.
72 // Check if all but the last output jars have filters.
81 "] must have a filter, or all subsequent jars will be empty.");
93 "] must be different from all input jars.");
135 * Transfers the specified input jars to the specified output jars.
146 // Construct the writer that can write jars, wars, ears, zips, and
DataEntryReaderFactory.java 31 * The readers will unwrap the input data entries from any jars, wars, ears,
85 // Unzip any jars, if necessary.
115 // Unzip any jars, if necessary.
134 // Only unzip the right type of jars.
  /external/proguard/docs/manual/
introduction.html 31 <td rowspan="4" class="lightblock">Input jars</td>
45 <td rowspan="2" class="lightblock">Output jars</td>
57 <td class="darkblock">Library jars</td>
59 <td class="darkblock">Library jars</td>
65 ProGuard typically reads the <b>input jars</b> (or wars, ears, zips, or
69 one or more <b>output jars</b> (or wars, ears, zips, or directories). The
73 ProGuard requires the <b>library jars</b> (or wars, ears, zips, or
74 directories) of the input jars to be specified. These are essentially the
77 The library jars themselves always remain unchanged. You should still put them
limitations.html 19 library classes</b> while reading library jars. If any of them are
44 across input jars and library jars.
  /build/core/
dex_preopt.mk 2 # Dexpreopt on the boot jars
38 --boot-jars=$(DEXPREOPT_BOOT_JARS) $(DEXPREOPT_UNIPROCESSOR) \
68 # $(1): the rest list of boot jars

Completed in 1531 milliseconds

1 2 3 4