Home
last modified time | relevance | path

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

/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
DDefaultDeflateCompatibilityWindowTest.java93 byte[] corpus1 = window.getCorpus(); in testGetCorpus()
98 byte[] corpus2 = window.getCorpus(); in testGetCorpus()
DDeflateUncompressorTest.java46 private final static byte[] CONTENT = new DefaultDeflateCompatibilityWindow().getCorpus();
DDeflateCompressorTest.java41 private final static byte[] CONTENT = new DefaultDeflateCompatibilityWindow().getCorpus();
/external/archive-patcher/generator/src/test/java/com/google/archivepatcher/generator/
DDefaultDeflateCompressionDivinerTest.java53 testData = new DefaultDeflateCompatibilityWindow().getCorpus(); in setup()
/external/archive-patcher/sharedtest/src/main/java/com/google/archivepatcher/shared/
DUnitTestZipArchive.java116 corpusText = new String(new DefaultDeflateCompatibilityWindow().getCorpus(), "US-ASCII"); in makeUnitTestZipEntry()
/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
DDefaultDeflateCompatibilityWindow.java259 public byte[] getCorpus() { in getCorpus() method in DefaultDeflateCompatibilityWindow