HomeSort by relevance Sort by last modified time
    Searched defs:flushable (Results 1 - 3 of 3) 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/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...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 534 milliseconds