Home
last modified time | relevance | path

Searched refs:getZip (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/tools/xsdc/tests/
H A Dtests.cpp157 EXPECT_EQ(address.getZip(), 3342); in TEST_F()
175 EXPECT_EQ(orderType.getShipTo()[0].getZip(), 1); in TEST_F()
181 EXPECT_EQ(orderType.getShipTo()[1].getZip(), -7922816251426433759); in TEST_F()
188 EXPECT_EQ(orderType.getBillTo()[0].getZip(), 1); in TEST_F()
202 EXPECT_EQ(orderType.getShipTo()[0].getZip(), orderType2.getShipTo()[0].getZip()); in TEST_F()
208 EXPECT_EQ(orderType.getShipTo()[1].getZip(), orderType2.getShipTo()[1].getZip()); in TEST_F()
215 EXPECT_EQ(orderType.getBillTo()[0].getZip(), orderType2.getBillTo()[0].getZip()); in TEST_F()
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager.h266 ZipFileRO* getZip();
316 ZipFileRO* getZip(const String8& path);
/aosp12/frameworks/base/libs/androidfw/
H A DAssetManager.cpp869 return ap.zip->getZip(); in getZipFileLocked()
880 return ap.zip != NULL ? ap.zip->getZip() : NULL; in getZipFileLocked()
1213 pZip = mZipSet.getZip(ap.path); in scanAndMergeZipLocked()
1474 ZipFileRO* AssetManager::SharedZip::getZip() in getZip() function in AssetManager::SharedZip
1585 ZipFileRO* AssetManager::ZipSet::getZip(const String8& path) in getZip() function in AssetManager::ZipSet
1587 return getSharedZip(path)->getZip(); in getZip()
/aosp12/system/tools/xsdc/tests/src/com/android/xsdc/tests/
H A DXmlParserTest.java50 assertThat(orderType.getBillTo().getZip(), is(new BigInteger("1"))); in testPurchaseSimple()
52 assertThat(orderType.getShipTo().get(1).getZip(), in testPurchaseSimple()
/aosp12/system/tools/xsdc/tests/resources/purchase_simple/api/
H A Dcurrent.txt20 method public java.math.BigInteger getZip();
/aosp12/system/tools/xsdc/tests/resources/nested_type/api/
H A Dcurrent.txt21 method public short getZip();