Home
last modified time | relevance | path

Searched refs:readable (Results 1 – 25 of 150) sorted by relevance

123456

/external/guava/src/com/google/common/io/
DLineReader.java36 private final Readable readable; field in LineReader
52 public LineReader(Readable readable) { in LineReader() argument
53 Preconditions.checkNotNull(readable); in LineReader()
54 this.readable = readable; in LineReader()
55 this.reader = (readable instanceof Reader) ? (Reader) readable : null; in LineReader()
76 : readable.read(cbuf); in readLine()
/external/ppp/pppd/plugins/rp-pppoe/
Ddiscovery.c313 fd_set readable; in waitForPADO() local
331 FD_ZERO(&readable); in waitForPADO()
332 FD_SET(conn->discoverySocket, &readable); in waitForPADO()
335 r = select(conn->discoverySocket+1, &readable, NULL, NULL, &tv); in waitForPADO()
497 fd_set readable; in waitForPADS() local
508 FD_ZERO(&readable); in waitForPADS()
509 FD_SET(conn->discoverySocket, &readable); in waitForPADS()
512 r = select(conn->discoverySocket+1, &readable, NULL, NULL, &tv); in waitForPADS()
/external/bluetooth/glib/gio/tests/
Dunix-streams.c121 static void readable (GObject *source, GAsyncResult *res, gpointer user_data);
132 readable (GObject *source, GAsyncResult *res, gpointer user_data) in readable() function
178 readable, out); in writable()
227 readable, out); in test_pipe_io()
/external/qemu/proxy/
Dproxy_http_rewriter.c284 const char* readable ) in http_request_set_reply() argument
297 r->rep_readable = qemu_strdup(readable); in http_request_set_reply()
480 char* readable; in rewrite_connection_read_reply() local
494 readable = p; in rewrite_connection_read_reply()
496 if (http_request_set_reply(request, protocol, number, readable) < 0) in rewrite_connection_read_reply()
/external/dnsmasq/contrib/Suse/
Ddnsmasq-SuSE.patch9 /etc/ppp/resolv.conf which is not normally world readable.
/external/iptables/extensions/
Dlibip6t_LOG.man22 readable by users.
Dlibipt_LOG.man22 readable by users.
/external/gtest/include/gtest/internal/
Dgtest-type-util.h.pump71 // GetTypeName<T>() returns a human-readable name of type T.
145 // readable. The translation is done by the 'type' member of the
243 // readable. The translation is done by the 'type' member of the
/external/protobuf/gtest/include/gtest/internal/
Dgtest-type-util.h.pump73 // GetTypeName<T>() returns a human-readable name of type T.
147 // readable. The translation is done by the 'type' member of the
245 // readable. The translation is done by the 'type' member of the
/external/grub/
DAUTHORS3 Heiko Schroeder rewrote shared_src/stage1.S to be more readable.
/external/zlib/contrib/minizip/
DChangeLogUnzip67 - added tm_unz structure in unzip_file_info (date/time in readable format)
/external/chromium/third_party/zlib/contrib/minizip/
DChangeLogUnzip67 - added tm_unz structure in unzip_file_info (date/time in readable format)
/external/bluetooth/hcidump/
DChangeLog128 Show human readable timestamps only in verbose decoding mode.
139 Use human readable timestamps.
/external/elfutils/
DCOPYING42 Original Work. Licensor hereby agrees to provide a machine-readable
45 right to satisfy this obligation by placing a machine-readable copy of
/external/bluetooth/glib/docs/reference/glib/
Dresources.sgml49 <option>-u</option> option to make the patch more readable. All patches
/external/libvpx/
Dusage.dox188 readable. On some platforms, framebuffer memory is writable but not
189 readable, for example. The #VPX_CODEC_MEM_FAST flag indicates that the segment
/external/libpcap/
Dconfigure.in219 elif test -c /dev/bpf0 ; then # check again in case not readable
221 elif test -c /dev/enet ; then # check again in case not readable
223 elif test -c /dev/nit ; then # check again in case not readable
/external/jpeg/
Dcoderules.doc54 appropriate. They provide a readable indication of the routine's usage and
/external/openssl/crypto/des/
Ddes.pod77 world readable.
/external/strace/
DNEWS190 * the output format is readable when mutiple processes are generating output
/external/dropbear/debian/
Dchangelog59 * debian/dropbear.init: init script prints human readable message in case
/external/ipsec-tools/src/racoon/doc/
DREADME.plainrsa5 by the public, the other readable only to you. Any data that is
/external/dbus/
DCOPYING40 Work. Licensor hereby agrees to provide a machine-readable copy of the
43 this obligation by placing a machine-readable copy of the Source Code
349 a) Accompany it with the complete corresponding machine-readable
356 machine-readable copy of the corresponding source code, to be
DNOTICE40 Work. Licensor hereby agrees to provide a machine-readable copy of the
43 this obligation by placing a machine-readable copy of the Source Code
349 a) Accompany it with the complete corresponding machine-readable
356 machine-readable copy of the corresponding source code, to be
/external/chromium/third_party/libevent/
Dhttp.c1216 char *readable; in evhttp_parse_response_line() local
1224 readable = line; in evhttp_parse_response_line()
1245 if ((req->response_code_line = strdup(readable)) == NULL) in evhttp_parse_response_line()

123456