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

  /external/guava/guava/src/com/google/common/io/
Flushables.java 21 import java.io.Flushable;
27 * Utility methods for working with {@link Flushable} objects.
40 * Flush a {@link Flushable}, with control over whether an
46 * @param flushable the {@code Flushable} object to be flushed.
50 * {@link Flushable#flush} throws an {@code IOException}.
53 public static void flush(Flushable flushable, boolean swallowIOException)
56 flushable.flush();
60 "IOException thrown while flushing Flushable.", e)
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
CloseablesTest.java 28 import java.io.Flushable;
35 * IOExceptions on Closeable.close() or Flushable.flush() are not
43 private Flushable mockFlushable;
117 mockFlushable = createStrictMock(Flushable.class);
136 // Set up a flushable to expect to be flushed and closed, and optionally to
169 // Flush the flushable using the Flushables, passing in the swallowException
172 private void doFlush(Flushable flushable, boolean swallowException,
175 Flushables.flush(flushable, swallowException);
184 verify(flushable);
    [all...]
  /external/bluetooth/bluez/btio/
btio.c 62 int flushable; member in struct:set_opts
531 static int l2cap_set_flushable(int sock, gboolean flushable)
535 f = flushable;
544 int flushable, uint8_t force_active, GError **err)
577 if (flushable >= 0 && l2cap_set_flushable(sock, flushable) < 0) {
713 opts->flushable = -1;
771 opts->flushable = va_arg(args, gboolean);
828 static int l2cap_get_flushable(int sock, gboolean *flushable)
839 *flushable = TRUE
856 gboolean flushable = FALSE; local
    [all...]
  /external/bluetooth/bluez/audio/
liba2dp.c 191 static int l2cap_set_flushable(int fd, int flushable)
200 if (flushable) {
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 427 milliseconds