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

1 2 3 4 5 6 78 91011>>

  /build/core/
Makefile 562 ALL_DEFAULT_INSTALLED_MODULES += $(TARGET_OUT_ETC)/security/otacerts.zip
563 $(TARGET_OUT_ETC)/security/otacerts.zip: KEY_CERT_PAIR := $(DEFAULT_KEY_CERT_PAIR)
564 $(TARGET_OUT_ETC)/security/otacerts.zip: $(addsuffix .x509.pem,$(DEFAULT_KEY_CERT_PAIR))
567 $(hide) zip -qj $@ $<
570 otacerts: $(TARGET_OUT_ETC)/security/otacerts.zip
738 $(hide) find $(TARGET_RECOVERY_ROOT_OUT)/res -type f | sort | zip -0qrj $@ -@
    [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
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
README 10 * ant-contrib: Download ant-contrib here: http://downloads.sourceforge.net/ant-contrib/ant-contrib-1.0b3-bin.zip?modtime=1162486738&big_mirror=0
14 * closure compiler: Download here: http://closure-compiler.googlecode.com/files/compiler-latest.zip
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DeflaterInputStreamTest.java 18 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;
GZIPInputStreamTest.java 17 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.GZIPInputStream.readBI
    [all...]
ZipEntryTest.java 17 package org.apache.harmony.archive.tests.java.util.zip;
20 import java.util.zip.ZipEntry;
41 // zip file hyts_ZipFile.zip must be included as a resource
42 java.util.zip.ZipEntry zentry;
44 java.util.zip.ZipFile zfile;
50 static final String tempFileName = platformId + "zfzezi.zip";
63 * @tests java.util.zip.ZipEntry#ZipEntry(java.lang.String)
66 // Test for method java.util.zip.ZipEntry(java.lang.String)
98 * @tests java.util.zip.ZipEntry#getComment(
    [all...]
  /external/chromium_org/build/android/
adb_reverse_forwarder.py 47 port_pairs = zip(port_pairs[::2], port_pairs[1::2])
  /external/chromium_org/chrome/test/chromedriver/chrome/
zip_reader.h 22 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 file. On success, returns true an
    [all...]
  /external/chromium_org/remoting/host/installer/
build-installer-archive.py 6 """Creates a zip archive for the Chrome Remote Desktop Host installer.
8 This script builds a zip file that contains all the files needed to build an
11 This zip archive is then used by the signing bots to:
61 zip_path: Path to zip file to create.
65 zip = zipfile.ZipFile(zip_path, 'w', zipfile.ZIP_DEFLATED)
70 zip.write(full_path, os.path.join(zipfile_base, rel_path))
71 zip.close()
151 zip_file: Relative path (and filename) to the zip file.
173 """Builds a zip archive with the files needed to build the installer.
177 zip_path: Full path to the zip file to create
    [all...]
  /external/chromium_org/third_party/zlib/google/
zip_reader.h 23 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 file. On success, returns true an
    [all...]
  /external/chromium_org/tools/heapcheck/
PRESUBMIT.py 21 for line, line_num in zip(f.NewContents(),
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedPublish.uml2.properties 57 dependencyURLs=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/M20060919-1045/eclipse-SDK-M20060919-1045-linux-gtk.tar.gz http://www.eclipse.org/downloads/download.php?file=/tools/emf/downloads/drops/2.2.1/S200609210005/emf-sdo-xsd-SDK-2.2.1RC2.zip
71 # eg., ALL,ALL,ALL,SDK,uml2-SDK-%%buildAlias%%.zip
72 Releases=ALL,ALL,ALL,SDK,uml2-SDK-%%buildAlias%%.zip
  /frameworks/base/tools/aapt/
Main.h 52 ssize_t processAssets(Bundle* bundle, ZipFile* zip, const sp<AaptAssets>& assets);
  /libcore/luni/src/main/java/java/util/zip/
GZIPOutputStream.java 18 package java.util.zip;
InflaterOutputStream.java 18 package java.util.zip;
123 * @throws ZipException if a zip exception occurs.
136 * @throws ZipException if a zip exception occurs.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dep_util.py 45 for source, target in zip(sources, targets):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dep_util.py 45 for source, target in zip(sources, targets):
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmGeneratorTest.java 43 import java.util.zip.ZipEntry;
44 import java.util.zip.ZipFile;
214 ZipFile zip = new ZipFile(jarPath); local
215 Enumeration<? extends ZipEntry> entries = zip.entries();
220 ClassReader cr = new ClassReader(zip.getInputStream(entry));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_iter.py 435 # Test zip()'s use of iterators.
437 self.assertEqual(zip(), [])
438 self.assertEqual(zip(*[]), [])
439 self.assertEqual(zip(*[(1, 2), 'ab']), [(1, 'a'), (2, 'b')])
441 self.assertRaises(TypeError, zip, None)
442 self.assertRaises(TypeError, zip, range(10), 42)
443 self.assertRaises(TypeError, zip, range(10), zip)
445 self.assertEqual(zip(IteratingSequenceClass(3)),
447 self.assertEqual(zip(SequenceClass(3))
    [all...]
test_itertools.py 332 self.assertEqual(zip('abc',count()), [('a', 0), ('b', 1), ('c', 2)])
333 self.assertEqual(zip('abc',count(3)), [('a', 3), ('b', 4), ('c', 5)])
334 self.assertEqual(take(2, zip('abc',count(3))), [('a', 3), ('b', 4)])
335 self.assertEqual(take(2, zip('abc',count(-1))), [('a', -1), ('b', 0)])
336 self.assertEqual(take(2, zip('abc',count(-3))), [('a', -3), ('b', -2)])
364 self.assertEqual(zip('abc',count(2,3)), [('a', 2), ('b', 5), ('c', 8)])
365 self.assertEqual(zip('abc',count(start=2,step=3)),
367 self.assertEqual(zip('abc',count(step=-1)),
369 self.assertEqual(zip('abc',count(2,0)), [('a', 2), ('b', 2), ('c', 2)])
370 self.assertEqual(zip('abc',count(2,1)), [('a', 2), ('b', 3), ('c', 4)]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_iter.py 435 # Test zip()'s use of iterators.
437 self.assertEqual(zip(), [])
438 self.assertEqual(zip(*[]), [])
439 self.assertEqual(zip(*[(1, 2), 'ab']), [(1, 'a'), (2, 'b')])
441 self.assertRaises(TypeError, zip, None)
442 self.assertRaises(TypeError, zip, range(10), 42)
443 self.assertRaises(TypeError, zip, range(10), zip)
445 self.assertEqual(zip(IteratingSequenceClass(3)),
447 self.assertEqual(zip(SequenceClass(3))
    [all...]
test_itertools.py 332 self.assertEqual(zip('abc',count()), [('a', 0), ('b', 1), ('c', 2)])
333 self.assertEqual(zip('abc',count(3)), [('a', 3), ('b', 4), ('c', 5)])
334 self.assertEqual(take(2, zip('abc',count(3))), [('a', 3), ('b', 4)])
335 self.assertEqual(take(2, zip('abc',count(-1))), [('a', -1), ('b', 0)])
336 self.assertEqual(take(2, zip('abc',count(-3))), [('a', -3), ('b', -2)])
364 self.assertEqual(zip('abc',count(2,3)), [('a', 2), ('b', 5), ('c', 8)])
365 self.assertEqual(zip('abc',count(start=2,step=3)),
367 self.assertEqual(zip('abc',count(step=-1)),
369 self.assertEqual(zip('abc',count(2,0)), [('a', 2), ('b', 2), ('c', 2)])
370 self.assertEqual(zip('abc',count(2,1)), [('a', 2), ('b', 3), ('c', 4)]
    [all...]
  /system/core/fastboot/
fastboot.c 298 " update <filename> reflash device from update.zip\n"
386 void *unzip_file(zipfile_t zip, const char *name, unsigned *sz)
392 entry = lookup_zipentry(zip, name);
417 static int unzip_to_file(zipfile_t zip, char *name)
428 data = unzip_file(zip, name, &sz);
698 void do_update_signature(zipfile_t zip, char *fn)
702 data = unzip_file(zip, fn, &sz);
714 zipfile_t zip; local
727 zip = init_zipfile(zdata, zsize);
728 if(zip == 0) die("failed to access zipdata in '%s'")
    [all...]
  /build/core/tasks/
sdk-addon.mk 24 full_target := $(HOST_OUT_SDK_ADDON)/$(addon_dir_leaf).zip
88 $(hide) ( F=$$(pwd)/$@ ; cd $(PRIVATE_STAGING_DIR)/.. && zip -rq $$F * )
94 # If we're building the sdk_repo, keep the name of the addon zip
99 # When not building an sdk_repo, just dist the addon zip file
  /external/chromium_org/tools/clang/scripts/
test_tool.py 58 for source, actual in zip(source_files, actual_files):
82 for expected, actual in zip(expected_files, actual_files):

Completed in 1227 milliseconds

1 2 3 4 5 6 78 91011>>