Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/io/
DCharSourceTest.java182 TestCharSource okSource = new TestCharSource(STRING); in testClosesOnErrors_copyingToCharSinkThatThrows() local
207 TestCharSource okSource = new TestCharSource(STRING); in testClosesOnErrors_copyingToWriterThatThrows() local
DByteSourceTest.java321 TestByteSource okSource = new TestByteSource(bytes); in testClosesOnErrors_copyingToByteSinkThatThrows() local
346 TestByteSource okSource = new TestByteSource(bytes); in testClosesOnErrors_copyingToOutputStreamThatThrows() local
/external/guava/guava-tests/test/com/google/common/io/
DCharSourceTest.java212 TestCharSource okSource = new TestCharSource(STRING); in testClosesOnErrors_copyingToCharSinkThatThrows() local
237 TestCharSource okSource = new TestCharSource(STRING); in testClosesOnErrors_copyingToWriterThatThrows() local
DByteSourceTest.java321 TestByteSource okSource = new TestByteSource(bytes); in testClosesOnErrors_copyingToByteSinkThatThrows() local
346 TestByteSource okSource = new TestByteSource(bytes); in testClosesOnErrors_copyingToOutputStreamThatThrows() local