Home
last modified time | relevance | path

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

1234

/external/guava/android/guava/src/com/google/common/io/
DLineReader.java41 private final Readable readable; field in LineReader
56 public LineReader(Readable readable) { in LineReader()
DCharSink.java149 public long writeFrom(Readable readable) throws IOException { in writeFrom()
DCharStreams.java217 public static <T> T readLines(Readable readable, LineProcessor<T> processor) throws IOException { in readLines()
239 public static long exhaust(Readable readable) throws IOException { in exhaust()
/external/guava/guava/src/com/google/common/io/
DLineReader.java41 private final Readable readable; field in LineReader
56 public LineReader(Readable readable) { in LineReader()
DCharStreams.java217 public static <T> T readLines(Readable readable, LineProcessor<T> processor) throws IOException { in readLines()
239 public static long exhaust(Readable readable) throws IOException { in exhaust()
DCharSink.java175 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/adhd/cras/src/common/
Dbyte_buffer.h71 size_t readable) in buf_adjust_readable()
94 unsigned int *readable) in buf_read_pointer_size()
Dcras_util.c236 int readable; in wait_for_dev_input_access() local
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
DMethodProperty.java34 private final boolean readable; field in MethodProperty
/external/angle/scripts/
Dvk_mandatory_format_support_capture_to_json.js69 readable: true, property
/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
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/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.cc127 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/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
/external/adhd/cras/src/server/
Dfloat_buffer.h85 unsigned int *readable) in float_buffer_read_pointer()
/external/python/cpython3/Lib/
D_compression.py36 def readable(self): member in DecompressReader
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
DCore.java51 public HandleSignals setReadable(boolean readable) { in setReadable()
/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

1234