Home
last modified time | relevance | path

Searched refs:AVAILABLE_ALWAYS_ZERO (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
DTestOption.java30 AVAILABLE_ALWAYS_ZERO enumConstant
DTestInputStream.java78 return options.contains(TestOption.AVAILABLE_ALWAYS_ZERO) ? 0 : in.available(); in available()
DByteSourceTest.java20 import static com.google.common.io.TestOption.AVAILABLE_ALWAYS_ZERO;
92 assertEquals(bytes.length, new TestByteSource(bytes, AVAILABLE_ALWAYS_ZERO).size()); in testSize()