Searched refs:ZIP (Results 1 – 25 of 60) sorted by relevance
123
/external/nist-pkits/ |
D | generate-tests.sh | 41 ZIP="${2}" 47 elif [ ! -f "${ZIP}" -o "${ZIP#${ZIP%.zip}}" != ".zip" ]; then 80 unzip -q -o -d "${STORAGE_DIR}" "${ZIP}" "${file}" 95 shasum_file "${ZIP}" >> pkits.version
|
/external/markdown/tests/misc/ |
D | link-with-parenthesis.txt | 1 [ZIP archives](http://en.wikipedia.org/wiki/ZIP_(file_format) "ZIP (file format) - Wikipedia, the f…
|
/external/zlib/src/contrib/delphi/ |
D | readme.txt | 39 missing. Handling compressed file formats like ZIP/GZIP or PNG 52 in the ZIP file format. 72 - ZIP and GZIP stream handling via TStreams.
|
/external/dbus/cmake/modules/ |
D | CPackInstallConfig.cmake | 28 SET(CPACK_GENERATOR NSIS ZIP) # can be NSIS, STGZ, TBZ2, TGZ, TZ and ZIP
|
/external/ImageMagick/PerlMagick/ |
D | Makefile.nt | 45 'dist' => {ZIP => "zip.exe", ZIPFLAGS=>"-r"},
|
/external/libdivsufsort/ |
D | CMakeLists.txt | 15 set(CPACK_GENERATOR "TGZ;TBZ2;ZIP") 16 set(CPACK_SOURCE_GENERATOR "TGZ;TBZ2;ZIP")
|
/external/zlib/src/contrib/vstudio/vc10/ |
D | zlib.rc | 19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0"
|
D | zlibvc.def | 2 ; zlib data compression and ZIP file I/O library
|
/external/zlib/src/contrib/vstudio/vc11/ |
D | zlib.rc | 19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0"
|
D | zlibvc.def | 2 ; zlib data compression and ZIP file I/O library
|
/external/zlib/src/contrib/vstudio/vc9/ |
D | zlib.rc | 19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0"
|
D | zlibvc.def | 2 ; zlib data compression and ZIP file I/O library
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/ |
D | zipio.rst | 5 :synopsis: Read-only filesystem access with ZIP support
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCreatorhlp.dat | 96 export = Export will collect all the source MIDI, DLS and JET files into a single .ZIP file. 111 export = Export will collect all the source MIDI, DLS and JET files into a single .ZIP file.
|
/external/zlib/src/contrib/minizip/ |
D | MiniZip64_info.txt | 46 ZIP App Note http://www.pkware.com/documents/casestudies/APPNOTE.TXT
|
/external/curl/packages/vms/ |
D | pcsi_product_gnv_curl.com | 183 $! ZIP -9 "-V" does a better job, so no reason to normally build a compressed
|
/external/ImageMagick/ |
D | Makefile.am | 336 …$(ZIP) -r -9 -q $(DIST_WINDOWS_SRC_ZIP) $(PACKAGE_NAME)-$(PACKAGE_VERSION)$(PACKAGE_VERSION_ADDEN…
|
D | configure.ac | 3340 # 7ZIP support (http://p7zip.sourceforge.net/) 3348 # ZIP support (http://www.info-zip.org/Zip.html) 3350 ZIP='' 3351 AC_CHECK_PROGS(ZIP,[zip]) 3352 AC_SUBST(ZIP) subst 3353 AM_CONDITIONAL(ZIP_DELEGATE, test "x$ZIP" != "x" )
|
/external/llvm/ |
D | Makefile.config.in | 216 ZIP := @ZIP@
|
D | configure | 7177 case $ZIP in 7179 ac_cv_path_ZIP="$ZIP" # Let the user override the test with a path. 7200 ZIP=$ac_cv_path_ZIP 7201 if test -n "$ZIP"; then 7202 { echo "$as_me:$LINENO: result: $ZIP" >&5 7203 echo "${ECHO_T}$ZIP" >&6; } 18746 ZIP!$ZIP$ac_delim
|
/external/curl/winbuild/ |
D | MakefileBuild.vc | 48 ZIP = zip.exe 401 @-$(ZIP) -9 -q -r ..\$(CONFIG_NAME_LIB).zip .>nul 2<&1
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-trn.ll | 29 ; 2xi32 TRN is redundant with ZIP
|
/external/guava/guava/src/com/google/common/net/ |
D | MediaType.java | 357 public static final MediaType ZIP = createConstant(APPLICATION_TYPE, "zip"); field in MediaType
|
/external/zlib/src/doc/ |
D | rfc1950.txt | 10 Info-ZIP
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SchedA57.td | 535 def : InstRW<[A57Write_6cyc_3V], (instregex "^(UZP|ZIP)(1|2)(v16i8|v8i16|v4i32|v2i64)")>;
|
123