Home
last modified time | relevance | path

Searched refs:Zip (Results 1 – 25 of 59) sorted by relevance

123

/third_party/boost/libs/iterator/test/detail/
Dzip_iterator_test_original.ipp103 // Zip iterator construction and dereferencing
107 std::cout << "Zip iterator construction and dereferencing: "
168 // Zip iterator with 12 components
172 std::cout << "Zip iterators with 12 components: "
303 // Zip iterator incrementing and dereferencing
307 std::cout << "Zip iterator ++ and *: "
375 // Zip iterator decrementing and dereferencing
379 std::cout << "Zip iterator -- and *: "
404 // Zip iterator copy construction and equality
408 std::cout << "Zip iterator copy construction and equality: "
[all …]
/third_party/cJSON/tests/inputs/
Dtest7.expected8 "Zip": "94107",
17 "Zip": "94085",
Dtest79 "Zip": "94107",
19 "Zip": "94085",
/third_party/cJSON/fuzzing/inputs/
Dtest79 "Zip": "94107",
19 "Zip": "94085",
/third_party/skia/third_party/externals/zlib/google/
Dzip.cc117 bool Zip(const ZipParams& params) { in Zip() function
246 return Zip(params); in ZipWithFilterCallback()
249 bool Zip(const base::FilePath& src_dir, const base::FilePath& dest_file, in Zip() function
267 return Zip(params); in ZipFiles()
Dzip_unittest.cc278 EXPECT_TRUE(zip::Zip(src_dir, zip_file, true)); in TestTimeStamp()
412 TEST_F(ZipTest, Zip) { in TEST_F() argument
421 EXPECT_TRUE(zip::Zip(src_dir, zip_file, /*include_hidden_files=*/true)); in TEST_F()
434 EXPECT_TRUE(zip::Zip(src_dir, zip_file, /*include_hidden_files=*/false)); in TEST_F()
451 EXPECT_TRUE(zip::Zip(src_dir_russian, zip_file, true)); in TEST_F()
540 ASSERT_TRUE(zip::Zip(params)); in TEST_F()
Dzip.h121 bool Zip(const ZipParams& params);
136 bool Zip(const base::FilePath& src_dir, const base::FilePath& dest_file,
/third_party/node/deps/zlib/google/
Dzip.cc117 bool Zip(const ZipParams& params) { in Zip() function
246 return Zip(params); in ZipWithFilterCallback()
249 bool Zip(const base::FilePath& src_dir, const base::FilePath& dest_file, in Zip() function
267 return Zip(params); in ZipFiles()
Dzip_unittest.cc277 EXPECT_TRUE(zip::Zip(src_dir, zip_file, true)); in TestTimeStamp()
411 TEST_F(ZipTest, Zip) { in TEST_F() argument
420 EXPECT_TRUE(zip::Zip(src_dir, zip_file, /*include_hidden_files=*/true)); in TEST_F()
433 EXPECT_TRUE(zip::Zip(src_dir, zip_file, /*include_hidden_files=*/false)); in TEST_F()
450 EXPECT_TRUE(zip::Zip(src_dir_russian, zip_file, true)); in TEST_F()
539 ASSERT_TRUE(zip::Zip(params)); in TEST_F()
Dzip.h121 bool Zip(const ZipParams& params);
136 bool Zip(const base::FilePath& src_dir, const base::FilePath& dest_file,
/third_party/flutter/skia/third_party/externals/zlib/google/
Dzip.cc117 bool Zip(const ZipParams& params) { in Zip() function
246 return Zip(params); in ZipWithFilterCallback()
249 bool Zip(const base::FilePath& src_dir, const base::FilePath& dest_file, in Zip() function
267 return Zip(params); in ZipFiles()
Dzip_unittest.cc277 EXPECT_TRUE(zip::Zip(src_dir, zip_file, true)); in TestTimeStamp()
411 TEST_F(ZipTest, Zip) { in TEST_F() argument
420 EXPECT_TRUE(zip::Zip(src_dir, zip_file, /*include_hidden_files=*/true)); in TEST_F()
433 EXPECT_TRUE(zip::Zip(src_dir, zip_file, /*include_hidden_files=*/false)); in TEST_F()
450 EXPECT_TRUE(zip::Zip(src_dir_russian, zip_file, true)); in TEST_F()
539 ASSERT_TRUE(zip::Zip(params)); in TEST_F()
Dzip.h121 bool Zip(const ZipParams& params);
136 bool Zip(const base::FilePath& src_dir, const base::FilePath& dest_file,
/third_party/skia/third_party/externals/oboe/apps/OboeTester/docs/
DBuild.md17 You can either use git to clone Oboe or download a Zip archive.
19 If you don't use git then just download the Zip archive.
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
D114-paste-integer-tokens.c.expected6 6: Zip code for Nortonville, KS: 66060
D113-line-and-file-macros.c.expected6 6: Zip code for Nortonville, KS: 6 6 0 6 0
D113-line-and-file-macros.c6 6: Zip code for Nortonville, KS: __LINE__ __LINE__ __FILE__ __LINE__ __FILE__
D114-paste-integer-tokens.c6 6: Zip code for Nortonville, KS: PASTE5(__LINE__, __LINE__, __FILE__, __LINE__, __FILE__)
/third_party/boost/libs/stl_interfaces/doc/
Dexamples.qbk20 [section Zip Iterator / Proxy Iterator]
/third_party/skia/infra/bots/assets/chromebook_arm_gles/
DREADME.md4 Zip up the /usr/lib folder on any Arm Chromebook (e.g. Asus C100p). Extract it somewhere
/third_party/skia/infra/bots/assets/chromebook_x86_64_gles/
DREADME.md4 Zip up the /usr/lib64 folder on any x86_64 Chromebook (e.g. Pixelbook). Extract it somewhere
/third_party/flutter/skia/infra/bots/assets/chromebook_arm_gles/
DREADME.md4 Zip up the /usr/lib folder on any Arm Chromebook (e.g. Asus C100p). Extract it somewhere
/third_party/flutter/skia/infra/bots/assets/chromebook_x86_64_gles/
DREADME.md4 Zip up the /usr/lib64 folder on any x86_64 Chromebook (e.g. Pixelbook). Extract it somewhere
/third_party/cef/libcef/common/
Dfile_util_impl.cc89 return zip::Zip(src_dir, dest_file, include_hidden_files); in CefZipDirectory()
/third_party/boost/libs/iterator/doc/
Dzip_iterator.rst6 Zip Iterator

123