Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DFixedByteArrayOutputStreamTest.java54 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in writeTextIntoStreamAndReturn() local
55 StreamUtil.copyStreams(mOutStream.getData(), baos); in writeTextIntoStreamAndReturn() local
116 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testLessThanBufferWithOffset() local
117 StreamUtil.copyStreams(mOutStream.getData(), baos); in testLessThanBufferWithOffset() local
135 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testWriteWithOffsetAndWrap() local
136 StreamUtil.copyStreams(mOutStream.getData(), baos); in testWriteWithOffsetAndWrap() local
DStreamUtilTest.java152 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testCopyStreams() local
162 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testCopyStreamToWriter() local
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DGlobalConfigurationTest.java105 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testPrintCommandUsage() local
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationFactory.java692 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in loadAllConfigs() local
822 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in loadAndPrintAllConfigs() local