Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 143) sorted by relevance

123456

/frameworks/data-binding/library/src/androidTest/java/android/databinding/
DObservableParcelTest.java36 ObservableInt read = parcelAndUnparcel(observableInt, ObservableInt.class); in testParcelInt() local
42 ObservableBoolean read = parcelAndUnparcel(obj, ObservableBoolean.class); in testParcelBoolean() local
52 ObservableByte read = parcelAndUnparcel(obj, ObservableByte.class); in testParcelByte() local
58 ObservableChar read = parcelAndUnparcel(obj, ObservableChar.class); in testParcelChar() local
64 ObservableDouble read = parcelAndUnparcel(obj, ObservableDouble.class); in testParcelDouble() local
70 ObservableFloat read = parcelAndUnparcel(obj, ObservableFloat.class); in testParcelFloat() local
77 ObservableParcelable read = parcelAndUnparcel(obj, in testParcelParcel() local
84 ObservableLong read = parcelAndUnparcel(obj, ObservableLong.class); in testParcelLong() local
90 ObservableShort read = parcelAndUnparcel(obj, ObservableShort.class); in testParcelShort() local
97 ObservableInt read = serializeAndDeserialize(observableInt, ObservableInt.class); in testSerializeInt() local
[all …]
/frameworks/native/libs/gui/
DLayerState.cpp45 status_t layer_state_t::read(const Parcel& input) in read() function in android::layer_state_t
74 status_t ComposerState::read(const Parcel& input) { in read() function in android::ComposerState
93 status_t DisplayState::read(const Parcel& input) { in read() function in android::DisplayState
/frameworks/base/core/java/android/app/backup/
DBackupDataInputStream.java58 public int read() throws IOException { in read() method in BackupDataInputStream
80 public int read(byte[] b, int offset, int size) throws IOException { in read() method in BackupDataInputStream
93 public int read(byte[] b) throws IOException { in read() method in BackupDataInputStream
/frameworks/base/core/java/android/content/pm/
DLimitedLengthInputStream.java58 public synchronized int read() throws IOException { in read() method in LimitedLengthInputStream
68 public int read(byte[] buffer, int offset, int byteCount) throws IOException { in read() method in LimitedLengthInputStream
91 public int read(byte[] buffer) throws IOException { in read() method in LimitedLengthInputStream
DMacAuthenticatedInputStream.java62 public int read() throws IOException { in read() method in MacAuthenticatedInputStream
71 public int read(byte[] buffer, int offset, int count) throws IOException { in read() method in MacAuthenticatedInputStream
/frameworks/base/media/java/android/media/
DResampleInputStream.java71 public int read() throws IOException { in read() method in ResampleInputStream
77 public int read(byte[] b) throws IOException { in read() method in ResampleInputStream
82 public int read(byte[] b, int offset, int length) throws IOException { in read() method in ResampleInputStream
DAmrInputStream.java63 public int read() throws IOException { in read() method in AmrInputStream
69 public int read(byte[] b) throws IOException { in read() method in AmrInputStream
74 public int read(byte[] b, int offset, int length) throws IOException { in read() method in AmrInputStream
/frameworks/base/obex/javax/obex/
DPrivateInputStream.java90 public synchronized int read() throws IOException { in read() method in PrivateInputStream
101 public int read(byte[] b) throws IOException { in read() method in PrivateInputStream
106 public synchronized int read(byte[] b, int offset, int length) throws IOException { in read() method in PrivateInputStream
DObexPacket.java39 public static ObexPacket read(InputStream is) throws IOException { in read() method in ObexPacket
51 public static ObexPacket read(int headerId, InputStream is) throws IOException { in read() method in ObexPacket
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DByteBufferInputStream.java31 public int read() { in read() method in ByteBufferInputStream
39 public int read(byte[] bytes, int off, int len) { in read() method in ByteBufferInputStream
DCountedDataInputStream.java44 public int read(byte[] b) throws IOException { in read() method in CountedDataInputStream
51 public int read(byte[] b, int off, int len) throws IOException { in read() method in CountedDataInputStream
58 public int read() throws IOException { in read() method in CountedDataInputStream
/frameworks/base/core/java/android/bluetooth/
DBluetoothInputStream.java58 public int read() throws IOException { in read() method in BluetoothInputStream
89 public int read(byte[] b, int offset, int length) throws IOException { in read() method in BluetoothInputStream
/frameworks/base/core/java/com/android/internal/util/
DSizedInputStream.java44 public int read() throws IOException { in read() method in SizedInputStream
49 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() method in SizedInputStream
/frameworks/ex/framesequence/jni/
DStream.cpp28 jmethodID read; member
51 size_t read = doRead(mPeekBuffer + mPeekOffset, size - peek_remaining); in peek() local
60 size_t Stream::read(void* buffer, size_t size) { in read() function in Stream
/frameworks/multidex/library/test/src/android/support/multidex/
DZipUtilTest.java75 int read = raf.read(dirData, off, length); in testCrcRange() local
122 int read = in.read(buffer); in testCrcValue() local
152 int read = in.read(buffer); in testInvalidCrcValue() local
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsXml.java58 public static void read(AtomicFile file, IntervalStats statsOut) throws IOException { in read() method in UsageStatsXml
90 private static void read(InputStream in, IntervalStats statsOut) throws IOException { in read() method in UsageStatsXml
/frameworks/base/core/java/android/util/
DBase64InputStream.java108 public int read() throws IOException { in read() method in Base64InputStream
119 public int read(byte[] b, int off, int len) throws IOException { in read() method in Base64InputStream
/frameworks/base/core/java/android/content/res/
DAssetFileDescriptor.java218 public int read() throws IOException { in read() method in AssetFileDescriptor.AutoCloseInputStream
225 public int read(byte[] buffer, int offset, int count) throws IOException { in read() method in AssetFileDescriptor.AutoCloseInputStream
238 public int read(byte[] buffer) throws IOException { in read() method in AssetFileDescriptor.AutoCloseInputStream
/frameworks/compile/libbcc/lib/Support/
DInputFile.cpp26 ssize_t InputFile::read(void *pBuf, size_t count) { in read() function in InputFile
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DDurable.java25 public void read(DataInputStream in) throws IOException; in read() method
/frameworks/av/media/mtp/
DMtpDeviceInfo.cpp62 bool MtpDeviceInfo::read(MtpDataPacket& packet) { in read() function in android::MtpDeviceInfo
DMtpRequestPacket.cpp39 int MtpRequestPacket::read(int fd) { in read() function in android::MtpRequestPacket
DMtpStorageInfo.cpp48 bool MtpStorageInfo::read(MtpDataPacket& packet) { in read() function in android::MtpStorageInfo
DMtpObjectInfo.cpp58 bool MtpObjectInfo::read(MtpDataPacket& packet) { in read() function in android::MtpObjectInfo
/frameworks/base/libs/androidfw/
DZipUtils.cpp162 long read(unsigned char** nextBuffer, long readSize) const { in read() function in FileReader
182 long read(unsigned char** nextBuffer, long readSize) const { in read() function in FdReader
200 long read(unsigned char** nextBuffer, long /*readSize*/) { in read() function in BufferReader

123456