HomeSort by relevance Sort by last modified time
    Searched defs:zip (Results 126 - 150 of 668) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /external/chromium-trace/catapult/third_party/gsutil/third_party/six/
test_six.py 216 from six.moves import zip namespace
217 assert six.advance_iterator(zip(range(2), range(2))) == (0, 0)
375 d = MyDict(zip(range(10), reversed(range(10))))
404 d = dict(zip(range(10), (range(11, 20))))
  /external/chromium-trace/catapult/third_party/six/
test_six.py 236 from six.moves import zip namespace
237 assert six.advance_iterator(zip(range(2), range(2))) == (0, 0)
395 d = MyDict(zip(range(10), reversed(range(10))))
424 d = dict(zip(range(10), (range(11, 20))))
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
GatherAPIData.java 55 import java.util.zip.GZIPOutputStream;
56 import java.util.zip.ZipEntry;
57 import java.util.zip.ZipOutputStream;
77 boolean zip; field in class:GatherAPIData
91 } else if (option.equals("-zip")) {
129 } else if (opt.equals("-zip")) {
130 this.zip = true;
150 if (zip) {
151 zos = new ZipOutputStream(new FileOutputStream(output + ".zip"));
GatherAPIDataOld.java 55 import java.util.zip.GZIPOutputStream;
56 import java.util.zip.ZipEntry;
57 import java.util.zip.ZipOutputStream;
76 boolean zip; field in class:GatherAPIDataOld
90 } else if (option.equals("-zip")) {
120 } else if (opt.equals("-zip")) {
121 this.zip = true;
141 if (zip) {
142 zos = new ZipOutputStream(new FileOutputStream(output + ".zip"));
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 65 static const char OEM_BOOTANIMATION_FILE[] = "/oem/media/bootanimation.zip";
66 static const char SYSTEM_BOOTANIMATION_FILE[] = "/system/media/bootanimation.zip";
67 static const char SYSTEM_ENCRYPTED_BOOTANIMATION_FILE[] = "/system/media/bootanimation-encrypted.zip";
444 static bool readFile(ZipFileRO* zip, const char* name, String8& outString)
446 ZipEntryRO entry = zip->findEntryByName(name);
452 FileMap* entryMap = zip->createEntryFileMap(entry);
453 zip->releaseEntry(entry);
531 if (!readFile(animation.zip, "desc.txt", desString)) {
598 ZipFileRO* zip = animation.zip; local
908 ZipFileRO *zip = ZipFileRO::open(fn); local
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 983 // place at root of zip.
1225 ZipFile* zip = new ZipFile; local
    [all...]
Command.cpp 57 ZipFile* zip; local
60 zip = new ZipFile;
61 result = zip->open(fileName, ZipFile::kOpenReadOnly);
68 fprintf(stderr, "ERROR: failed opening '%s' as Zip file\n",
71 delete zip;
75 return zip;
86 ZipFile* zip = NULL; local
95 zip = new ZipFile;
96 result = zip->open(fileName, flags);
98 delete zip;
144 ZipFile* zip = NULL; local
2306 ZipFile* zip = NULL; local
2377 ZipFile* zip = NULL; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DeflaterTest.java 18 package org.apache.harmony.tests.java.util.zip;
22 import java.util.zip.Adler32;
23 import java.util.zip.DataFormatException;
24 import java.util.zip.Deflater;
25 import java.util.zip.Inflater;
63 * java.util.zip.Deflater#deflate(byte[])
105 * java.util.zip.Deflater#deflate(byte[], int, int)
170 * java.util.zip.Deflater#end()
187 * java.util.zip.Deflater#finalize()
197 * java.util.zip.Deflater#finish(
    [all...]
InflaterTest.java 17 package org.apache.harmony.tests.java.util.zip;
24 import java.util.zip.Adler32;
25 import java.util.zip.DataFormatException;
26 import java.util.zip.Deflater;
27 import java.util.zip.DeflaterOutputStream;
28 import java.util.zip.Inflater;
29 import java.util.zip.ZipException;
38 * java.util.zip.Inflater#end()
41 // test method of java.util.zip.inflater.end()
63 * java.util.zip.Inflater#finished(
    [all...]
  /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
216 * Allocates a new zip file object for the specified file name.
217 * Returns the zip file object or NULL if not enough memory.
222 jzfile *zip; local
223 if (((zip = calloc(1, sizeof(jzfile))) != NULL) &
768 jzfile *zip = NULL; local
795 jzfile *zip; local
849 jzfile *zip; local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-artifactcomparator/0.20.0/
tycho-artifactcomparator-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-4584/
kotlin-stdlib-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-4584/
kotlin-stdlib-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-1103/
kotlin-stdlib-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-rc-1036/
kotlin-stdlib-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /bootable/recovery/
recovery.cpp 64 #include "minzip/Zip.h"
162 * 1. main system downloads OTA package to /cache/some-filename.zip
163 * 2. main system writes "--update_package=/cache/some-filename.zip"
777 strncasecmp(de->d_name + (name_len-4), ".zip", 4) == 0) {
826 // selected a zip file: return the malloc'd path to the caller.
947 ZipArchive zip; local
    [all...]
  /external/guice/extensions/persist/lib/
jboss-archive-browsing.jar 
  /frameworks/base/libs/androidfw/
AssetManager.cpp 206 ap.type == kFileTypeDirectory ? "dir" : "zip", ap.path.string());
351 * Close and reopen Zip archives as appropriate, and reset cached
423 * Close and reopen Zip archives as appropriate, and reset cached
466 * - In a Zip archive, uncompressed or compressed.
468 * It can be in a number of different directories and Zip archives.
876 /* look inside the zip file */
880 /* check the appropriate Zip file */
883 //printf("GOT zip, checking NA '%s'\n", (const char*) path);
886 //printf("FOUND NA in Zip file for %s\n", appName ? appName : kAppCommon);
1003 * Don't continue the search into the Zip files. Our cached inf
1888 sp<SharedZip> zip = gOpen.valueFor(path).promote(); local
2023 sp<SharedZip> zip = mZipFile[idx]; local
2034 sp<SharedZip> zip = mZipFile[idx]; local
2046 sp<SharedZip> zip = mZipFile[idx]; local
2054 sp<SharedZip> zip = mZipFile[idx]; local
2066 sp<SharedZip> zip = mZipFile[idx]; local
2096 sp<SharedZip> zip = mZipFile[idx]; local
2102 sp<SharedZip> zip = SharedZip::get(path, false); local
    [all...]
  /system/core/fastboot/
fastboot.cpp 324 " update <filename> Reflash device from update.zip.\n"
485 static void* unzip_file(ZipArchiveHandle zip, const char* entry_name, int64_t* sz)
489 if (FindEntry(zip, zip_entry_name, &zip_entry) != 0) {
502 int error = ExtractToMemory(zip, &zip_entry, data, zip_entry.uncompressed_length);
593 static int unzip_to_file(ZipArchiveHandle zip, char* entry_name) {
603 if (FindEntry(zip, zip_entry_name, &zip_entry) != 0) {
609 int error = ExtractEntryToFile(zip, &zip_entry, fd);
1074 ZipArchiveHandle zip; local
    [all...]
  /frameworks/base/core/java/android/app/
LoadedApk.java 461 // Lists for the elements of zip/code and native libraries.
463 // Both lists are usually not empty. We expect on average one APK for the zip component,
507 final String zip = (zipPaths.size() == 1) ? zipPaths.get(0) : local
511 Slog.v(ActivityThread.TAG, "Class path: " + zip +
520 mClassLoader = ApplicationLoaders.getDefault().getClassLoader(zip,
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/
kotlin-stdlib-1.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0/
builder-2.2.0.jar 

Completed in 1029 milliseconds

1 2 3 4 56 7 8 91011>>