HomeSort by relevance Sort by last modified time
    Searched refs:zip (Results 176 - 200 of 1776) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/tzdata/tools2/testing/
prepareTzDataUpdates.sh 95 TZ_PREVIOUS_UPDATE_ZIP=update_${TZ_PREVIOUS}_test.zip
96 ./createTimeZoneDistro.sh ${TZ_PREVIOUS_UPDATE_PROPERTIES} ${TMP}/update_${TZ_PREVIOUS}_test.zip
125 TZ_CURRENT_UPDATE_ZIP=update_${TZ_CURRENT}_test.zip
126 ./createTimeZoneDistro.sh ${TZ_CURRENT_UPDATE_PROPERTIES} ${TMP}/update_${TZ_CURRENT}_test.zip
155 TZ_NEXT_UPDATE_ZIP=update_${TZ_NEXT}_test.zip
156 ./createTimeZoneDistro.sh ${TZ_NEXT_UPDATE_PROPERTIES} ${TMP}/update_${TZ_NEXT}_test.zip
  /frameworks/base/libs/androidfw/
AssetManager.cpp 194 ap.type == kFileTypeDirectory ? "dir" : "zip", ap.path.string());
384 * - A Zip archive, uncompressed or compressed.
759 /* look inside the zip file */
763 /* check the appropriate Zip file */
766 //printf("GOT zip, checking NA '%s'\n", (const char*) path);
769 //printf("FOUND NA in Zip file for %s\n", appName ? appName : kAppCommon);
787 * Create a "source name" for a file from a Zip archive.
792 String8 sourceName("zip:");
813 * Return a pointer to one of our open Zip archives. Returns NULL if no
814 * matching Zip file exists
1382 sp<SharedZip> zip = gOpen.valueFor(path).promote(); local
1510 sp<SharedZip> zip = mZipFile[idx]; local
1521 sp<SharedZip> zip = mZipFile[idx]; local
1533 sp<SharedZip> zip = mZipFile[idx]; local
1541 sp<SharedZip> zip = mZipFile[idx]; local
1553 sp<SharedZip> zip = mZipFile[idx]; local
1583 sp<SharedZip> zip = mZipFile[idx]; local
1589 sp<SharedZip> zip = SharedZip::get(path, false); local
    [all...]
  /device/common/
