HomeSort by relevance Sort by last modified time
    Searched refs:BROKEN_CLOSE_INPUT (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/test/com/google/common/io/
CharStreamsTest.java 55 static final InputSupplier<? extends Reader> BROKEN_CLOSE_INPUT
56 = CharStreams.newReaderSupplier(ByteStreamsTest.BROKEN_CLOSE_INPUT, UTF_8);
68 ImmutableSet.of(BROKEN_CLOSE_INPUT, BROKEN_GET_INPUT, BROKEN_READ);