Home
last modified time | relevance | path

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

123

/external/guava/guava/src/com/google/common/io/
DLineReader.java39 private final Readable readable; field in LineReader
55 public LineReader(Readable readable) { in LineReader()
DCharStreams.java137 Readable readable, LineProcessor<T> processor) throws IOException { in readLines()
265 static Reader asReader(final Readable readable) { in asReader()
DCharSink.java148 public long writeFrom(Readable readable) throws IOException { in writeFrom()
/external/adhd/cras/src/tests/
Dfloat_buffer_unittest.cc11 unsigned int readable = 10; in TEST() local
/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/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
DMethodProperty.java34 private final boolean readable; field in MethodProperty
/external/libchrome/mojo/public/js/lib/
Dconnector.js127 this.readWatcher_ = this.handle_.watch({readable: true}, property
/external/python/cpython3/Lib/multiprocessing/
Dconnection.py117 def __init__(self, handle, readable=True, writable=True): argument
159 def readable(self): member in _ConnectionBase
940 def rebuild_connection(ds, readable, writable): argument
950 def rebuild_pipe_connection(dh, readable, writable): argument
959 def rebuild_connection(df, readable, writable): argument
/external/ppp/pppd/plugins/rp-pppoe/
Ddiscovery.c347 fd_set readable; in waitForPADO() local
540 fd_set readable; in waitForPADS() local
/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_inputbuffer.cc129 size_t readable = std::min(bytes_to_read, avail_in_); in ReadCompressedBlockLength() local
/external/libchrome/mojo/public/cpp/system/
Dhandle_signals_state.h52 bool readable() const { return satisfies_any(MOJO_HANDLE_SIGNAL_READABLE); } in readable() function
/external/libchrome/mojo/core/
Dhandle_signals_state.h56 bool readable() const { return satisfies_any(MOJO_HANDLE_SIGNAL_READABLE); } in readable() function
/external/guava/guava-tests/test/com/google/common/io/
DLineBufferTest.java115 Readable readable = asReader in readUsingReader() local
/external/adhd/cras/src/server/
Dfloat_buffer.h86 unsigned int *readable) in float_buffer_read_pointer()
/external/python/cpython3/Lib/
D_compression.py36 def readable(self): member in DecompressReader
Dasynchat.py208 def readable(self): member in async_chat
Dbz2.py147 def readable(self): member in BZ2File
Dlzma.py172 def readable(self): member in LZMAFile
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
DCore.java51 public HandleSignals setReadable(boolean readable) { in setReadable()
/external/adhd/cras/src/common/
Dbyte_buffer.h85 unsigned int *readable) in buf_read_pointer_size()
Dcras_util.c232 int readable; in wait_for_dev_input_access() local
/external/python/cpython2/Include/
Dfileobject.h31 int readable; member
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz77support/
DAbstractLZ77CompressorInputStream.java252 final int readable = Math.min(len, available()); in readFromBuffer() local
/external/webrtc/webrtc/common_audio/
Dwav_file.cc53 ReadableWavFile readable(file_handle_); in WavReader() local
/external/python/cpython2/Lib/
Dasynchat.py199 def readable (self): member in async_chat

123