generate-factory-images-common.sh 40 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/$XLOADERSRC
44 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/$BOOTLOADERSRC
48 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/$RADIOSRC
52 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/radio-cdma.img
56 cp ${SRCPREFIX}$PRODUCT-img-$BUILD.zip tmp/$PRODUCT-$VERSION/image-$PRODUCT-$VERSION.zip
157 fastboot -w update image-$PRODUCT-$VERSION.zip
232 fastboot -w update image-$PRODUCT-$VERSION.zip
296 (cd tmp ; zip -r ../$PRODUCT-$VERSION-factory.zip $PRODUCT-$VERSION
    [all...]
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_read.go 207 if len(dir) > 4 && dir[len(dir)-4:] == ".zip" {
221 // individually, we ship them in an uncompressed zip file.
222 // Used this way, the zip file format serves as a commonly readable
223 // container for the individual small files. We choose zip over tar
224 // because zip files have a contiguous table of contents, making
226 // in a zip file is considerably less than tar's 512 bytes.
262 return nil, errors.New("corrupt zip file " + zipfile)
270 return nil, errors.New("corrupt zip file " + zipfile)
274 // zip entry layout:
315 // zip per-file header layout
    [all...]
  /prebuilts/go/linux-x86/src/time/
zoneinfo_read.go 207 if len(dir) > 4 && dir[len(dir)-4:] == ".zip" {
221 // individually, we ship them in an uncompressed zip file.
222 // Used this way, the zip file format serves as a commonly readable
223 // container for the individual small files. We choose zip over tar
224 // because zip files have a contiguous table of contents, making
226 // in a zip file is considerably less than tar's 512 bytes.
262 return nil, errors.New("corrupt zip file " + zipfile)
270 return nil, errors.New("corrupt zip file " + zipfile)
274 // zip entry layout:
315 // zip per-file header layout
    [all...]
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Main.java 24 import java.util.zip.ZipEntry;
25 import java.util.zip.ZipException;
26 import java.util.zip.ZipFile;
27 import java.util.zip.ZipInputStream;
108 * Tries to open an input file as a Zip archive (jar/apk) with dex files inside.
113 * zip archive
114 * @throws IOException if the file isn't found, or it's a zip and
119 * Try it as a zip file.
125 /* not found, no point in retrying as non-zip */
130 /* not a zip */
    [all...]
  /device/google/atv/products/
atv_base.mk 123 device/google/atv/tutorial-library-google.zip.etag:system/media/tutorial-library-google.zip.etag
126 device/google/atv/tutorial-library-google.zip:system/media/tutorial-library-google.zip
  /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
UnitTestZipArchive.java 28 import java.util.zip.CRC32;
29 import java.util.zip.ZipEntry;
30 import java.util.zip.ZipInputStream;
31 import java.util.zip.ZipOutputStream;
42 * with the zip spec, but rather to ensure that the code works with most common zip files that are
47 * The data for the first entry in the zip file, compressed at level 1. Has no comment.
57 * The data for the second entry in the zip file, compressed at level 6. Has no comment.
67 * The data for the third entry in the zip file, compressed at level 9. Has a comment.
77 * The data for the fourth entry in the zip file, stored (uncompressed / level 0). Has a comment
    [all...]
  /external/nanopb-c/tools/
make_mac_package.sh 48 ( cd dist; zip -r $VERSION.zip $VERSION )
  /frameworks/base/tools/aapt2/cmd/
Dump.cpp 52 std::unique_ptr<io::ZipFileCollection> zip = io::ZipFileCollection::Create(file_path, &err); local
53 if (zip) {
54 io::IFile* file = zip->FindFile("resources.arsc.flat");
76 file = zip->FindFile("resources.arsc");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
GZIPOutputStreamTest.java 17 package org.apache.harmony.tests.java.util.zip;
25 import java.util.zip.Checksum;
26 import java.util.zip.GZIPInputStream;
27 import java.util.zip.GZIPOutputStream;
52 * java.util.zip.GZIPOutputStream#GZIPOutputStream(java.io.OutputStream)
71 * java.util.zip.GZIPOutputStream#GZIPOutputStream(java.io.OutputStream,
92 * java.util.zip.GZIPOutputStream#finish()
95 // test method java.util.zip.GZIPOutputStream.finish()
120 * java.util.zip.GZIPOutputStream#close()
123 // test method java.util.zip.GZIPOutputStream.close(
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/zip/
InflaterTest.java 17 package libcore.java.util.zip;
20 import java.util.zip.Adler32;
21 import java.util.zip.Deflater;
22 import java.util.zip.Inflater;
OldAndroidDeflateTest.java 17 package libcore.java.util.zip;
22 import java.util.zip.DataFormatException;
23 import java.util.zip.Deflater;
24 import java.util.zip.Inflater;
OldAndroidZipFileTest.java 17 package libcore.java.util.zip;
25 import java.util.zip.ZipEntry;
26 import java.util.zip.ZipFile;
27 import java.util.zip.ZipOutputStream;
39 File file = File.createTempFile("ZipFileTest", ".zip");
  /libcore/ojluni/src/main/java/java/util/jar/
JarEntry.java 29 import java.util.zip.ZipEntry;
  /libcore/ojluni/src/main/java/java/util/zip/
CheckedInputStream.java 26 package java.util.zip;
  /platform_testing/build/tasks/
continuous_instrumentation_metric_tests.mk 15 # Rules to generate a tests zip file that included test modules
33 $(call dist-for-goals, continuous_instrumentation_metric_tests, $(my_package_zip):$(name).zip)
continuous_native_metric_tests.mk 15 # Rules to generate a tests zip file that included test modules
33 $(call dist-for-goals, continuous_native_metric_tests, $(my_package_zip):$(name).zip)
continuous_native_tests.mk 15 # Rules to generate a tests zip file that included test modules
33 $(call dist-for-goals, continuous_native_tests, $(my_package_zip):$(name).zip)
  /prebuilts/go/darwin-x86/misc/nacl/
mkzip.go 5 // Mkzip creates a zip file from a 'proto' file describing the contents.
10 // name field giving the name of the file to copy into the zip file,
17 "archive/zip"
31 fmt.Fprintf(os.Stderr, "usage: mkzip [-r root] src.proto out.zip\n")
89 z := zip.NewWriter(w)
94 zh, err := zip.FileInfoHeader(info)
99 zh.Method = zip.Deflate
207 sysfatal("finishing zip file: %v", err)
  /prebuilts/go/linux-x86/misc/nacl/
mkzip.go 5 // Mkzip creates a zip file from a 'proto' file describing the contents.
10 // name field giving the name of the file to copy into the zip file,
17 "archive/zip"
31 fmt.Fprintf(os.Stderr, "usage: mkzip [-r root] src.proto out.zip\n")
89 z := zip.NewWriter(w)
94 zh, err := zip.FileInfoHeader(info)
99 zh.Method = zip.Deflate
207 sysfatal("finishing zip file: %v", err)
  /test/vts/utils/python/common/
cmd_utils.py 70 stdout, stderr, exit_code = zip(*results)
  /tools/apksig/src/main/java/com/android/apksig/internal/zip/
EocdRecord.java 17 package com.android.apksig.internal.zip;
23 * ZIP End of Central Directory record.
  /development/scripts/
combine_sdks.sh 31 echo " BASE and IMAGES should be sdk zip files. The system image files,"
41 TMP_ZIP=tmp.zip
89 # rename the directory to the leaf minus the .zip of OUTPUT
90 LEAF=$(echo "$OUTPUT" | sed -e "s:.*\.zip/::" | sed -e "s:.zip$::")
92 # zip it
93 zip $V -qr "$TMP_ZIP" "$LEAF"
99 OUT_DIR="${OUTPUT//.zip/}"
  /device/generic/car/car-arm64/
car_emu_arm64.mk 17 device/generic/car/common/bootanimations/bootanimation-832.zip:system/media/bootanimation.zip \

Completed in 1717 milliseconds

1 2 3 4 5 6 78 91011>>