Home
last modified time | relevance | path

Searched defs:readable (Results 1 – 25 of 112) sorted by relevance

12345

/external/guava/android/guava/src/com/google/common/io/
DLineReader.java42 private final Readable readable; field in LineReader
57 public LineReader(Readable readable) { in LineReader()
DCharStreams.java219 Readable readable, LineProcessor<T> processor) throws IOException { in readLines()
240 public static long exhaust(Readable readable) throws IOException { in exhaust()
DCharSink.java152 public long writeFrom(Readable readable) throws IOException { in writeFrom()
/external/guava/guava/src/com/google/common/io/
DLineReader.java42 private final Readable readable; field in LineReader
57 public LineReader(Readable readable) { in LineReader()
DCharStreams.java219 Readable readable, LineProcessor<T> processor) throws IOException { in readLines()
240 public static long exhaust(Readable readable) throws IOException { in exhaust()
DCharSink.java175 public long writeFrom(Readable readable) throws IOException { in writeFrom()
/external/rust/crates/tokio/tests/
Dio_async_fd.rs174 let readable = afd_a.readable(); in reset_readable() localVariable
198 let readable = afd_a.readable(); in reset_readable() localVariable
320 let readable = afd_a.readable(); in try_io() localVariable
425 let readable = afd_a.readable(); in poll_fns() localVariable
481 let readable = assert_pending(afd_a.readable()); in driver_shutdown_wakes_currently_pending() localVariable
549 let readable = assert_pending(poll_readable(&afd_a)); in driver_shutdown_wakes_currently_pending_polls() localVariable
Dtcp_stream.rs46 let mut readable = task::spawn(server.readable()); in try_read_write() localVariable
302 let mut readable = task::spawn(server.readable()); in try_read_buf() localVariable
Duds_stream.rs81 let mut readable = task::spawn(server.readable()); in try_read_write() localVariable
318 let mut readable = task::spawn(server.readable()); in try_read_buf() localVariable
/external/python/cpython2/Lib/multiprocessing/
Dreduction.py169 def rebuild_connection(reduced_handle, readable, writable): argument
209 def rebuild_pipe_connection(reduced_handle, readable, writable): argument
/external/pigweed/ts/types/
Dserial.d.ts32 readonly readable: ReadableStream<Uint8Array>; property in SerialPort
/external/angle/scripts/
Dvk_mandatory_format_support_capture_to_json.js69 readable: true, property
/external/tink/python/tink/streaming_aead/
D_rewindable_input_stream.py83 def readable(self) -> bool: member in RewindableInputStream
D_decrypting_stream.py130 def readable(self) -> bool: member in RawDecryptingStream
/external/python/cpython3/Lib/multiprocessing/
Dconnection.py117 def __init__(self, handle, readable=True, writable=True): argument
159 def readable(self): member in _ConnectionBase
950 def rebuild_connection(ds, readable, writable): argument
960 def rebuild_pipe_connection(dh, readable, writable): argument
969 def rebuild_connection(df, readable, writable): argument
/external/libchrome/mojo/public/js/lib/
Dconnector.js127 this.readWatcher_ = this.handle_.watch({readable: true}, property
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
DMethodProperty.java35 private final boolean readable; field in MethodProperty
/external/webrtc/common_audio/
Dwav_header.cc164 WavHeaderReader* readable, in FindWaveChunk()
179 bool ReadFmtChunkData(FmtPcmSubchunk* fmt_subchunk, WavHeaderReader* readable) { in ReadFmtChunkData()
369 bool ReadWavHeader(WavHeaderReader* readable, in ReadWavHeader()
/external/pigweed/pw_stream/public/pw_stream/
Dstream.h73 constexpr bool readable() const { return readable_; } in readable() function
278 constexpr Stream(bool readable, bool writable, Seekability seekability) in Stream()
/external/pigweed/ts/transport/
Dserial_mock.ts106 readable = new ReadableStream<Uint8Array>({ property in SerialPortMock
/external/libchrome/mojo/public/cpp/system/
Dhandle_signals_state.h52 bool readable() const { return satisfies_any(MOJO_HANDLE_SIGNAL_READABLE); } in readable() function
/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_inputbuffer.cc135 size_t readable = std::min(bytes_to_read, avail_in_); in ReadCompressedBlockLength() local
/external/libchrome/mojo/core/
Dhandle_signals_state.h56 bool readable() const { return satisfies_any(MOJO_HANDLE_SIGNAL_READABLE); } in readable() function
/external/guava/android/guava-tests/test/com/google/common/io/
DLineBufferTest.java113 Readable readable = in readUsingReader() local
/external/guava/guava-tests/test/com/google/common/io/
DLineBufferTest.java113 Readable readable = in readUsingReader() local

12345