Searched defs:zip (Results 1 - 25 of 59) sorted by relevance

123

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dzip.h11 namespace zip { namespace
14 // An entry will *not* be created in the zip for the root folder -- children
15 // of src_dir will be at the root level of the created zip. For each file in
32 // to the |src_dir| and will be used as the file names in the created zip file.
42 } // namespace zip
H A Dzip_internal.h16 #include <minizip/zip.h>
19 #include "third_party/zlib/contrib/minizip/zip.h"
22 // Utility functions and constants used internally for the zip file
24 namespace zip { namespace
60 } // namespace zip
H A Dzip.cc5 #include "chrome/test/chromedriver/chrome/zip.h"
19 #include <minizip/zip.h>
22 #include "third_party/zlib/contrib/minizip/zip.h"
37 char buf[zip::internal::kZipBufSize];
39 num_bytes = stream.ReadSync(buf, zip::internal::kZipBufSize);
42 DLOG(ERROR) << "Could not write data to zip for path "
69 DLOG(ERROR) << "Could not open zip file entry " << str_path;
79 DLOG(ERROR) << "Could not close zip file entry " << str_path;
96 namespace zip { namespace
106 DLOG(WARNING) << "Failed to open the current file in zip";
[all...]
H A Dzip_reader.h22 namespace zip { namespace
24 // This class is used for reading zip files. A typical use case of this
25 // class is to scan entries in a zip file and extract them. The code will
39 // This calls can also be used for random access of contents in a zip file
45 // a zip file.
81 // Opens the zip file specified by |zip_file_path|. Returns true on
85 // Opens the zip file referred to by the platform file |zip_fd|.
89 // Opens the zip data stored in |data|. This class uses a weak reference to
94 // Closes the currently opened zip file. This function is called in the
110 // Opens the current entry in the zip fil
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Dzip.h49 zip_close(zip_t *zip); variable
52 zip_get(zip_t *zip, const char *fn, void HUGEP *buf, int32_t len);
58 zip_stat(zip_t *zip, const char *fn, struct stat *sbuf);
/external/chromium_org/third_party/zlib/google/
H A Dzip.h11 namespace zip { namespace
14 // An entry will *not* be created in the zip for the root folder -- children
15 // of src_dir will be at the root level of the created zip. For each file in
32 // to the |src_dir| and will be used as the file names in the created zip file.
42 } // namespace zip
H A Dzip_internal.h16 #include <minizip/zip.h>
19 #include "third_party/zlib/contrib/minizip/zip.h"
22 // Utility functions and constants used internally for the zip file
24 namespace zip { namespace
60 } // namespace zip
H A Dzip_reader.h23 namespace zip { namespace
25 // This class is used for reading zip files. A typical use case of this
26 // class is to scan entries in a zip file and extract them. The code will
40 // This calls can also be used for random access of contents in a zip file
46 // a zip file.
82 // Opens the zip file specified by |zip_file_path|. Returns true on
86 // Opens the zip file referred to by the platform file |zip_fd|.
90 // Opens the zip data stored in |data|. This class uses a weak reference to
95 // Closes the currently opened zip file. This function is called in the
111 // Opens the current entry in the zip fil
[all...]
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DCheckedInputStreamTest.java17 package org.apache.harmony.archive.tests.java.util.zip;
24 import java.util.zip.CRC32;
25 import java.util.zip.CheckedInputStream;
44 * @tests java.util.zip.CheckedInputStream#CheckedInputStream(java.io.InputStream,
45 * java.util.zip.Checksum)
56 * @tests java.util.zip.CheckedInputStream#getChecksum()
93 * @tests java.util.zip.CheckedInputStream#skip(long)
H A DCheckedOutputStreamTest.java17 package org.apache.harmony.archive.tests.java.util.zip;
22 import java.util.zip.Adler32;
23 import java.util.zip.CRC32;
24 import java.util.zip.CheckedOutputStream;
29 * @tests java.util.zip.CheckedOutputStream#CheckedOutputStream(java.io.OutputStream,
30 * java.util.zip.Checksum)
33 // test method java.util.zip.checkedOutputStream.constructor
50 * @tests java.util.zip.CheckedOutputStream#getChecksum()
53 // test method java.util.zip.checkedOutputStream.getChecksum()
82 * @tests java.util.zip
[all...]
H A DZipErrorTest.java17 package org.apache.harmony.archive.tests.java.util.zip;
20 import java.util.zip.ZipError;
27 * @tests {@link java.util.zip.ZipError#ZipError(String)}
35 * @tests java.util.zip.ZipError#Serialization()
H A DZipFileTest.java17 package org.apache.harmony.archive.tests.java.util.zip;
26 import java.util.zip.ZipEntry;
27 import java.util.zip.ZipFile;
46 // the file hyts_zipFile.zip in setup must be included as a resource
53 * @tests java.util.zip.ZipFile#ZipFile(java.io.File)
56 // Test for method java.util.zip.ZipFile(java.io.File)
59 ZipFile zip = new ZipFile(file);
61 zip.close();
65 * @tests java.util.zip.ZipFile#ZipFile(java.io.File, int)
70 ZipFile zip
96 test_finalize1(ZipFile zip) argument
[all...]
H A DAdler32Test.java17 package org.apache.harmony.archive.tests.java.util.zip;
19 import java.util.zip.Adler32;
24 * @tests java.util.zip.Adler32#Adler32()
27 // test method of java.util.zip.Adler32()
33 * @tests java.util.zip.Adler32#getValue()
36 // test methods of java.util.zip.getValue()
60 * @tests java.util.zip.Adler32#reset()
63 // test methods of java.util.zip.reset()
76 * @tests java.util.zip.Adler32#update(int)
79 // test methods of java.util.zip
[all...]
H A DCRC32Test.java17 package org.apache.harmony.archive.tests.java.util.zip;
19 import java.util.zip.CRC32;
24 * @tests java.util.zip.CRC32#CRC32()
27 // test methods of java.util.zip.CRC32()
33 * @tests java.util.zip.CRC32#getValue()
36 // test methods of java.util.zip.crc32.getValue()
71 * @tests java.util.zip.CRC32#reset()
74 // test methods of java.util.zip.crc32.reset()
89 * @tests java.util.zip.CRC32#update(int)
92 // test methods of java.util.zip
[all...]
H A DDeflaterInputStreamTest.java18 package org.apache.harmony.archive.tests.java.util.zip;
23 import java.util.zip.DataFormatException;
24 import java.util.zip.Deflater;
25 import java.util.zip.DeflaterInputStream;
H A DDeflaterOutputStreamTest.java18 package org.apache.harmony.archive.tests.java.util.zip;
26 import java.util.zip.Deflater;
27 import java.util.zip.DeflaterOutputStream;
28 import java.util.zip.InflaterInputStream;
83 * @tests java.util.zip.DeflaterOutputStream#DeflaterOutputStream(java.io.OutputStream,
84 * java.util.zip.Deflater)
111 * @tests java.util.zip.DeflaterOutputStream#DeflaterOutputStream(java.io.OutputStream)
128 * @tests java.util.zip.DeflaterOutputStream#DeflaterOutputStream(java.io.OutputStream,
129 * java.util.zip.Deflater, int)
175 * @tests java.util.zip
[all...]
H A DGZIPInputStreamTest.java17 package org.apache.harmony.archive.tests.java.util.zip;
27 import java.util.zip.Checksum;
28 import java.util.zip.GZIPInputStream;
29 import java.util.zip.GZIPOutputStream;
55 * @tests java.util.zip.GZIPInputStream#GZIPInputStream(java.io.InputStream)
58 // test method java.util.zip.GZIPInputStream.constructor
78 * @tests java.util.zip.GZIPInputStream#GZIPInputStream(java.io.InputStream,
82 // test method java.util.zip.GZIPInputStream.constructorI
121 * @tests java.util.zip.GZIPInputStream#read(byte[], int, int)
124 // test method java.util.zip
[all...]
H A DGZIPOutputStreamTest.java17 package org.apache.harmony.archive.tests.java.util.zip;
25 import java.util.zip.Checksum;
26 import java.util.zip.GZIPInputStream;
27 import java.util.zip.GZIPOutputStream;
46 * @tests java.util.zip.GZIPOutputStream#GZIPOutputStream(java.io.OutputStream)
64 * @tests java.util.zip.GZIPOutputStream#GZIPOutputStream(java.io.OutputStream,
84 * @tests java.util.zip.GZIPOutputStream#finish()
87 // test method java.util.zip.GZIPOutputStream.finish()
111 * @tests java.util.zip.GZIPOutputStream#close()
114 // test method java.util.zip
[all...]
H A DInflaterOutputStreamTest.java18 package org.apache.harmony.archive.tests.java.util.zip;
22 import java.util.zip.Deflater;
23 import java.util.zip.Inflater;
24 import java.util.zip.InflaterOutputStream;
25 import java.util.zip.ZipException;
38 * @tests java.util.zip.InflaterOutputStream#InflaterOutputStream(java.io.OutputStream)
52 * @tests java.util.zip.InflaterOutputStream#InflaterOutputStream(java.io.OutputStream,Inflater)
73 * @tests java.util.zip.InflaterOutputStream#InflaterOutputStream(java.io.OutputStream,Inflater,int)
122 * @tests java.util.zip.InflaterOutputStream#close()
132 * @tests java.util.zip
[all...]
H A DZipInputStreamTest.java17 package org.apache.harmony.archive.tests.java.util.zip;
26 import java.util.zip.ZipEntry;
27 import java.util.zip.ZipException;
28 import java.util.zip.ZipInputStream;
29 import java.util.zip.ZipOutputStream;
35 // the file hyts_zipFile.zip used in setup needs to included as a resource
47 InputStream is = Support_Resources.getStream("hyts_ZipFile.zip");
49 System.out.println("file hyts_ZipFile.zip can not be found");
78 * @tests java.util.zip.ZipInputStream#ZipInputStream(java.io.InputStream)
86 * @tests java.util.zip
[all...]
H A DZipOutputStreamTest.java17 package org.apache.harmony.archive.tests.java.util.zip;
24 import java.util.zip.CRC32;
25 import java.util.zip.ZipEntry;
26 import java.util.zip.ZipException;
27 import java.util.zip.ZipInputStream;
28 import java.util.zip.ZipOutputStream;
41 * @tests java.util.zip.ZipOutputStream#close()
64 * @tests java.util.zip.ZipOutputStream#closeEntry()
78 * @tests java.util.zip.ZipOutputStream#finish()
100 * @tests java.util.zip
[all...]
H A DInflaterInputStreamTest.java17 package org.apache.harmony.archive.tests.java.util.zip;
26 import java.util.zip.DeflaterOutputStream;
27 import java.util.zip.Inflater;
28 import java.util.zip.InflaterInputStream;
58 * @tests java.util.zip.InflaterInputStream#InflaterInputStream(java.io.InputStream)
80 * @tests java.util.zip.InflaterInputStream#InflaterInputStream(java.io.InputStream,
81 * java.util.zip.Inflater)
95 * @tests java.util.zip.InflaterInputStream#InflaterInputStream(java.io.InputStream,
96 * java.util.zip.Inflater, int)
115 * @tests java.util.zip
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dfor-in.js91 x = {foo:5, bar:6, zip:7, glep:9, 10:11};
101 assertEquals(7, y.zip, "y.zip");
116 assertEquals(7, y.zip, "y.zip");
/external/v8/test/mjsunit/
H A Dfor-in.js91 x = {foo:5, bar:6, zip:7, glep:9, 10:11};
101 assertEquals(7, y.zip, "y.zip");
116 assertEquals(7, y.zip, "y.zip");
/external/chromium_org/content/common/android/
H A Daddress_parser_unittest.cc61 bool IsZipValid(const std::string& zip, const std::string& state) const { argument
65 base::string16 zip_16 = UTF8ToUTF16(zip);
148 // returned state indices in the zip code test.
172 // Test the state index against the zip range table.

Completed in 571 milliseconds

123