/external/ltp/testcases/commands/unzip/ |
D | unzip01.sh | 77 EXPECT_PASS unzip "$TST_DATAROOT/test.zip" \> unzip.out 79 if diff -w unzip_exp.out unzip.out; then 83 cat unzip.out
|
/external/zlib/src/contrib/minizip/ |
D | MiniZip64_info.txt | 14 support for unzip.c into minizip for a open source project called gdal ( http://www.gdal.org/ ) 22 * Added ZIP64 support for unzip ( by Even Rouault ) 26 * Added unzip patch for BZIP Compression method (patch create by Daniel Borca) 34 Even Rouault - ZIP64 unzip Support 35 Daniel Borca - BZip Compression method support in unzip
|
D | Makefile.am | 21 unzip.c \ 32 unzip.h \
|
D | make_vms.com | 15 $ cc/include=[--]/prefix=all unzip.c 18 $ link miniunz,unzip,ioapi,[--]libz.olb/lib
|
D | Makefile | 4 UNZ_OBJS = miniunz.o unzip.o ioapi.o ../../libz.a
|
/external/autotest/server/hosts/ |
D | emulated_adb_host.py | 139 unzip=True) 141 unzip=True) 263 unzip = self.teststation.run('which unzip') 265 return bool(adb and qemu and unzip)
|
D | teststation_host.py | 139 def download_file(self, src_url, dest_file, unzip=False, unzip_dest=None): argument 156 if unzip:
|
/external/tensorflow/tensorflow/java/maven/ |
D | 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"
|
/external/elfutils/libdwfl/ |
D | gzip.c | 37 # define unzip __libdw_unlzma macro 50 # define unzip __libdw_bunzip2 macro 63 # define unzip __libdw_gunzip macro 169 unzip (int fd, off_t start_offset, in unzip() function
|
/external/skia/infra/bots/ |
D | zip_utils_test.py | 37 zip_utils.unzip('test.zip', 'output') 55 zip_utils.unzip('test.zip', 'output')
|
/external/protobuf/src/google/protobuf/compiler/ |
D | 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.'
|
/external/skqp/infra/bots/ |
D | zip_utils_test.py | 37 zip_utils.unzip('test.zip', 'output') 55 zip_utils.unzip('test.zip', 'output')
|
/external/robolectric/ |
D | include_framework_res.mk | 32 $(hide) unzip -qo $(robo_input_jar) -d $(PRIVATE_CLASS_INTERMEDIATES_DIR) 43 $(hide) unzip -qo $(PRIVATE_FRAMEWORK_RES_PACKAGE) -d $(PRIVATE_CLASS_INTERMEDIATES_DIR)
|
/external/ltp/doc/ |
D | tpm-commands.txt | 118 unzip 122 Test basic functionality of `unzip` command.
|
/external/syslinux/memdisk/ |
D | Makefile | 41 memmove.o unzip.o dskprobe.o eltorito.o \ 46 CSRC = setup.c msetup.c e820func.c conio.c unzip.c dskprobe.c eltorito.c \
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | Dockerfile.android | 38 unzip ${ANDROID_SDK_FILENAME} -d android-sdk-linux && \ 50 unzip ${ANDROID_NDK_FILENAME} -d ${ANDROID_DEV_HOME} && \
|
/external/tensorflow/tensorflow/contrib/makefile/ |
D | Dockerfile | 16 unzip \
|
/external/tensorflow/tensorflow/tools/ci_build/install/ |
D | install_proto3.sh | 34 unzip "${PROTOBUF_ZIP}" -d "${UNZIP_DEST}"
|
/external/gemmlowp/scripts/ |
D | ci-before.sh | 4 unzip android-ndk-${NDK_VERSION}-linux-x86_64.zip 2> /dev/null > /dev/null
|
/external/okhttp/okio/ |
D | deploy_javadoc.sh | 28 unzip javadoc.zip
|
/external/dagger2/ |
D | deploy_website.sh | 36 unzip javadoc.zip -d javadoc
|
/external/tagsoup/ |
D | README.android | 5 - unzip it
|
/external/protobuf/ |
D | autogen.sh | 35 unzip -q gmock-1.7.0.zip
|
/external/protobuf/util/ |
D | autogen.sh | 35 unzip -q gmock-1.7.0.zip
|
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/ |
D | ZipExtractorTask.java | 109 return unzip(); in doInBackground() 153 private long unzip() throws Exception { in unzip() method in ZipExtractorTask
|