HomeSort by relevance Sort by last modified time
    Searched refs:unzip (Results 1 - 25 of 311) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/libs/androidfw/tests/data/basic/
build 21 unzip bundle.apk resources.arsc && \
25 unzip bundle_de_fr.apk resources.arsc && \
29 unzip bundle_hdpi-v4.apk resources.arsc && \
33 unzip bundle_xhdpi-v4.apk resources.arsc && \
37 unzip bundle_xxhdpi-v4.apk resources.arsc && \
  /frameworks/base/libs/androidfw/tests/data/overlay/
build 19 unzip bundle.apk resources.arsc && \
  /frameworks/base/libs/androidfw/tests/data/system/
build 19 unzip bundle.apk resources.arsc && \
  /frameworks/base/libs/androidfw/tests/data/app/
build 19 unzip bundle.apk resources.arsc && \
  /frameworks/base/libs/androidfw/tests/data/feature/
build 19 unzip bundle.apk resources.arsc && \
  /frameworks/base/libs/androidfw/tests/data/lib/
build 19 unzip bundle.apk resources.arsc && \
  /libcore/luni/src/test/java/libcore/java/util/zip/
ZipInputStreamTest.java 44 assertEquals(Arrays.toString(data), Arrays.toString(unzip("short", zipped)));
50 assertTrue(Arrays.equals(data, unzip("r", ZipOutputStreamTest.zip("r", data))));
53 public static byte[] unzip(String name, byte[] bytes) throws IOException { method in class:ZipInputStreamTest
ZipOutputStreamTest.java 36 assertEquals(Arrays.toString(data), Arrays.toString(ZipInputStreamTest.unzip("short", zipped)));
43 assertEquals(Arrays.toString(data), Arrays.toString(ZipInputStreamTest.unzip("z", zipped)));
49 assertTrue(Arrays.equals(data, ZipInputStreamTest.unzip("r", zip("r", data))));
  /external/zlib/src/contrib/minizip/
make_vms.com 15 $ cc/include=[--]/prefix=all unzip.c
18 $ link miniunz,unzip,ioapi,[--]libz.olb/lib
Makefile 4 UNZ_OBJS = miniunz.o unzip.o ioapi.o ../../libz.a
  /prebuilts/sdk/current/
import_current_sdk.sh 17 unzip -j $1 */android.jar */uiautomator.jar */framework.aidl
20 unzip $2 >/dev/null
  /sdk/eclipse/scripts/
setup_eclipse.sh 67 (cd "$BASE_DIR/eclipse" && unzip -o "$CDTZIP")
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
zip_output_unittest.sh 60 if unzip -h > /dev/null; then
61 unzip -t $TEST_TMPDIR/testzip.zip > $TEST_TMPDIR/testzip.list || fail 'unzip failed.'
72 echo "Warning: 'unzip' command not available. Skipping test."
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/
testing.properties 45 vmInstallExecutable=unzip
  /external/okhttp/
deploy_website.sh 32 unzip javadoc.zip -d javadoc
  /external/protobuf/src/google/protobuf/compiler/
zip_output_unittest.sh 54 if unzip -h > /dev/null; then
55 unzip -t testzip.zip > testzip.list || fail 'unzip failed.'
66 echo "Warning: 'unzip' command not available. Skipping test."
  /external/chromium_org/third_party/zlib/contrib/minizip/
Makefile 4 UNZ_OBJS = miniunz.o unzip.o ioapi.o ../../libz.a
  /external/chromium_org/third_party/zlib/google/
zip_internal.h 15 #include <minizip/unzip.h>
18 #include "third_party/zlib/contrib/minizip/unzip.h"
  /development/scripts/
combine_sdks.sh 57 unzip $Q "$BASE" -d "$BASE_DIR"
58 unzip $Q "$IMAGES" -d "$IMAGES_DIR"
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
feedManipulationEclipse.sh 19 for f in `find $ECLIPSE_HOME/plugins -maxdepth 1 -name "org.eclipse.ant.ui*.jar" -type f`; do unzip $f lib/*.jar -d $tmpfolder; done
  /bootable/recovery/applypatch/
imgdiff_test.sh 84 unzip -p $START_OTA_PACKAGE $fn > $tmpdir/source
85 unzip -p $END_OTA_PACKAGE $fn > $tmpdir/target
  /external/chromium_org/v8/tools/
fuzz-harness.sh 66 unzip "$jsfunfuzz_file" -d "$jsfunfuzz_dir" || exit 1
  /build/tools/
dump-package-stats 36 Packages must be zipfiles, readable using "unzip".
80 unzip -lv "$file" | awk '
88 # Make sure the output of unzip -lv looks like something we expect.
  /external/elfutils/0.153/libdwfl/
gzip.c 58 # define unzip __libdw_unlzma macro
71 # define unzip __libdw_bunzip2 macro
84 # define unzip __libdw_gunzip macro
99 unzip (int fd, off64_t start_offset, function
  /external/nist-pkits/
generate-tests.sh 80 unzip -q -o -d "${STORAGE_DIR}" "${ZIP}" "${file}"

Completed in 283 milliseconds

1 2 3 4 5 6 7 8 91011>>