/external/guava/src/com/google/common/io/ |
D | LineReader.java | 36 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/ |
D | discovery.c | 313 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/ |
D | unix-streams.c | 121 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/ |
D | proxy_http_rewriter.c | 284 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/ |
D | dnsmasq-SuSE.patch | 9 /etc/ppp/resolv.conf which is not normally world readable.
|
/external/iptables/extensions/ |
D | libip6t_LOG.man | 22 readable by users.
|
D | libipt_LOG.man | 22 readable by users.
|
/external/gtest/include/gtest/internal/ |
D | gtest-type-util.h.pump | 71 // 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/ |
D | gtest-type-util.h.pump | 73 // 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/ |
D | AUTHORS | 3 Heiko Schroeder rewrote shared_src/stage1.S to be more readable.
|
/external/zlib/contrib/minizip/ |
D | ChangeLogUnzip | 67 - added tm_unz structure in unzip_file_info (date/time in readable format)
|
/external/chromium/third_party/zlib/contrib/minizip/ |
D | ChangeLogUnzip | 67 - added tm_unz structure in unzip_file_info (date/time in readable format)
|
/external/bluetooth/hcidump/ |
D | ChangeLog | 128 Show human readable timestamps only in verbose decoding mode. 139 Use human readable timestamps.
|
/external/elfutils/ |
D | COPYING | 42 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/ |
D | resources.sgml | 49 <option>-u</option> option to make the patch more readable. All patches
|
/external/libvpx/ |
D | usage.dox | 188 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/ |
D | configure.in | 219 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/ |
D | coderules.doc | 54 appropriate. They provide a readable indication of the routine's usage and
|
/external/openssl/crypto/des/ |
D | des.pod | 77 world readable.
|
/external/strace/ |
D | NEWS | 190 * the output format is readable when mutiple processes are generating output
|
/external/dropbear/debian/ |
D | changelog | 59 * debian/dropbear.init: init script prints human readable message in case
|
/external/ipsec-tools/src/racoon/doc/ |
D | README.plainrsa | 5 by the public, the other readable only to you. Any data that is
|
/external/dbus/ |
D | COPYING | 40 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
|
D | NOTICE | 40 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/ |
D | http.c | 1216 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()
|