Home
last modified time | relevance | path

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

12345678910>>...15

/external/guava/guava/src/com/google/common/io/
DLineReader.java38 private final Readable readable; field in LineReader
54 public LineReader(Readable readable) { in LineReader() argument
55 Preconditions.checkNotNull(readable); in LineReader()
56 this.readable = readable; in LineReader()
57 this.reader = (readable instanceof Reader) ? (Reader) readable : null; in LineReader()
78 : readable.read(cbuf); in readLine()
/external/chromium/third_party/libjingle/source/talk/base/
Dschanneladapter.cc102 SChannelBuffer inbuf, outbuf, readable; member
336 SChannelBuffer& readable = impl_->readable; in DecryptData() local
355 readable.insert(readable.end(), in DecryptData()
403 if (impl_->readable.empty() && !signal_close_) in PostEvent()
575 SChannelBuffer& readable = impl_->readable; in Recv() local
576 if (readable.empty()) { in Recv()
580 size_t read = _min(cb, readable.size()); in Recv()
581 memcpy(pv, &readable[0], read); in Recv()
582 if (size_t remaining = readable.size() - read) { in Recv()
583 memmove(&readable[0], &readable[read], remaining); in Recv()
[all …]
Dasyncfile.h43 virtual bool readable() = 0;
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dtransportchannel.cc42 void TransportChannel::set_readable(bool readable) { in set_readable() argument
43 if (readable_ != readable) { in set_readable()
44 readable_ = readable; in set_readable()
Dtransportchannel.h56 bool readable() const { return readable_; } in readable() function
94 void set_readable(bool readable);
Dp2ptransportchannel.cc371 bool readable) { in CreateConnections() argument
384 if (CreateConnection(*it, remote_candidate, origin_port, readable)) { in CreateConnections()
392 if (CreateConnection(origin_port, remote_candidate, origin_port, readable)) in CreateConnections()
407 bool readable) { in CreateConnection() argument
438 if (readable) in CreateConnection()
652 bool readable = false; in UpdateChannelState() local
655 readable = true; in UpdateChannelState()
657 set_readable(readable); in UpdateChannelState()
Dp2ptransportchannel.h114 bool readable);
116 Port* origin_port, bool readable);
Dtransport.cc322 bool readable = GetTransportState_s(true); in OnChannelReadableState_s() local
323 if (readable_ != readable) { in OnChannelReadableState_s()
324 readable_ = readable; in OnChannelReadableState_s()
350 bool b = (read ? iter->second->readable() : iter->second->writable()); in GetTransportState_s()
Dtransportchannelproxy.cc87 set_readable(impl_->readable()); in OnReadableState()
/external/okhttp/src/main/java/com/squareup/okhttp/internal/
DDiskLruCache.java283 entry.readable = true; in readJournalLine()
368 if (!entry.readable) { in get()
455 if (success && !entry.readable) { in completeEdit()
487 if (entry.readable | success) { in completeEdit()
488 entry.readable = true; in completeEdit()
653 this.written = (entry.readable) ? null : new boolean[valueCount]; in Editor()
665 if (!entry.readable) { in newInputStream()
693 if (!entry.readable) { in newOutputStream()
778 private boolean readable; field in DiskLruCache.Entry
/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/openssh/
Dssh-keysign.031 readable only by root, and not accessible to others. Since they
32 are readable only by root, ssh-keysign must be set-uid root if
Dsshd.079 are normally not readable by anyone but root). The default is
490 world-readable if the user's home directory is on an NFS
526 should be writable only by the user; it need not be readable by
535 be, world-readable.
540 by the user, and need not be readable by anyone else.
562 world-readable.
574 These files should only be owned by root, readable only by root,
583 These files should be world-readable but writable only by root.
594 owner and should be world-readable.
603 writable only by root, and should be world-readable.
[all …]
/external/llvm/bindings/ocaml/analysis/
Dllvm_analysis.mli17 human-readable validation report. See [llvm::verifyModule]. *)
22 human-readable validation report. See [llvm::verifyFunction]. *)
/external/guava/guava-tests/test/com/google/common/io/
DLineBufferTest.java115 Readable readable = asReader in readUsingReader() local
118 LineReader r = new LineReader(readable); in readUsingReader()
/external/wpa_supplicant_8/hostapd/logwatch/
DREADME2 readable summary. This directory has a configuration file and a log
/external/dnsmasq/contrib/Suse/
Ddnsmasq-SuSE.patch9 /etc/ppp/resolv.conf which is not normally world readable.
/external/chromium/third_party/libjingle/source/talk/p2p/client/
Dsocketmonitor.h44 bool readable; member
/external/okhttp/
DCONTRIBUTING.md8 and style in order to keep the code as readable as possible. Please also make
/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()
488 char* readable; in rewrite_connection_read_reply() local
502 readable = p; in rewrite_connection_read_reply()
504 if (http_request_set_reply(request, protocol, number, readable) < 0) in rewrite_connection_read_reply()
/external/valgrind/main/cachegrind/
Dcg_annotate.in257 my $readable = 0;
260 $readable = 1;
263 $readable or die("File $arg not found in any of: @include_dirs\n");
/external/chromium-trace/trace-viewer/third_party/python_gflags/
DREADME11 autogeneration of help (in both human and machine readable format) and reading
/external/iptables/extensions/
Dlibip6t_LOG.man22 readable by users.
Dlibipt_LOG.man22 readable by users.
/external/valgrind/main/callgrind/
Dcallgrind_annotate.in306 my $readable = 0;
309 $readable = 1;
312 $readable or die("File $arg not found in any of: @include_dirs\n");

12345678910>>...15