/external/freetype/src/bzip2/ |
D | ftbzip2.c | 146 ft_bzip2_file_init( FT_BZip2File zip, in ft_bzip2_file_init() argument 150 bz_stream* bzstream = &zip->bzstream; in ft_bzip2_file_init() 154 zip->stream = stream; in ft_bzip2_file_init() 155 zip->source = source; in ft_bzip2_file_init() 156 zip->memory = stream->memory; in ft_bzip2_file_init() 158 zip->limit = zip->buffer + FT_BZIP2_BUFFER_SIZE; in ft_bzip2_file_init() 159 zip->cursor = zip->limit; in ft_bzip2_file_init() 160 zip->pos = 0; in ft_bzip2_file_init() 177 bzstream->opaque = zip->memory; in ft_bzip2_file_init() 180 bzstream->next_in = (char*)zip->buffer; in ft_bzip2_file_init() [all …]
|
/external/freetype/src/lzw/ |
D | ftlzw.c | 108 ft_lzw_file_init( FT_LZWFile zip, in ft_lzw_file_init() argument 112 FT_LzwState lzw = &zip->lzw; in ft_lzw_file_init() 116 zip->stream = stream; in ft_lzw_file_init() 117 zip->source = source; in ft_lzw_file_init() 118 zip->memory = stream->memory; in ft_lzw_file_init() 120 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init() 121 zip->cursor = zip->limit; in ft_lzw_file_init() 122 zip->pos = 0; in ft_lzw_file_init() 138 ft_lzw_file_done( FT_LZWFile zip ) in ft_lzw_file_done() argument 141 ft_lzwstate_done( &zip->lzw ); in ft_lzw_file_done() [all …]
|
/external/tensorflow/tensorflow/contrib/lite/testing/ |
D | BUILD | 19 "add.zip", 20 "avg_pool.zip", 21 "batch_to_space_nd.zip", 22 "concat.zip", 23 "constant.zip", 24 "control_dep.zip", 25 "conv.zip", 26 "depthwiseconv.zip", 27 "div.zip", 28 "exp.zip", [all …]
|
/external/freetype/src/gzip/ |
D | ftgzip.c | 284 ft_gzip_file_init( FT_GZipFile zip, in ft_gzip_file_init() argument 288 z_stream* zstream = &zip->zstream; in ft_gzip_file_init() 292 zip->stream = stream; in ft_gzip_file_init() 293 zip->source = source; in ft_gzip_file_init() 294 zip->memory = stream->memory; in ft_gzip_file_init() 296 zip->limit = zip->buffer + FT_GZIP_BUFFER_SIZE; in ft_gzip_file_init() 297 zip->cursor = zip->limit; in ft_gzip_file_init() 298 zip->pos = 0; in ft_gzip_file_init() 308 zip->start = FT_STREAM_POS(); in ft_gzip_file_init() 317 zstream->next_in = zip->buffer; in ft_gzip_file_init() [all …]
|
/external/python/cpython2/Doc/library/ |
D | zipimport.rst | 2 :mod:`zipimport` --- Import modules from Zip archives 6 :synopsis: support for importing Python modules from ZIP archives. 13 :file:`\*.py[co]`) and packages from ZIP-format archives. It is usually not 16 to ZIP archives. 19 also allows an item of :data:`sys.path` to be a string naming a ZIP file archive. 20 The ZIP archive can contain a subdirectory structure to support package imports, 22 subdirectory. For example, the path :file:`example.zip/lib/` would only 25 Any files may be present in the ZIP archive, but only files :file:`.py` and 26 :file:`.py[co]` are available for import. ZIP import of dynamic modules 29 corresponding :file:`.pyc` or :file:`.pyo` file, meaning that if a ZIP archive [all …]
|
D | zipfile.rst | 1 :mod:`zipfile` --- Work with ZIP archives 5 :synopsis: Read and write ZIP-format archive files. 15 The ZIP file format is a common archive and compression standard. This module 16 provides tools to create, read, write, append, and list a ZIP file. Any 20 This module does not currently handle multi-disk ZIP files. 21 It can handle ZIP files that use the ZIP64 extensions 22 (that is ZIP files that are more than 4 GByte in size). It supports 23 decryption of encrypted files in ZIP archives, but it currently cannot 31 The error raised for bad ZIP files (old name: ``zipfile.error``). 36 The error raised when a ZIP file would require ZIP64 functionality but that has [all …]
|
/external/python/cpython3/Doc/library/ |
D | zipimport.rst | 1 :mod:`zipimport` --- Import modules from Zip archives 5 :synopsis: support for importing Python modules from ZIP archives. 12 :file:`\*.py[co]`) and packages from ZIP-format archives. It is usually not 15 to ZIP archives. 18 also allows an item of :data:`sys.path` to be a string naming a ZIP file archive. 19 The ZIP archive can contain a subdirectory structure to support package imports, 21 subdirectory. For example, the path :file:`example.zip/lib/` would only 24 Any files may be present in the ZIP archive, but only files :file:`.py` and 25 :file:`.pyc` are available for import. ZIP import of dynamic modules 28 corresponding :file:`.pyc` file, meaning that if a ZIP archive [all …]
|
D | zipfile.rst | 1 :mod:`zipfile` --- Work with ZIP archives 5 :synopsis: Read and write ZIP-format archive files. 14 The ZIP file format is a common archive and compression standard. This module 15 provides tools to create, read, write, append, and list a ZIP file. Any 19 This module does not currently handle multi-disk ZIP files. 20 It can handle ZIP files that use the ZIP64 extensions 21 (that is ZIP files that are more than 4 GiB in size). It supports 22 decryption of encrypted files in ZIP archives, but it currently cannot 30 The error raised for bad ZIP files. 44 The error raised when a ZIP file would require ZIP64 functionality but that has [all …]
|
/external/tensorflow/tensorflow/contrib/lite/g3doc/ |
D | models.md | 3 …ps://storage.googleapis.com/download.tensorflow.org/models/tflite/inception_v3_2015_2017_11_10.zip) 4 …googleapis.com/download.tensorflow.org/models/tflite/inception_v3_slim_2016_android_2017_11_10.zip) 5 …ge.googleapis.com/download.tensorflow.org/models/tflite/mobilenet_v1_0.25_128_float_2017_11_08.zip) 6 …ge.googleapis.com/download.tensorflow.org/models/tflite/mobilenet_v1_0.25_160_float_2017_11_08.zip) 7 …ge.googleapis.com/download.tensorflow.org/models/tflite/mobilenet_v1_0.25_192_float_2017_11_08.zip) 8 …ge.googleapis.com/download.tensorflow.org/models/tflite/mobilenet_v1_0.25_224_float_2017_11_08.zip) 9 …ge.googleapis.com/download.tensorflow.org/models/tflite/mobilenet_v1_0.50_128_float_2017_11_08.zip) 10 …ge.googleapis.com/download.tensorflow.org/models/tflite/mobilenet_v1_0.50_160_float_2017_11_08.zip) 11 …ge.googleapis.com/download.tensorflow.org/models/tflite/mobilenet_v1_0.50_192_float_2017_11_08.zip) 12 …ge.googleapis.com/download.tensorflow.org/models/tflite/mobilenet_v1_0.50_224_float_2017_11_08.zip) [all …]
|
/external/boringssl/src/third_party/android-cmake/ |
D | ndk_links.md | 4 * http://dl.google.com/android/ndk/android-ndk-1.5_r1-windows.zip 5 * http://dl.google.com/android/ndk/android-ndk-1.5_r1-darwin-x86.zip 6 * http://dl.google.com/android/ndk/android-ndk-1.5_r1-linux-x86.zip 10 * http://dl.google.com/android/ndk/android-ndk-1.6_r1-windows.zip 11 * http://dl.google.com/android/ndk/android-ndk-1.6_r1-darwin-x86.zip 12 * http://dl.google.com/android/ndk/android-ndk-1.6_r1-linux-x86.zip 16 * http://dl.google.com/android/ndk/android-ndk-r3-windows.zip 17 * http://dl.google.com/android/ndk/android-ndk-r3-darwin-x86.zip 18 * http://dl.google.com/android/ndk/android-ndk-r3-linux-x86.zip 22 * http://dl.google.com/android/ndk/android-ndk-r4-windows.zip [all …]
|
/external/proguard/src/proguard/io/ |
D | DataEntryCopier.java | 29 * This DataEntryReader writes the ZIP entries and files that it reads to a 129 boolean outputIsZip = output.endsWith(".zip"); in main() 139 // Zip up any zips, if necessary. in main() 143 // Always zip. in main() 148 // Only zip up zips. in main() 151 new ExtensionMatcher(".zip"))), in main() 156 // Zip up any ears, if necessary. in main() 160 // Always zip. in main() 165 // Only zip up ears. in main() 173 // Zip up any wars, if necessary. in main() [all …]
|
/external/python/cpython2/Lib/distutils/ |
D | archive_util.py | 3 Utility functions for creating archive files (tarballs, zip files, 122 """Create a zip file from all the files under 'base_dir'. 124 The output zip file will be named 'base_name' + ".zip". Uses either the 125 "zipfile" Python module (if available) or the InfoZIP "zip" utility 127 available, raises DistutilsExecError. Returns the name of the output zip 135 zip_filename = base_name + ".zip" 139 # 'zip' command. 147 spawn(["zip", zipoptions, zip_filename, base_dir], 151 # external 'zip' command" and "zip failed". 153 ("unable to create zip file '%s': " [all …]
|
/external/python/cpython3/Lib/distutils/ |
D | archive_util.py | 3 Utility functions for creating archive files (tarballs, zip files, 128 """Create a zip file from all the files under 'base_dir'. 130 The output zip file will be named 'base_name' + ".zip". Uses either the 131 "zipfile" Python module (if available) or the InfoZIP "zip" utility 133 available, raises DistutilsExecError. Returns the name of the output zip 136 zip_filename = base_name + ".zip" 140 # 'zip' command. 148 spawn(["zip", zipoptions, zip_filename, base_dir], 152 # external 'zip' command" and "zip failed". 153 raise DistutilsExecError(("unable to create zip file '%s': " [all …]
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/ |
D | ZipMultiReportOutput.java | 16 import java.util.zip.ZipEntry; 17 import java.util.zip.ZipOutputStream; 25 private final ZipOutputStream zip; field in ZipMultiReportOutput 32 * @param zip 35 public ZipMultiReportOutput(final ZipOutputStream zip) { in ZipMultiReportOutput() argument 36 this.zip = zip; in ZipMultiReportOutput() 54 zip.putNextEntry(entry); in createFile() 60 zip.close(); in close() 71 zip.write(b, off, len); in write() 77 zip.write(b); in write() [all …]
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/ |
D | SourceZip.java | 35 import java.util.zip.ZipEntry; 36 import java.util.zip.ZipFile; 43 …* A collection of Java source files and its sub-directories located in a ZIP or JAR file on the fi… 53 …* Create a new ZIP parser. An instance of {@link JavaParser} with the default {@link ParserConfigu… 54 * used to parse the ZIP. 56 * @param zipPath The absolute path of ZIP file to parse. 63 …* Create a new ZIP parser. An instance of {@link JavaParser} with the given configuration will be … 64 * the ZIP. 66 * @param zipPath The absolute path of ZIP file to parse. 74 Log.info("New source zip at \"%s\"", this.zipPath); in SourceZip() [all …]
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/ |
D | AnalyzerTest.java | 34 import java.util.zip.GZIPOutputStream; 35 import java.util.zip.ZipEntry; 36 import java.util.zip.ZipOutputStream; 159 final ZipOutputStream zip = new ZipOutputStream(buffer); in testAnalyzeAll_Zip() local 160 zip.putNextEntry(new ZipEntry( in testAnalyzeAll_Zip() 162 zip.write(TargetLoader.getClassDataAsBytes(AnalyzerTest.class)); in testAnalyzeAll_Zip() 163 zip.finish(); in testAnalyzeAll_Zip() 173 final ZipOutputStream zip = new ZipOutputStream(buffer); in testAnalyzeAll_EmptyZipEntry() local 174 zip.putNextEntry(new ZipEntry("empty.txt")); in testAnalyzeAll_EmptyZipEntry() 175 zip.finish(); in testAnalyzeAll_EmptyZipEntry() [all …]
|
/external/jarjar/src/main/com/tonicsystems/jarjar/util/ |
D | ClassPathIterator.java | 20 import java.util.zip.*; 87 /** Closes all zip files opened by this iterator. */ 90 for (ZipFile zip : zips) { in close() 91 zip.close(); in close() 119 ZipFile zip = new JarFile(file); in advance() local 120 zips.add(zip); in advance() 121 entries = new ZipIterator(zip); in advance() 122 } else if (hasExtension(file.getName(), ".zip")) { in advance() 123 ZipFile zip = new ZipFile(file); in advance() local 124 zips.add(zip); in advance() [all …]
|
/external/lzma/DOC/ |
D | installer.txt | 1 7-Zip for installers 9.38 4 7-Zip is a file archiver for Windows NT/2000/2003/2008/XP/Vista/7/8/10. 6 7-Zip for installers is part of LZMA SDK. 9 It's allowed to join 7-Zip SFX module with another software. 10 It's allowed to change resources of 7-Zip's SFX modules. 16 7zr.exe is reduced version of 7za.exe of 7-Zip. 79 Title="7-Zip 4.00" 80 BeginPrompt="Do you want to install the 7-Zip 4.00?" 87 Title="7-Zip 4.00" 88 BeginPrompt="Do you want to install the 7-Zip 4.00?" [all …]
|
D | lzma-sdk.txt | 17 7z is a main file format for 7-Zip compression program (www.7-zip.org). 66 CPP/7zip/Bundles/LzmaCon 74 Also you can use p7zip (port of 7-Zip for POSIX systems like Unix or Linux): 84 DOC/installer.txt - information about 7-Zip for installers 94 bin/7zr.exe - 7-Zip console program (reduced version) 95 bin/x64/7zr.exe - 7-Zip console program (reduced version) (x64 version) 130 7zip - files related to 7-Zip 139 Alone7z - 7zr.exe: Standalone 7-Zip console program (reduced version) 148 Common - common files for 7-Zip 159 Explorer - Some code from 7-Zip Shell extension [all …]
|
/external/perfetto/tools/ |
D | install-build-deps | 36 # If the url is a .zip or .tgz file it will be automatically deflated under 88 ('buildtools/googletest.zip', 89 'https://github.com/google/googletest/archive/ff07a5de0e81580547f1685e101194ed1a4fcd56.zip', 95 ('buildtools/protobuf.zip', 96 …'https://github.com/google/protobuf/releases/download/v3.0.0-beta-3/protobuf-cpp-3.0.0-beta-3.zip', 128 ('buildtools/benchmark.zip', 129 'https://github.com/google/benchmark/archive/v1.3.0.zip', 135 ('buildtools/libbacktrace.zip', 136 …tps://github.com/ianlancetaylor/libbacktrace/archive/177940370e4a6b2509e92a0aaa9749184e64af43.zip', 148 ('buildtools/ndk.zip', [all …]
|
/external/ImageMagick/PerlMagick/ |
D | Makefile.nt | 45 'dist' => {ZIP => "zip.exe", ZIPFLAGS=>"-r"}, 46 'clean' => {FILES => "Image-Magick.ppd Image-Magick.tar.gz PerlMagick.zip " }, 54 # Requires tar, gzip, and zip. This produces PerlMagick.zip 57 # and rename PKZIP.EXE to ZIP.EXE and PKUNZIP.EXE to UNZIP.EXE 58 # Make sure tar.exe, gzip.exe and zip.exe are in your system path 75 if exist PerlMagick.zip del PerlMagick.zip 84 $(ZIP) $(ZIPFLAGS) PerlMagick.zip readme Image-Magick.ppd x86/Image-Magick.tar$(SUFFIX) 89 if exist PerlMagick-full.zip del PerlMagick-full.zip 100 $(ZIP) $(ZIPFLAGS) PerlMagick-full.zip readme Image-Magick.ppd x86/Image-Magick.tar$(SUFFIX) 132 # zlib Zip compression Zlib library
|
/external/skia/infra/bots/ |
D | zip_utils_test.py | 35 # Zip, unzip. 36 zip_utils.zip('input', 'test.zip') 37 zip_utils.unzip('test.zip', 'output') 53 # Zip, unzip. 54 zip_utils.zip('input', 'test.zip', blacklist=['.git', '.DS*', '*.pyc']) 55 zip_utils.unzip('test.zip', 'output') 70 zip_utils.zip('input', 'test.zip')
|
/external/skqp/infra/bots/ |
D | zip_utils_test.py | 35 # Zip, unzip. 36 zip_utils.zip('input', 'test.zip') 37 zip_utils.unzip('test.zip', 'output') 53 # Zip, unzip. 54 zip_utils.zip('input', 'test.zip', blacklist=['.git', '.DS*', '*.pyc']) 55 zip_utils.unzip('test.zip', 'output') 70 zip_utils.zip('input', 'test.zip')
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/ |
D | TestSuite.smali | 7 #device/emulator, and then zip up the classes.dex containing this class 11 #zip junit-4.6.zip classes.dex 12 #adb push junit-4.6.zip /data/local 14 #zip smali-junit-tests.zip classes.dex 15 #adb push smali-junit-tests.zip /data/local 16 #adb shell dalvikvm -cp /data/local/junit-4.6.zip:/data/local/smali-junit-tests.zip org.junit.runne…
|
/external/tensorflow/ |
D | WORKSPACE | 48 "http://storage.googleapis.com/download.tensorflow.org/models/inception_v1.zip", 49 "http://download.tensorflow.org/models/inception_v1.zip", 58 …oogleapis.com/download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_android_export.zip", 59 … "http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_android_export.zip", 68 "http://storage.googleapis.com/download.tensorflow.org/models/mobile_multibox_v1a.zip", 69 "http://download.tensorflow.org/models/mobile_multibox_v1a.zip", 78 "http://storage.googleapis.com/download.tensorflow.org/models/stylize_v1.zip", 79 "http://download.tensorflow.org/models/stylize_v1.zip", 88 "http://storage.googleapis.com/download.tensorflow.org/models/speech_commands_v0.01.zip", 89 "http://download.tensorflow.org/models/speech_commands_v0.01.zip",
|