/frameworks/base/core/java/android/bluetooth/ |
BluetoothInputStream.java | 50 * reached. Blocks until one byte has been read, the end of the source 53 * @return the byte read or -1 if the end of stream has been reached. 58 public int read() throws IOException { method in class:BluetoothInputStream 60 int ret = mSocket.read(b, 0, 1); 73 * the byte array in which to store the bytes read. 76 * read from this stream. 79 * @return the number of bytes actually read or -1 if the end of the stream 89 public int read(byte[] b, int offset, int length) throws IOException { method in class:BluetoothInputStream 96 return mSocket.read(b, offset, length);
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/ |
Durable.java | 25 public void read(DataInputStream in) throws IOException; method in interface:Durable
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
Prefs.java | 25 public static SharedPreferences read(Context context) { method in class:Prefs
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ByteBufferInputStream.java | 31 public int read() { method in class:ByteBufferInputStream 39 public int read(byte[] bytes, int off, int len) { method in class:ByteBufferInputStream
|
/frameworks/rs/cpu_ref/linkloader/include/impl/ |
ELFSectionProgBits.hxx | 33 ELFSectionProgBits<Bitwidth>::read(Archiver &AR, function in class:ELFSectionProgBits 78 // Unable to read the progbits section.
|
ELFSectionRelTable.hxx | 55 ELFSectionRelTable<Bitwidth>::read(Archiver &AR, function in class:ELFSectionRelTable 68 // Read every relocation entries 83 // Unable to read the table.
|
/libcore/crypto/src/main/java/org/conscrypt/ |
SSLBufferedInput.java | 25 * Among with the read functionality it provides info 68 public int read() throws IOException { method in class:SSLBufferedInput 69 // TODO: implement optimized read(int) 70 // and read(byte[], int, int) methods
|
SSLStreamedInput.java | 41 * Read an opaque value from the stream. 42 * @return the value read from the underlying stream. 43 * @throws IOException if the data could not be read from 49 public int read() throws IOException { method in class:SSLStreamedInput 50 int res = in.read();
|
/libcore/luni/src/main/java/java/io/ |
ObjectInput.java | 28 * Indicates the number of bytes of primitive data that can be read without 51 * @return the byte read or -1 if the end of this stream has been reached. 55 public int read() throws IOException; method in interface:ObjectInput 59 * while waiting for input. Returns the number of bytes read, 65 public int read(byte[] buffer) throws IOException; method in interface:ObjectInput 70 * waiting for input. Returns the number of bytes read or -1 if the end of this stream has been 76 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException; method in interface:ObjectInput 81 * @return the object read.
|
StringBufferInputStream.java | 31 * The source string containing the data to read. 73 * @return the byte read or -1 if the end of the source string has been 77 public synchronized int read() { method in class:StringBufferInputStream 81 @Override public synchronized int read(byte[] buffer, int byteOffset, int byteCount) { method in class:StringBufferInputStream
|
/libcore/support/src/test/java/tests/support/ |
ThrowingReader.java | 26 * read. 38 @Override public int read() throws IOException { method in class:ThrowingReader 40 int result = super.read(); 45 @Override public int read(char[] buf, int offset, int count) method in class:ThrowingReader 53 int returned = super.read(buf, offset, count);
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
ByteBufferInputStream.java | 31 public int read() { method in class:ByteBufferInputStream 39 public int read(byte[] bytes, int off, int len) { method in class:ByteBufferInputStream
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ByteBufferInputStream.java | 31 public int read() { method in class:ByteBufferInputStream 39 public int read(byte[] bytes, int off, int len) { method in class:ByteBufferInputStream
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
inputstream_wrapper.cpp | 23 int32_t InputStreamWrapper::read(int32_t length, int32_t offset) { function in class:InputStreamWrapper 58 // Acts like a read call that returns the End Of Image marker for a JPEG file.
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ByteBufferInputStream.java | 31 public int read() { method in class:ByteBufferInputStream 39 public int read(byte[] bytes, int off, int len) { method in class:ByteBufferInputStream
|
/packages/apps/Mms/src/com/android/mms/exif/ |
ByteBufferInputStream.java | 31 public int read() { method in class:ByteBufferInputStream 39 public int read(byte[] bytes, int off, int len) { method in class:ByteBufferInputStream
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/ |
ClosedInputStream.java | 22 * Closed input stream. This stream returns -1 to all attempts to read
44 public int read() {
method in class:ClosedInputStream
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
FakeInputStream.java | 33 public int read() { method in class:FakeInputStream 44 public int read(byte[] buffer, int offset, int length) { method in class:FakeInputStream
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
af_vfs.h | 35 ssize_t (*read) (AFvirtualfile *vfile, void *data, size_t nbytes); member in struct:_AFvirtualfile
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
af_vfs.h | 35 ssize_t (*read) (AFvirtualfile *vfile, void *data, size_t nbytes); member in struct:_AFvirtualfile
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
af_vfs.h | 35 ssize_t (*read) (AFvirtualfile *vfile, void *data, size_t nbytes); member in struct:_AFvirtualfile
|
/system/core/fastbootd/ |
transport.h | 31 ssize_t (*read)(struct transport_handle *thandle, void *data, size_t len); member in struct:transport
|
/system/media/audio_utils/include/audio_utils/ |
echo_reference.h | 25 /* Buffer descriptor used by read() and write() methods, including the time stamp and delay. */ 39 * when used for EchoReference::read(): 50 int (*read)(struct echo_reference_itfe *echo_reference, struct echo_reference_buffer *buffer); member in struct:echo_reference_itfe
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
FsFile.java | 54 * first byte read will be put into the buffer at it's 55 * {@link ByteBuffer#position() position}, and the number of bytes read 59 * @param dest the destination buffer where to put the bytes that were read 60 * @throws IOException on read error 62 public void read(long offset, ByteBuffer dest) throws IOException; method in interface:FsFile 66 * {@code ByteBuffer}. This method will read the buffer's 72 * @param src the source buffer to read the data from 73 * @throws ReadOnlyException if the file is read-only
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
Fat16RootDirectory.java | 48 * @param bs the boot sector that describes the root directory to read 49 * @param readOnly if the directory shold be created read-only 50 * @return the directory that was read 51 * @throws IOException on read error 53 public static Fat16RootDirectory read( method in class:Fat16RootDirectory 57 result.read(); 64 * read-write mode. 79 protected void read(ByteBuffer data) throws IOException { method in class:Fat16RootDirectory 80 this.device.read(deviceOffset, data);
|