OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:okSource
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-tests/test/com/google/common/io/
ByteSourceTest.java
247
TestByteSource
okSource
= new TestByteSource(bytes);
249
okSource
.copyTo(new TestByteSink(option));
256
!
okSource
.wasStreamOpened() ||
okSource
.wasStreamClosed());
271
TestByteSource
okSource
= new TestByteSource(bytes);
274
okSource
.copyTo(out);
278
assertTrue(
okSource
.wasStreamClosed());
CharSourceTest.java
172
TestCharSource
okSource
= new TestCharSource(STRING);
174
okSource
.copyTo(new TestCharSink(option));
181
!
okSource
.wasStreamOpened() ||
okSource
.wasStreamClosed());
196
TestCharSource
okSource
= new TestCharSource(STRING);
198
okSource
.copyTo(new TestWriter(WRITE_THROWS));
202
assertTrue(
okSource
.wasStreamClosed());
Completed in 41 milliseconds