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

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/commands/unzip/
unzip01.sh 24 # Tests basic functionality of unzip command.
30 TST_NEEDS_CMDS="unzip"
77 EXPECT_PASS unzip "$TST_DATAROOT/test.zip" \> unzip.out
79 if diff -w unzip_exp.out unzip.out; then
80 tst_res TPASS "Unzip output is correct"
82 tst_res TFAIL "Unzip output is incorrect"
83 cat unzip.out
  /frameworks/support/navigation/integration-tests/safeargs-testapp/buildSrc/
build.gradle 33 task unzip(type: Copy, dependsOn: createArchive) {
43 tasks["build"].dependsOn unzip
  /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/android-emulator/
update_emulator.sh 18 unzip $linux_zip
25 unzip $mac_zip
  /system/bt/tools/scripts/
viewbtsnoop.sh 55 unzip "${BUGREPORT}" -d "${TMPDIR}"
  /toolchain/binutils/binutils-2.27/zlib/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
  /external/dagger2/
deploy_website.sh 36 unzip javadoc.zip -d javadoc
  /external/gemmlowp/scripts/
ci-before.sh 4 unzip android-ndk-${NDK_VERSION}-linux-x86_64.zip 2> /dev/null > /dev/null
  /external/okhttp/okio/
deploy_javadoc.sh 28 unzip javadoc.zip
  /external/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/skia/infra/bots/
zip_utils_test.py 35 # Zip, unzip.
37 zip_utils.unzip('test.zip', 'output')
53 # Zip, unzip.
55 zip_utils.unzip('test.zip', 'output')
  /external/skqp/infra/bots/
zip_utils_test.py 35 # Zip, unzip.
37 zip_utils.unzip('test.zip', 'output')
53 # Zip, unzip.
55 zip_utils.unzip('test.zip', 'output')
  /external/tensorflow/tensorflow/tools/ci_build/install/
install_proto3.sh 34 unzip "${PROTOBUF_ZIP}" -d "${UNZIP_DEST}"
  /frameworks/support/jetifier/jetifier/preprocessor/scripts/
processDefaultConfig.sh 87 unzip -oj "$SUPPORT_LIBS_DOWNLOADED/support-lib.zip" -d "$SUPPORT_LIBS_UNPACKED"
88 unzip -oj "$SUPPORT_LIBS_DOWNLOADED/arch.zip" -d "$SUPPORT_LIBS_UNPACKED"
153 unzip $PREPROCESSOR_DISTRO_PATH -d $OUT_DIR > /dev/null
  /development/vndk/tools/
build_mixed 115 unzip "$SYSTEM_TARGET_FILES_ARCHIVE" \
121 unzip "$DEVICE_ARCHIVE" -d "$DEVICE_IMAGES_DIR"
123 unzip "$DEVICE_TARGET_FILES_ARCHIVE" \
161 unzip -o "$COPY_SYSTEM_TARGET_FILES_ARCHIVE" IMAGES/system.img -d "$SYSTEM_ARTIFACTS_DIR"
  /external/tensorflow/tensorflow/contrib/lite/examples/ios/
download_models.sh 36 unzip ${tempdir}/zipped.zip -d ${tempdir2}
41 # unzip has no strip components, so unzip to a temp dir, and move the
  /dalvik/dx/tests/127-merge-stress/
run 42 # Filter out jar files and apks that do not unzip or contain a
46 # to unzip them.
48 unzip -l "$dex" 2>&1 | grep -q -m 1 classes.dex
  /development/scripts/
combine_sdks.sh 57 unzip $Q "$BASE" -d "$BASE_DIR"
58 unzip $Q "$IMAGES" -d "$IMAGES_DIR"
  /external/brotli/c/fuzz/
test_fuzzer.sh 20 unzip ../java/org/brotli/integration/fuzz_data.zip -d decode_corpora
  /external/protobuf/
autogen.sh 35 unzip -q gmock-1.7.0.zip
  /external/protobuf/util/
autogen.sh 35 unzip -q gmock-1.7.0.zip
  /external/tensorflow/tensorflow/java/maven/
run_inside_container.sh 113 unzip /tmp/windows.zip -d windows-x86_64
161 unzip -d "${DIR}/proto/tmp/protoc" "/tmp/protoc.zip"
172 unzip -d "${DIR}/proto/tmp/src" "/tmp/libtensorflow_proto.zip"
  /libcore/luni/src/test/java/libcore/java/util/zip/
ZipInputStreamTest.java 43 assertEquals(Arrays.toString(data), Arrays.toString(unzip("short", zipped)));
49 assertTrue(Arrays.equals(data, unzip("r", ZipOutputStreamTest.zip("r", data))));
52 public static byte[] unzip(String name, byte[] bytes) throws IOException { method in class:ZipInputStreamTest

Completed in 667 milliseconds

1 2 3 4 5 6 7 8 91011>>