/external/jsr330/ |
build.sh | 30 # Generate jars.
|
/external/owasp/sanitizer/tools/ |
update_tree_in_svn.py | 5 and jars with the newly built versions in SVN.
|
/external/proguard/build/ |
makefile | 35 # Command sequence definitions for creating jars.
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/ |
AgentPremain.java | 54 // We cannot do sanity checks for slf4j here as the jars loaded
|
/external/vogar/src/vogar/ |
ModeId.java | 118 * Return the names of jars required to compile in this mode when android.jar is not being used.
|
ClassFileIndex.java | 47 /** how many milliseconds before the cache expires and we reindex jars */ 111 * Search through the jar search directories to find .jars to index.
|
/external/webrtc/webrtc/tools/barcode_tools/ |
barcode_encoder.py | 42 jars = _form_jars_string(path_to_zxing) 54 command = ["java", "-cp", jars, command_line_encoder, 262 """Forms the the Zxing core and javase jars argument. 267 (string): The newly formed jars argument.
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven-archiver/2.5/ |
maven-archiver-2.5.pom | 34 <description>Provides utility methods for creating JARs and other archive files from a Maven project.</description>
|
/prebuilts/go/darwin-x86/src/hash/crc64/ |
crc64_test.go | 32 {0xeafc4211a6daa0ef, "Free! Free!/A trip/to Mars/for 900/empty jars/Burma Shave"},
|
/prebuilts/go/linux-x86/src/hash/crc64/ |
crc64_test.go | 32 {0xeafc4211a6daa0ef, "Free! Free!/A trip/to Mars/for 900/empty jars/Burma Shave"},
|
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-archiver/2.4.1/ |
maven-archiver-2.4.1.pom | 33 <description>Provides utility methods for creating JARs and other archive files from a Maven project.</description>
|
/prebuilts/tools/common/proguard/proguard4.7/build/ |
makefile | 26 # Command sequence definitions for creating jars.
|
/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/ |
DalvikTestRunner.java | 160 private static List<Class<?>> getClasses(String[] jars, String abiName) { 162 for (String jar : jars) {
|
/development/samples/devbytes/telephony/SmsSampleProject/app/ |
app.iml | 72 <excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/jars" /> 73 <excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/jars" />
|
/external/antlr/antlr-3.4/ |
pom.xml | 101 This does not preclude any of the module generated jars from 211 build, run and test the ANTLR jars.
|
/prebuilts/go/darwin-x86/src/crypto/sha256/ |
sha256_test.go | 35 {"6748450b01c568586715291dfa3ee018da07d36bb7ea6f180c1af6270215c64f", "Free! Free!/A trip/to Mars/for 900/empty jars/Burma Shave"}, 69 {"a8ba85c6fe0c48fbffc72bbb2f03fcdbc87ae2dc7a56804d1590fb3b", "Free! Free!/A trip/to Mars/for 900/empty jars/Burma Shave"},
|
/prebuilts/go/linux-x86/src/crypto/sha256/ |
sha256_test.go | 35 {"6748450b01c568586715291dfa3ee018da07d36bb7ea6f180c1af6270215c64f", "Free! Free!/A trip/to Mars/for 900/empty jars/Burma Shave"}, 69 {"a8ba85c6fe0c48fbffc72bbb2f03fcdbc87ae2dc7a56804d1590fb3b", "Free! Free!/A trip/to Mars/for 900/empty jars/Burma Shave"},
|
/prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.8.0/ |
commons-beanutils-1.8.0.pom | 211 <ant antfile="build-other-jars.xml" target="other-jars">
|
/prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/ |
saxon-9.1.0.8.pom | 76 <id>copy-main-jars-to-staging-directory</id> 87 <!-- the rest are classifier jars -->
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
downloads.html | 158 entries in output jars. 349 <li>Fixed incremental obfuscation with incomplete mapping file for library jars. 468 <li>Generalized filtered recursive reading and writing of jars, wars, ears, 470 <li>Added support for grouping input and output jars, wars, ears, zips, and 500 <li>Fixed use of multiple filters on output jars. 540 <li>Added option for specifying resource jars and directories. 562 <li>Now copying resource files over from the input jars to the output jar.
|
/external/proguard/docs/manual/ |
usage.html | 100 <dd>Specifies the input jars (or aars, wars, ears, zips, apks, or directories) 101 of the application to be processed. The class files in these jars will be 102 processed and written to the output jars. By default, any non-class files 113 <dd>Specifies the names of the output jars (or aars, wars, ears, zips, apks, 115 options will be written to the named jars. This allows you to collect the 116 contents of groups of input jars into corresponding groups of output jars. 120 filter, within the group of output jars. 125 no jars will be written.</dd> 130 <dd>Specifies the library jars (or aars, wars, ears, zips, apks, o [all...] |
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
usage.html | 98 <dd>Specifies the input jars (or wars, ears, zips, or directories) of the 99 application to be processed. The class files in these jars will be 100 processed and written to the output jars. By default, any non-class files 111 <dd>Specifies the names of the output jars (or wars, ears, zips, or 113 options will be written to the named jars. This allows you to collect the 114 contents of groups of input jars into corresponding groups of output jars. 118 filter, within the group of output jars. 123 no jars will be written.</dd> 128 <dd>Specifies the library jars (or wars, ears, zips, or directories) of th [all...] |
/external/proguard/docs/ |
downloads.html | 34 You can download the latest release (containing the program jars, the 108 <li>Fixed lazy resolution of output jars in Gradle task. 290 entries in output jars. 481 <li>Fixed incremental obfuscation with incomplete mapping file for library jars. 600 <li>Generalized filtered recursive reading and writing of jars, wars, ears, 602 <li>Added support for grouping input and output jars, wars, ears, zips, and 632 <li>Fixed use of multiple filters on output jars. 672 <li>Added option for specifying resource jars and directories. 694 <li>Now copying resource files over from the input jars to the output jar. [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-parent/32/ |
commons-parent-32.pom | 176 <!-- TODO find a better way to add N&L files to jars and test jars
184 <!-- hack to ensure the N&L appear in jars -->
194 <!-- ensure test jars also get NOTICE & LICENSE files -->
200 <!-- hack to ensure the N&L appear in jars -->
291 <!-- TODO see above - find better way to add N&L files to jars and test jars -->
299 to jars - duplicating the "LICENSE.txt" and "NOTICE.txt"
771 Assembles artifacts, creates source and javadoc jars, signs them and adds hashes.
[all...] |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/25/ |
commons-parent-25.pom | 163 <!-- TODO find a better way to add N&L files to jars and test jars
171 <!-- hack to ensure the N&L appear in jars -->
181 <!-- ensure test jars also get NOTICE & LICENSE files -->
187 <!-- hack to ensure the N&L appear in jars -->
277 <!-- TODO see above - find better way to add N&L files to jars and test jars -->
285 to jars - duplicating the "LICENSE.txt" and "NOTICE.txt"
605 Assembles artifacts, creates source and javadoc jars, signs them and adds hashes.
[all...] |