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
199 TestCharSource okSource = new TestCharSource(STRING); in testClosesOnErrors_copyingToWriterThatThrows() local
DByteSourceTest.java314 TestByteSource okSource = new TestByteSource(bytes); in testClosesOnErrors_copyingToByteSinkThatThrows() local
331 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
229 TestCharSource okSource = new TestCharSource(STRING); in testClosesOnErrors_copyingToWriterThatThrows() local
DByteSourceTest.java314 TestByteSource okSource = new TestByteSource(bytes); in testClosesOnErrors_copyingToByteSinkThatThrows() local
331 TestByteSource okSource = new TestByteSource(bytes); in testClosesOnErrors_copyingToOutputStreamThatThrows() local