Home
last modified time | relevance | path

Searched defs:flushable (Results 1 – 6 of 6) sorted by relevance

/external/guava/guava/src/com/google/common/io/
DFlushables.java52 public static void flush(Flushable flushable, boolean swallowIOException) throws IOException { in flush()
71 public static void flushQuietly(Flushable flushable) { in flushQuietly()
/external/guava/android/guava/src/com/google/common/io/
DFlushables.java52 public static void flush(Flushable flushable, boolean swallowIOException) throws IOException { in flush()
71 public static void flushQuietly(Flushable flushable) { in flushQuietly()
/external/guava/guava-tests/test/com/google/common/io/
DFlushablesTest.java85 private void doFlush(Flushable flushable, boolean swallowException, boolean expectThrown) in doFlush()
/external/guava/android/guava-tests/test/com/google/common/io/
DFlushablesTest.java85 private void doFlush(Flushable flushable, boolean swallowException, boolean expectThrown) in doFlush()
/external/rust/android-crates-io/crates/quiche/src/
Dstream.rs145 flushable: BTreeMap<u8, (BinaryHeap<std::cmp::Reverse<u64>>, VecDeque<u64>)>, field
Dlib.rs4585 let flushable = stream.is_flushable(); in stream_send() localVariable