/external/lzma/ |
D | Methods.txt | 1 7-Zip method IDs (9.18) 18 You can notify 7-Zip developers about your Developer ID / Method ID. 74 01 - Zip 124 01 - Zip 125 01 - Main Zip crypto algo
|
D | lzma.txt | 8 in 7-Zip compression program (www.7-zip.org). LZMA provides high 56 7zr.exe - 7-Zip with 7z/lzma/xz support. 88 7zip - files related to 7-Zip Project 90 Common - common files for 7-Zip 116 Common - some common files for 7-Zip 131 C/C++ source code of LZMA SDK is part of 7-Zip project. 132 7-Zip source code can be downloaded from 7-Zip's SourceForge page: 278 7-Zip commands (example for ARM code): 578 If you use some C++ code folders in 7-Zip (for example, C++ code for .7z handling), 580 7-Zip can be compiled with MSVC 6.0 that doesn't throw "exception" from "new" operator. [all …]
|
D | 7zC.txt | 8 in 7-Zip compression program (www.7-zip.org). LZMA provides high 32 You must download 7-Zip program from www.7-zip.org. 43 In that example 7-Zip will use 512KB solid blocks. So it needs to decompress only
|
D | history.txt | 267 2001-08-30: LZMA compression was added to 7-Zip 268 1999-01-02: First version of 7-Zip was released
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
D | directory_zipper_test.py | 35 top_zip = ZipFile(StringIO(self._directory_zipper.Zip('top/').Get())) 43 two_zip = ZipFile(StringIO(self._directory_zipper.Zip('top/two/').Get())) 51 self._directory_zipper.Zip('notfound/').Get)
|
D | directory_zipper.py | 46 def Zip(self, path): member in DirectoryZipper
|
D | content_provider.py | 136 return (self._directory_zipper.Zip(ToDirectory(base))
|
/external/chromium_org/chrome/browser/ui/cocoa/applescript/ |
D | apple_event_util_unittest.mm | 64 "\"Zip\": \"94107\"," 74 "\"Zip\": \"94085\"," 81 "'utxt'(\"State\"), 'utxt'(\"CA\"), 'utxt'(\"Zip\"), 'utxt'(\"94107\"), " 86 "'utxt'(\"State\"), 'utxt'(\"CA\"), 'utxt'(\"Zip\"), 'utxt'(\"94085\"), "
|
/external/chromium_org/third_party/zlib/google/ |
D | zip_unittest.cc | 146 EXPECT_TRUE(zip::Zip(src_dir, zip_file, true)); in TestTimeStamp() 211 TEST_F(ZipTest, Zip) { in TEST_F() argument 220 EXPECT_TRUE(zip::Zip(src_dir, zip_file, true)); in TEST_F() 233 EXPECT_TRUE(zip::Zip(src_dir, zip_file, false)); in TEST_F() 251 EXPECT_TRUE(zip::Zip(src_dir_russian, zip_file, true)); in TEST_F()
|
D | zip.h | 28 bool Zip(const base::FilePath& src_dir, const base::FilePath& dest_file,
|
D | zip.cc | 160 bool Zip(const base::FilePath& src_dir, const base::FilePath& dest_file, in Zip() function
|
/external/lzma/CPP/7zip/UI/Console/ |
D | resource.rc | 3 MY_VERSION_INFO_APP("7-Zip Console", "7z")
|
/external/lzma/CPP/7zip/Bundles/Alone7z/ |
D | resource.rc | 3 MY_VERSION_INFO_APP("7-Zip Standalone Console", "7zr")
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | Antlr.Runtime.Tools.Tests.pas | 538 Foo, Bar, Baz, Zip: Boolean; 543 Zip := False; 567 Zip := True; 576 CheckTrue(Zip);
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/ |
D | README | 6 a target-specific set of translators. Zip up the multi-CRX, upload,
|
/external/lzma/CPP/7zip/ |
D | MyVersionInfo.rc | 40 VALUE "ProductName", "7-Zip" \
|
D | Guid.txt | 117 01 Zip
|
/external/chromium_org/components/feedback/ |
D | feedback_util.cc | 90 zip::Zip(temp_path, zip_file, false) && in ZipString()
|
/external/chromium_org/chrome/test/chromedriver/ |
D | run_buildbot_steps.py | 58 zip_path = util.Zip(os.path.join(chrome_paths.GetBuildDir(['chromedriver']), 206 zip_path = util.Zip(os.path.join(chrome_paths.GetBuildDir([server_name]), 290 zip_path = util.Zip(server_path)
|
D | util.py | 95 def Zip(path): function
|
/external/chromium_org/native_client_sdk/src/tools/ |
D | oshelpers.py | 342 def Zip(args): function 518 'zip': Zip,
|
/external/markdown/docs/ |
D | INSTALL | 42 Zip file, unzip it, and on the command line in the directory you unzipped to:
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
D | build_app.py | 177 oshelpers.Zip([app_zip, '-r', '*'])
|
/external/zlib/src/contrib/minizip/ |
D | MiniZip64_info.txt | 47 Zip File specification
|
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
D | operation_unittest.cc | 81 ASSERT_TRUE(zip::Zip(image_dir, zip_file_, true)); in SetUp()
|