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

  /external/guava/src/com/google/common/io/
LineReader.java 29 * as {@link java.io.BufferedReader#readLine()} but for all {@link Readable}
36 private final Readable readable; field in class:LineReader
50 * {@code Readable} object.
52 public LineReader(Readable readable) {
53 Preconditions.checkNotNull(readable);
54 this.readable = readable;
55 this.reader = (readable instanceof Reader) ? (Reader) readable : null
    [all...]
  /dalvik/libcore/support/src/test/java/tests/support/
Support_ASimpleReader.java 62 int readable = (available < count ? available : count); local
63 System.arraycopy(buf, pos, dest, offset, readable);
64 pos += readable;
65 return readable;
  /build/tools/
dump-package-stats 36 Packages must be zipfiles, readable using "unzip".
  /external/bluetooth/glib/gio/tests/
unix-streams.c 121 static void readable (GObject *source, GAsyncResult *res, gpointer user_data);
132 readable (GObject *source, GAsyncResult *res, gpointer user_data) function
178 readable, out);
227 readable, out);
  /external/ppp/pppd/plugins/rp-pppoe/
discovery.c 313 fd_set readable; local
331 FD_ZERO(&readable);
332 FD_SET(conn->discoverySocket, &readable);
335 r = select(conn->discoverySocket+1, &readable, NULL, NULL, &tv);
497 fd_set readable; local
508 FD_ZERO(&readable);
509 FD_SET(conn->discoverySocket, &readable);
512 r = select(conn->discoverySocket+1, &readable, NULL, NULL, &tv);
  /bionic/libc/netbsd/isc/
ev_streams.c 46 static void readable(evContext opaqueCtx, void *uap, int fd, int evmask);
107 if (evSelectFD(opaqueCtx, fd, EV_READ, readable, new, &new->file) < 0)
287 readable(evContext opaqueCtx, void *uap, int fd, int evmask) { function
  /ndk/build/core/
check-cygwin-make.mk 21 # case, early, we will be able to dump a human-readable error
  /system/core/logcat/
logcat.cpp 361 /* returns the readable size of the log's ring buffer (that is, amount of the log consumed) */
743 int size, readable; local
751 readable = android::getLogReadableSize(dev->fd);
752 if (readable < 0) {
759 size / 1024, readable / 1024,
  /external/qemu/proxy/
proxy_http_rewriter.c 284 const char* readable )
297 r->rep_readable = qemu_strdup(readable);
480 char* readable; local
494 readable = p;
496 if (http_request_set_reply(request, protocol, number, readable) < 0)
    [all...]
  /external/ppp/pppd/
options.c 1077 * readable - check if a file is readable by the real user.
1080 readable(fd)
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 64 % a) accompany it with the complete corresponding machine-readable
70 % shipping charge) a complete machine-readable copy of the
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-tagcloud.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-tagcloud.js     [all...]
  /external/iproute2/doc/
ip-cref.tex 92 script \verb|rtpr| converts the output back into readable form.
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 777 milliseconds