Home
last modified time | relevance | path

Searched defs:ZipTest (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/zlib/google/
H A Dzip_unittest.cc228 class ZipTest : public PlatformTest { class
381 TEST_F(ZipTest, UnzipNoSuchFile) { in TEST_F() argument
392 TEST_F(ZipTest, Unzip) { in TEST_F() argument
396 TEST_F(ZipTest, UnzipUncompressed) { in TEST_F() argument
400 TEST_F(ZipTest, UnzipEvil) { in TEST_F() argument
411 TEST_F(ZipTest, UnzipEvil2) { in TEST_F() argument
423 TEST_F(ZipTest, UnzipWithFilter) { in TEST_F() argument
438 TEST_F(ZipTest, UnzipEncryptedWithRightPassword) { in TEST_F() argument
458 TEST_F(ZipTest, UnzipEncryptedWithWrongPassword) { in TEST_F() argument
479 TEST_F(ZipTest, UnzipEncryptedWithNoPassword) { in TEST_F() argument
[all …]
/aosp_15_r20/build/soong/third_party/zip/
H A Dreader_test.go21 type ZipTest struct { struct
22 Name string
23 Source func() (r io.ReaderAt, size int64) // if non-nil, used instead of testdata/<Name> file
24 Comment string
25 File []ZipTestFile
26 Error error // the error that Opening this file should return
307 func readTestZip(t *testing.T, zt ZipTest) {
366 func readTestFile(t *testing.T, zt ZipTest, ft ZipTestFile, f *File) {
/aosp_15_r20/system/update_engine/payload_generator/
H A Dzip_unittest.cc82 class ZipTest : public ::testing::Test { class
91 class ZipTest<BzipTest> : public ::testing::Test { class
104 class ZipTest<XzTest> : public ::testing::Test { class
118 TYPED_TEST(ZipTest, SimpleTest) { in TYPED_TEST() argument
137 TYPED_TEST(ZipTest, PoorCompressionTest) { in TYPED_TEST() argument
148 TYPED_TEST(ZipTest, MalformedZipTest) { in TYPED_TEST() argument
154 TYPED_TEST(ZipTest, EmptyInputsTest) { in TYPED_TEST() argument
164 TYPED_TEST(ZipTest, CompressELFTest) { in TYPED_TEST() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/archive/zip/
Dreader_test.go24 type ZipTest struct { struct
25 Name string
26 Source func() (r io.ReaderAt, size int64) // if non-nil, used instead of testdata/<Name> file
27 Comment string
28 File []ZipTestFile
29 Obscured bool // needed for Apple notarization (golang.org/issue/34986)
30 Error error // the error that Opening this file should return
591 func readTestZip(t *testing.T, zt ZipTest) {
681 func readTestFile(t *testing.T, zt ZipTest, ft ZipTestFile, f *File, raw []byte) {
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
H A DZipTest.kt7 class ZipTest : TestBase() { in <lambda>() class
/aosp_15_r20/bootable/recovery/tests/unit/
H A Dzip_test.cpp30 TEST(ZipTest, OpenFromMemory) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/
H A Dzip_test.py44 class ZipTest(test_base.DatasetTestBase, parameterized.TestCase): class
/aosp_15_r20/external/turbine/javatests/com/google/turbine/zip/
H A DZipTest.java52 public class ZipTest { class