/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | LineBreakBufferedWriter.java | 118 public void write(char[] buf, int off, int len) { in write() 172 public void write(String s, int off, int len) { in write() 232 private void appendToBuffer(char[] buf, int off, int len) { in appendToBuffer() 247 private void appendToBuffer(String s, int off, int len) { in appendToBuffer()
|
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/parser/ |
H A D | RandomAccessObject.java | 34 public abstract int read(byte[] bytes, int off, int len) throws IOException; in read() 78 public int read(byte[] bytes, int off, int len) throws IOException { in read() 116 public int read(byte[] bytes, int off, int len) throws IOException { in read()
|
H A D | LimitInputStream.java | 57 public int read(byte[] b, int off, int len) throws IOException { in read()
|
H A D | RandomAccessInputStream.java | 70 public int read(byte[] b, int off, int len) throws IOException { in read()
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | Allocation.java | 1316 public void copy1DRangeFrom(int off, int count, Object array) { in copy1DRangeFrom() 1346 public void copy1DRangeFrom(int off, int count, int[] d) { in copy1DRangeFrom() 1375 public void copy1DRangeFrom(int off, int count, short[] d) { in copy1DRangeFrom() 1404 public void copy1DRangeFrom(int off, int count, byte[] d) { in copy1DRangeFrom() 1433 public void copy1DRangeFrom(int off, int count, float[] d) { in copy1DRangeFrom() 1449 mRS.nAllocationData2D(getIDSafe(), off, 0, in copy1DRangeFrom() local 2269 public void copy1DRangeTo(int off, int count, Object array) { in copy1DRangeTo() 2299 public void copy1DRangeTo(int off, int count, int[] d) { in copy1DRangeTo() 2328 public void copy1DRangeTo(int off, int count, short[] d) { in copy1DRangeTo() 2357 public void copy1DRangeTo(int off, int count, byte[] d) { in copy1DRangeTo() [all …]
|
/aosp14/frameworks/base/core/tests/companiontests/src/android/companion/ |
H A D | SystemDataTransportTest.java | 253 public int read(byte[] b, int off, int len) throws IOException { in read() 270 public int read(byte[] b, int off, int len) throws IOException { in read() 285 public void write(byte[] b, int off, int len) throws IOException { in write() 297 public int read(byte[] b, int off, int len) throws IOException { in read()
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | Base64OutputStream.java | 101 public void write(byte[] b, int off, int len) throws IOException { in write() 141 private void internalWrite(byte[] b, int off, int len, boolean finish) throws IOException { in internalWrite()
|
H A D | TeeWriter.java | 43 public void write(char[] cbuf, int off, int len) throws IOException { in write()
|
H A D | Base64InputStream.java | 119 public int read(byte[] b, int off, int len) throws IOException { in read()
|
/aosp14/frameworks/base/core/java/android/text/ |
H A D | AutoText.java | 141 int off = mTrie[here + TRIE_OFF]; in lookup() local 184 char off; in init() local 211 private void add(String src, char off) { in add()
|
H A D | AlteredCharSequence.java | 91 public char charAt(int off) { in charAt() 107 public void getChars(int start, int end, char[] dest, int off) { in getChars()
|
/aosp14/frameworks/base/core/java/android/net/ |
H A D | LocalSocketImpl.java | 101 public int read(byte[] b, int off, int len) throws IOException { in read() 136 public void write (byte[] b, int off, int len) throws IOException { in write() 160 private native int readba_native(byte[] b, int off, int len, in readba_native() 162 private native void writeba_native(byte[] b, int off, int len, in writeba_native()
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
H A D | ByteBufferInputStream.java | 39 public int read(byte[] bytes, int off, int len) { in read()
|
H A D | CountedDataInputStream.java | 51 public int read(byte[] b, int off, int len) throws IOException { in read() 82 public void readOrThrow(byte[] b, int off, int len) throws IOException { in readOrThrow()
|
/aosp14/system/core/trusty/storage/lib/ |
H A D | storage.c | 191 static int _read_chunk(file_handle_t fh, storage_off_t off, void *buf, size_t size) in _read_chunk() 202 ssize_t storage_read(file_handle_t fh, storage_off_t off, void *buf, size_t size) in storage_read() 225 static int _write_req(file_handle_t fh, storage_off_t off, in _write_req() 238 ssize_t storage_write(file_handle_t fh, storage_off_t off, in storage_write()
|
/aosp14/frameworks/base/core/java/com/android/server/ |
H A D | ResettableTimeout.java | 43 public abstract void off(); in off() method in ResettableTimeout
|
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/model/ |
H A D | ByteTrackedOutputStream.java | 54 public void write(byte[] b, int off, int len) throws IOException { in write()
|
/aosp14/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | AndroidKeyStoreSignatureSpiBase.java | 249 protected final void engineUpdate(byte[] b, int off, int len) throws SignatureException { in engineUpdate() 290 int off; in engineUpdate() local
|
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | SerializedFrame.java | 93 public final void write(byte b[], int off, int len) { in write() 140 public final int read(byte[] b, int off, int len) { in read()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | Gravity.java | 355 int off = 0; in applyDisplay() local 373 int off = 0; in applyDisplay() local
|
/aosp14/system/core/libcutils/ |
H A D | ashmem_test.cpp | 45 void TestMmap(const unique_fd& fd, size_t size, int prot, void** region, off_t off = 0) { in TestMmap() 173 auto off = lseek(fd, cfg.offset, cfg.whence); in TEST() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | VibratorController.java | 324 public void off() { in off() method in VibratorController 398 private static native void off(long nativePtr); in off() method in VibratorController.NativeWrapper 446 public void off() { in off() method in VibratorController.NativeWrapper
|
/aosp14/frameworks/base/core/java/android/text/method/ |
H A D | MultiTapKeyListener.java | 75 int off = cap.ordinal() * 2 + (autotext ? 1 : 0); in getInstance() local 178 int off = 0; in onKeyDown() local
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_net_LocalSocketImpl.cpp | 273 jbyteArray buffer, jint off, jint len, jobject fileDescriptor) in socket_readba() 340 jbyteArray buffer, jint off, jint len, jobject fileDescriptor) in socket_writeba()
|
/aosp14/system/core/trusty/storage/tests/ |
H A D | main.cpp | 36 static bool is_valid_offset(storage_off_t off) in is_valid_offset() 41 static void fill_pattern32(uint32_t *buf, size_t len, storage_off_t off) in fill_pattern32() 50 static bool check_pattern32(const uint32_t *buf, size_t len, storage_off_t off) in check_pattern32() 125 void StorageServiceTest::WriteZeroChunk(file_handle_t handle, storage_off_t off, in WriteZeroChunk() 141 void StorageServiceTest::WritePatternChunk(file_handle_t handle, storage_off_t off, in WritePatternChunk() 157 void StorageServiceTest::WritePattern(file_handle_t handle, storage_off_t off, in WritePattern() 174 storage_off_t off, size_t chunk_len, in ReadChunk() 205 void StorageServiceTest::ReadPattern(file_handle_t handle, storage_off_t off, in ReadPattern() 226 void StorageServiceTest::ReadPatternEOF(file_handle_t handle, storage_off_t off, in ReadPatternEOF()
|