OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BROKEN_GET_INPUT
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-tests/test/com/google/common/io/
CharStreamsTest.java
61
static final InputSupplier<? extends Reader>
BROKEN_GET_INPUT
62
= CharStreams.newReaderSupplier(ByteStreamsTest.
BROKEN_GET_INPUT
, UTF_8);
68
ImmutableSet.of(BROKEN_CLOSE_INPUT,
BROKEN_GET_INPUT
, BROKEN_READ);
ByteStreamsTest.java
102
static final InputSupplier<InputStream>
BROKEN_GET_INPUT
=
120
ImmutableSet.of(BROKEN_CLOSE_INPUT,
BROKEN_GET_INPUT
, BROKEN_READ);
Completed in 68 milliseconds