HomeSort by relevance Sort by last modified time
    Searched full:zip (Results 476 - 500 of 4289) sorted by null

<<11121314151617181920>>

  /system/core/libziparchive/
zip_archive.cc 18 * Read-only access to Zip archives, with minimal heap allocation.
81 // The input file cannot be processed as a zip archive. Usually because
89 // The zip archive contained two (or possibly more) entries with the same
93 // The zip archive contains no entries.
99 // The zip archive contained an invalid local file header pointer.
102 // The zip archive contained inconsistent entry information. This could
120 * A Read-only Zip archive.
123 * we want to use as little memory as possible. We memory-map the zip
129 * It's possible that somebody has handed us a massive (~1GB) zip archive,
187 ALOGV("Zip: Unable to find entry %.*s", name.name_length, name.name)
    [all...]
zip_archive_private.h 28 // open Zip archive
36 // number of entries in the Zip archive
39 // We know how many entries are in the Zip archive, so we can have a
  /external/dagger2/
deploy_website.sh 34 curl -L "http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=$GROUP_ID&a=$ARTIFACT_ID&v=LATEST&c=javadoc" > javadoc.zip
36 unzip javadoc.zip -d javadoc
37 rm javadoc.zip
  /external/libxml2/
dbgenattr.pl 29 $zip = 22000 + $i / 5000;
38 printf " zip='%d'/>\n", $zip;
  /external/okhttp/okio/
deploy_javadoc.sh 27 curl -L "https://search.maven.org/remote_content?g=$GROUP_ID&a=$ARTIFACT_ID&v=LATEST&c=javadoc" > javadoc.zip
28 unzip javadoc.zip
29 rm javadoc.zip
  /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;
46 * java.util.zip.GZIPOutputStream#GZIPOutputStream(java.io.OutputStream)
65 * java.util.zip.GZIPOutputStream#GZIPOutputStream(java.io.OutputStream,
86 * java.util.zip.GZIPOutputStream#finish()
89 // test method java.util.zip.GZIPOutputStream.finish()
114 * java.util.zip.GZIPOutputStream#close()
117 // test method java.util.zip.GZIPOutputStream.close(
    [all...]
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_ios.go 22 // keep zoneinfo.zip.
23 zoneFile = wd + "/zoneinfo.zip"
27 // On iOS we only have the zip file.
  /prebuilts/go/linux-x86/src/time/
zoneinfo_ios.go 22 // keep zoneinfo.zip.
23 zoneFile = wd + "/zoneinfo.zip"
27 // On iOS we only have the zip file.
  /sdk/eclipse/artifacts/bundles/
pom.xml 43 <win32>zip</win32>
44 <linux>zip</linux>
45 <macosx>zip</macosx>
  /sdk/eclipse/buildConfig/
buildUpdateSite.xml 3 <!-- Extracts feature zip for update site -->
8 <!-- updateSiteRoot - where to extract feature zip -->
11 <unzip src="${buildDirectory}/${buildLabel}/${id}-${buildLabel}.zip" dest="${updateSiteRoot}"/>
  /system/core/include/ziparchive/
zip_writer.h 31 * Writes a Zip file via a stateful interface.
35 * FILE* file = fopen("path/to/zip.zip", "wb");
55 * Flag to compress the zip entry using deflate.
60 * Flag to align the zip entry data on a 32bit boundary. Useful for
82 * Starts a new zip entry with the given path and flags.
90 * Starts a new zip entry with the given path and flags, where the
111 * Writes bytes to the zip file for the previously started zip entry.
117 * Finish a zip entry started with StartEntry(const char*, size_t) o
    [all...]
  /toolchain/binutils/binutils-2.25/gold/testsuite/
icf_preemptible_functions_test.cc 25 // be folded although they are identical as zap or zip could be preempted.
32 int zip() function
45 zip();
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /cts/tests/tests/webkit/src/android/webkit/cts/
MimeTypeMapTest.java 59 assertEquals("application/zip", mMimeTypeMap.getMimeTypeFromExtension("zip"));
69 assertTrue(mMimeTypeMap.hasExtension("zip"));
80 assertEquals("zip", mMimeTypeMap.getExtensionFromMimeType("application/zip"));
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
Makefile 29 -rm dist/httplib2-$(VERSION).zip
35 cd dist && zip httplib2-$(VERSION).zip -r httplib2-$(VERSION)
36 cd dist/httplib2-$(VERSION) && python setup.py sdist --formats=gztar,zip upload
39 python googlecode_upload.py --summary="Version $(shell python setup.py --version)" --project=httplib2 dist/*.zip
  /external/jacoco/org.jacoco.agent.test/src/org/jacoco/agent/
AgentJarTest.java 22 import java.util.zip.ZipEntry;
23 import java.util.zip.ZipInputStream;
77 final ZipInputStream zip = new ZipInputStream(in); local
79 final ZipEntry entry = zip.getNextEntry();
82 final Manifest manifest = new Manifest(zip);
  /external/protobuf/
post_process_dist.sh 13 # 4) Uses the result to create .tar.gz, .tar.bz2, and .zip versions and
14 # deposites them in the "dist" directory. In the .zip version, all
52 # Convert all text files to use DOS-style line endings, then build a .zip
55 make dist-zip
58 mv $BASENAME.tar.gz $BASENAME.tar.bz2 $BASENAME.zip ..
  /frameworks/base/include/androidfw/
ZipUtils.h 18 // Miscellaneous zip/gzip utility functions.
50 * We could declare gzip to be a sub-class of zip that has exactly
51 * one always-compressed entry, but we currently want to treat Zip
66 * Utility function to convert ZIP's time format to a timespec struct.
74 timespec->tm_year = ((date >> 9) & 0x7F) + 80; // Zip is years since 1980
  /frameworks/base/tools/aapt2/io/
File.h 31 * a ZIP archive.
40 * simply mmap the contents. If this file represents a compressed file in a ZIP archive,
50 * a ZIP archive from the path to the containing ZIP archive.
65 * simply be the filesystem, or a ZIP archive.
  /libcore/benchmarks/src/benchmarks/
ZipFileBenchmark.java 26 import java.util.zip.ZipEntry;
27 import java.util.zip.ZipFile;
28 import java.util.zip.ZipOutputStream;
39 file = File.createTempFile(getClass().getName(), ".zip");
56 * Compresses the given number of files, each of the given size, into a .zip archive.
  /libcore/ojluni/src/main/java/java/util/jar/
package.html 33 format, which is based on the standard ZIP file format with an
42 <li><b>Info-ZIP file format</b> - The JAR format is based on the Info-ZIP
44 <a href="../zip/package-summary.html#package_description">java.util.zip
  /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;
107 * Tries to open an input file as a Zip archive (jar/apk) with a
112 * is not a zip archive
113 * @throws IOException if the file isn't found, or it's a zip and
120 * Try it as a zip file.
125 /* not found, no point in retrying as non-zip */
130 /* not a zip */
    [all...]
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
ZipExtractorTask.java 34 import java.util.zip.ZipEntry;
35 import java.util.zip.ZipFile;
38 * AsyncTask for extracting ZIP files.
114 // Clean up bad zip file.
144 Log.e("Zip extraction failed.", mException);
158 ZipFile zip = new ZipFile(mInput); local
159 long uncompressedSize = getOriginalSize(zip);
163 entries = zip.entries();
169 // Not all zip files actually include separate directory entries.
193 extractedSize += IoUtils.copy(zip.getInputStream(entry), outStream)
    [all...]

Completed in 351 milliseconds

<<11121314151617181920>>