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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannel.cc 43 void TransportChannel::set_readable(bool readable) {
44 if (readable_ != readable) {
45 readable_ = readable;
transportchannel.h 73 // Returns the readable and states of this channel. Each time one of these
76 bool readable() const { return readable_; } function in class:cricket::TransportChannel
141 // Sets the readable state, signaling if necessary.
142 void set_readable(bool readable);
p2ptransportchannel_unittest.cc 437 ep1_ch1()->readable() &&
439 ep2_ch1()->readable() &&
541 // This test waits for the transport to become readable and writable on both
549 EXPECT_TRUE_WAIT_MARGIN(ep1_ch1()->readable() && ep1_ch1()->writable() &&
550 ep2_ch1()->readable() && ep2_ch1()->writable(),
596 EXPECT_TRUE_WAIT(ep1_ch1()->readable() &&
598 ep2_ch1()->readable() &&
624 // receive ping request from the remote. Hence connection is readable.
627 // any connections which are readable or writable, as it didn't received
629 EXPECT_TRUE_WAIT(ep1_ch1()->readable(), 1000)
    [all...]
  /external/guava/guava/src/com/google/common/io/
LineReader.java 30 * as {@link java.io.BufferedReader#readLine()} but for all {@link Readable}
38 private final Readable readable; field in class:LineReader
52 * {@code Readable} object.
54 public LineReader(Readable readable) {
55 Preconditions.checkNotNull(readable);
56 this.readable = readable;
57 this.reader = (readable instanceof Reader) ? (Reader) readable : null
    [all...]
  /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;
  /external/chromium_org/third_party/webrtc/base/
asyncfile.h 26 virtual bool readable() = 0;
schanneladapter.cc 85 SChannelBuffer inbuf, outbuf, readable; member in struct:rtc::SChannelAdapter::SSLImpl
317 SChannelBuffer& readable = impl_->readable; local
336 readable.insert(readable.end(),
384 if (impl_->readable.empty() && !signal_close_)
556 SChannelBuffer& readable = impl_->readable; local
557 if (readable.empty()) {
561 size_t read = _min(cb, readable.size())
    [all...]
  /external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
Core.java 41 public static final HandleSignals READABLE =
47 * Change the readable bit of this signal.
49 * @param readable the new value of the readable bit.
52 public HandleSignals setReadable(boolean readable) {
53 return setFlag(FLAG_READABLE, readable);
  /external/valgrind/main/auxprogs/
nightly-build-summary 73 [--readable] write results in human readable form (default)
438 my ($from, $to, $dump, $readable);
441 $dump = $readable = 0;
448 "readable" => \$readable
463 $readable = 1 if ($dump == 0 && $readable == 0);
473 write_readable_results(%dates) if ($readable);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 167 return rebuild_connection, (rh, conn.readable, conn.writable)
169 def rebuild_connection(reduced_handle, readable, writable):
172 handle, readable=readable, writable=writable
207 return rebuild_pipe_connection, (rh, conn.readable, conn.writable)
209 def rebuild_pipe_connection(reduced_handle, readable, writable):
212 handle, readable=readable, writable=writable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 167 return rebuild_connection, (rh, conn.readable, conn.writable)
169 def rebuild_connection(reduced_handle, readable, writable):
172 handle, readable=readable, writable=writable
207 return rebuild_pipe_connection, (rh, conn.readable, conn.writable)
209 def rebuild_pipe_connection(reduced_handle, readable, writable):
212 handle, readable=readable, writable=writable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pprint.py 70 """Determine if saferepr(object) is readable by eval()."""
129 s, readable, recursive = self.format(object, {}, 0, 0)
130 return readable and not recursive
232 repr, readable, recursive = self.format(object, context.copy(),
234 if not readable:
242 and flags indicating whether the representation is 'readable'
281 readable = True
291 readable = readable and kreadable and vreadable
295 return "{%s}" % _commajoin(components), readable, recursiv
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pprint.py 70 """Determine if saferepr(object) is readable by eval()."""
129 s, readable, recursive = self.format(object, {}, 0, 0)
130 return readable and not recursive
232 repr, readable, recursive = self.format(object, context.copy(),
234 if not readable:
242 and flags indicating whether the representation is 'readable'
281 readable = True
291 readable = readable and kreadable and vreadable
295 return "{%s}" % _commajoin(components), readable, recursiv
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/integration/
tlsasyncdispatchermixin.py 90 #like readable(), handle_read(), etc., but we
99 def readable(self): member in class:TLSAsyncDispatcherMixIn
103 return self.siblingClass.readable(self)
  /external/chromium_org/chrome/browser/resources/chromeos/
provided_file_systems.js 9 * Formats size to a human readable form.
11 * @return {string} Output string in a human-readable format.
66 * @return {string} Output string in a human-readable format.
76 * Formats size to a human readable form.
78 * @return {string} Output string in a human-readable format.
85 * Formats a boolean value to human-readable form.
87 * @return {string} Output string in a human-readable format.
97 * Formats execution time to human-readable form.
99 * @return {string} Output string in a human-readable format.
152 * Formats size to a human readable form
    [all...]
  /build/tools/
dump-package-stats 36 Packages must be zipfiles, readable using "unzip".
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
node_state.js 24 * Returns a localized, readable string with the NodeState.
31 * @return {string} The readable state string.
  /external/llvm/bindings/ocaml/analysis/
llvm_analysis.mli 17 human-readable validation report. See [llvm::verifyModule]. *)
22 human-readable validation report. See [llvm::verifyFunction]. *)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
fileobject.h 31 int readable; member in struct:__anon63077
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
fileobject.h 31 int readable; member in struct:__anon63200
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 302 entry.readable = true;
396 * exist is not currently readable. If a value is returned, it is moved to
407 if (!entry.readable) {
510 if (success && !entry.readable) {
541 if (entry.readable | success) {
542 entry.readable = true;
725 this.written = (entry.readable) ? null : new boolean[valueCount];
737 if (!entry.readable) {
769 if (!entry.readable) {
874 private boolean readable; field in class:DiskLruCache.Entry
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
LineBufferTest.java 115 Readable readable = asReader local
118 LineReader r = new LineReader(readable);
127 // Returns a Readable that is *not* a Reader.
128 private static Readable getChunkedReadable(String input, int chunk) {
130 return new Readable() {
  /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);
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 277 bool readable = rwhva_->GetTextInputType() != ui::TEXT_INPUT_TYPE_PASSWORD; local
283 return editable && readable && has_selection;
285 return readable && has_selection;
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 387 entry.readable = true;
470 * exist is not currently readable. If a value is returned, it is moved to
481 if (!entry.readable) {
572 if (success && !entry.readable) {
599 if (entry.readable | success) {
600 entry.readable = true;
791 if (!entry.readable) {
903 private boolean readable; field in class:DiskLruCache.Entry
    [all...]

Completed in 591 milliseconds

1 2 3 4 5 6 7