Home
last modified time | relevance | path

Searched defs:baos (Results 1 – 6 of 6) sorted by relevance

/system/timezone/distro/core/src/test/com/android/timezone/distro/
DTimeZoneDistroTest.java57 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testGetDistroVersion() local
70 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testGetDistroVersion_closesStream() local
86 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testExtractTo_closesStream() local
101 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testExtractZipSafely_goodZip() local
127 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testExtractZipSafely_badZip_fileOutsideTarget() local
135 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testExtractZipSafely_badZip_dirOutsideTarget() local
142 private void doExtractZipFails(ByteArrayOutputStream baos) { in doExtractZipFails()
/system/timezone/testing/src/main/java/libcore/timezone/testing/
DZoneInfoTestHelper.java123 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in build() local
227 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in build() local
299 static void writeByteArray(ByteArrayOutputStream baos, byte[] array) { in writeByteArray()
303 static void writeByte(ByteArrayOutputStream baos, int value) { in writeByte()
307 static void writeIntArray(ByteArrayOutputStream baos, int[] array) { in writeIntArray()
/system/timezone/distro/tools/src/main/com/android/timezone/distro/builder/
DTimeZoneDistroBuilder.java112 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in buildUnvalidatedBytes() local
170 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in readFileAsByteArray() local
/system/timezone/distro/core/src/main/com/android/timezone/distro/
DTimeZoneDistro.java105 try (ByteArrayOutputStream baos = new ByteArrayOutputStream()) { in getEntryContents()
/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DTestHelper.java55 private ByteArrayOutputStream baos; field in TestHelper.InMemoryJavaClassObject
/system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/
DTimeZoneDistroInstallerTest.java776 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in createTimeZoneDistroWithVersionBytes() local