Home
last modified time | relevance | path

Searched defs:off (Results 1 – 25 of 55) sorted by relevance

123

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DLineBreakBufferedWriter.java118 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 DRandomAccessObject.java34 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 DLimitInputStream.java57 public int read(byte[] b, int off, int len) throws IOException { in read()
H A DRandomAccessInputStream.java70 public int read(byte[] b, int off, int len) throws IOException { in read()
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1316 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 DSystemDataTransportTest.java253 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 DBase64OutputStream.java101 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 DTeeWriter.java43 public void write(char[] cbuf, int off, int len) throws IOException { in write()
H A DBase64InputStream.java119 public int read(byte[] b, int off, int len) throws IOException { in read()
/aosp14/frameworks/base/core/java/android/text/
H A DAutoText.java141 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 DAlteredCharSequence.java91 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 DLocalSocketImpl.java101 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 DByteBufferInputStream.java39 public int read(byte[] bytes, int off, int len) { in read()
H A DCountedDataInputStream.java51 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 Dstorage.c191 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 DResettableTimeout.java43 public abstract void off(); in off() method in ResettableTimeout
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/model/
H A DByteTrackedOutputStream.java54 public void write(byte[] b, int off, int len) throws IOException { in write()
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreSignatureSpiBase.java249 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 DSerializedFrame.java93 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 DGravity.java355 int off = 0; in applyDisplay() local
373 int off = 0; in applyDisplay() local
/aosp14/system/core/libcutils/
H A Dashmem_test.cpp45 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 DVibratorController.java324 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 DMultiTapKeyListener.java75 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 Dandroid_net_LocalSocketImpl.cpp273 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 Dmain.cpp36 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()

123