OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVAILABLE_ALWAYS_ZERO
(Results
1 - 3
of
3
) sorted by null
/external/guava/guava-tests/test/com/google/common/io/
TestOption.java
30
AVAILABLE_ALWAYS_ZERO
TestInputStream.java
78
return options.contains(TestOption.
AVAILABLE_ALWAYS_ZERO
) ? 0 : in.available();
ByteSourceTest.java
20
import static com.google.common.io.TestOption.
AVAILABLE_ALWAYS_ZERO
;
92
assertEquals(bytes.length, new TestByteSource(bytes,
AVAILABLE_ALWAYS_ZERO
).size());
Completed in 273 milliseconds