Searched defs:ZipTest (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/update_engine/payload_generator/ |
H A D | zip_unittest.cc | 81 class ZipTest : public ::testing::Test { class 90 class ZipTest<BzipTest> : public ::testing::Test { class 103 class ZipTest<XzTest> : public ::testing::Test { class 117 TYPED_TEST(ZipTest, SimpleTest) { in TYPED_TEST() argument 136 TYPED_TEST(ZipTest, PoorCompressionTest) { in TYPED_TEST() argument 147 TYPED_TEST(ZipTest, MalformedZipTest) { in TYPED_TEST() argument 153 TYPED_TEST(ZipTest, EmptyInputsTest) { in TYPED_TEST() argument 163 TYPED_TEST(ZipTest, CompressELFTest) { in TYPED_TEST() argument
|
/aosp12/build/soong/third_party/zip/ |
H A D | reader_test.go | 21 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) {
|
/aosp12/bootable/recovery/tests/unit/ |
H A D | zip_test.cpp | 30 TEST(ZipTest, OpenFromMemory) { in TEST() argument
|