/external/jacoco/org.jacoco.report/src/org/jacoco/report/ |
ZipMultiReportOutput.java | 16 import java.util.zip.ZipEntry; 17 import java.util.zip.ZipOutputStream; 25 private final ZipOutputStream zip; field in class:ZipMultiReportOutput 32 * @param zip 35 public ZipMultiReportOutput(final ZipOutputStream zip) { 36 this.zip = zip; 54 zip.putNextEntry(entry); 60 zip.close(); 71 zip.write(b, off, len) [all...] |
/external/chromium-trace/catapult/tracing/third_party/jszip/ |
README.markdown | 4 A library for creating, reading and editing .zip files with Javascript, with a 10 var zip = new JSZip(); 12 zip.file("Hello.txt", "Hello World\n"); 14 var img = zip.folder("images"); 17 var content = zip.generate(); 19 location.href = "data:application/zip;base64," + content; 21 Results in a zip containing
|
/libcore/ojluni/src/main/native/ |
zip_util.c | 27 * Support for reading ZIP/JAR files. 55 /* USE_MMAP means mmap the CEN & ENDHDR part of the zip file. */ 60 #define MAXREFS 0xFFFF /* max number of open zip file references */ 69 static jzfile *zfiles = 0; /* currently open zip files */ 152 * thing to do since zip file reading is relatively fast and it is very onerous 162 * Initialize zip file support. Return 0 if successful otherwise -1 228 * Allocates a new zip file object for the specified file name. 229 * Returns the zip file object or NULL if not enough memory. 234 jzfile *zip; local 235 if (((zip = calloc(1, sizeof(jzfile))) != NULL) & 780 jzfile *zip = NULL; local 807 jzfile *zip; local 861 jzfile *zip; local [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/ |
fix_zip.py | 2 Fixer that changes zip(seq0, seq1, ...) into list(zip(seq0, seq1, ...) 3 unless there exists a 'from future_builtins import zip' statement in the 6 We avoid the transformation if the zip() call is directly contained in 18 power< 'zip' args=trailer< '(' [any] ')' > 22 skip_on = "future_builtins.zip"
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/ |
fix_zip.py | 2 Fixer that changes zip(seq0, seq1, ...) into list(zip(seq0, seq1, ...) 3 unless there exists a 'from future_builtins import zip' statement in the 6 We avoid the transformation if the zip() call is directly contained in 18 power< 'zip' args=trailer< '(' [any] ')' > 22 skip_on = "future_builtins.zip"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_zip.py | 2 Fixer that changes zip(seq0, seq1, ...) into list(zip(seq0, seq1, ...) 3 unless there exists a 'from future_builtins import zip' statement in the 6 We avoid the transformation if the zip() call is directly contained in 18 power< 'zip' args=trailer< '(' [any] ')' > 22 skip_on = "future_builtins.zip"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_zip.py | 2 Fixer that changes zip(seq0, seq1, ...) into list(zip(seq0, seq1, ...) 3 unless there exists a 'from future_builtins import zip' statement in the 6 We avoid the transformation if the zip() call is directly contained in 18 power< 'zip' args=trailer< '(' [any] ')' > 22 skip_on = "future_builtins.zip"
|
/build/tools/zipalign/ |
README.txt | 1 zipalign -- zip archive alignment tool 3 usage: zipalign [-f] [-v] <align> infile.zip outfile.zip 4 zipalign -c [-v] <align> infile.zip 7 -f : overwrite existing outfile.zip 11 infile.zip is an existing Zip archive 12 outfile.zip will be created 22 the "extra" field in the zip Local File Header sections. Existing data 35 You can use the "-c" flag to test whether a zip archive is properly aligned [all...] |
/device/google/accessory/demokit/ |
make-download.sh | 2 # This script packages the ADK1 files into a downloadable zip 5 # creates a zip for downloading with the following structure: 46 echo "packaged directories assembled. Next: create zip" 49 # create the zip download 50 if [ -e ADK_release_${dateStamp}.zip ]; then 51 rm -f ADK_release_${dateStamp}.zip 53 zip -r ADK_release_${dateStamp}.zip ADK_release_${dateStamp}/* 55 echo "download zip assembled. Next: remove package directories"
|
/external/autotest/client/site_tests/graphics_SanAngeles/ |
angeles-ogles.zip | |
/external/gtest/ |
README.version | 1 URL: https://googletest.googlecode.com/files/gtest-1.7.0.zip
|
/external/lzma/CPP/7zip/Bundles/Alone7z/ |
resource.rc | 3 MY_VERSION_INFO_APP("7-Zip Reduced Standalone Console", "7zr")
|
/external/lzma/CPP/7zip/UI/Client7z/ |
resource.rc | 3 MY_VERSION_INFO_APP("7-Zip client", "7zcl")
|
/external/netperf/ |
Makefile.am | 2 AUTOMAKE_OPTIONS = dist-bzip2 dist-zip
|
/external/skia/platform_tools/android/apps/ |
robotium.cfg | 6 sdcard_files=android_inputs.zip
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/ |
TestSuite.smali | 7 #device/emulator, and then zip up the classes.dex containing this class 11 #zip junit-4.6.zip classes.dex 12 #adb push junit-4.6.zip /data/local 14 #zip smali-junit-tests.zip classes.dex 15 #adb push smali-junit-tests.zip /data/local 16 #adb shell dalvikvm -cp /data/local/junit-4.6.zip:/data/local/smali-junit-tests.zip org.junit.runner.JUnitCore AllTests
|
/external/sqlite/ |
README.version | 1 URL: https://www.sqlite.org/2015/sqlite-amalgamation-3090200.zip
|
/external/tagsoup/ |
README.version | 1 URL: http://home.ccil.org/~cowan/tagsoup/tagsoup-1.2.1-src.zip
|
/prebuilts/maven_repo/android/com/android/support/recyclerview-v7/23.1.0/ |
recyclerview-v7-23.1.0.aar | |
/prebuilts/maven_repo/android/com/android/support/recyclerview-v7/23.1.1/ |
recyclerview-v7-23.1.1.aar | |
/prebuilts/maven_repo/android/com/android/support/test/rules/0.5/ |
rules-0.5.aar | |
/external/eclipse-basebuilder/src/ |
README.txt | 4 - fetch "Source Build (Source in .zip)" eclipse-sourceBuild-srcIncluded-3.6.2.zip [135 MB]
|
/external/testng/ |
upload-beta | 1 #scp `ls -tr *beta.zip|tail -1` cedric@beust.com:w/testng 2 scp `ls -tr target/*beta.zip|tail -1` beust:domains/testng.org/html
|
/prebuilts/tools/common/kotlin-plugin/ |
README | 2 The zip file was obtained by running the IntelliJ build script, and allowing it 3 to download the zip file from Jetbrains' team city.
|
/prebuilts/eclipse/deltapack/ |
PREBUILT | 1 The deltapack zip files were obtained from: 3 http://download.eclipse.org/eclipse/downloads/drops/R-3.7.2-201202080800/download.php?dropFile=eclipse-3.7.2-delta-pack.zip 4 http://download.eclipse.org/eclipse/downloads/drops4/R-4.2.2-201302041200/download.php?dropFile=eclipse-4.2.2-delta-pack.zip 5 http://download.eclipse.org/eclipse/downloads/drops4/R-4.3.1-201309111000/download.php?dropFile=eclipse-4.3.1-delta-pack.zip 7 The zip files include the sources.
|