/aosp12/art/test/580-crc32/src/ |
H A D | Main.java | 157 private static long CRC32ByteArray(byte[] bytes, int off, int len) { in CRC32ByteArray() 185 private static boolean CRC32ByteArrayThrowsAIOOBE(byte[] bytes, int off, int len) { in CRC32ByteArrayThrowsAIOOBE() 217 private static long CRC32BytesUsingUpdateInt(byte[] bytes, int off, int len) { in CRC32BytesUsingUpdateInt() 319 int off = rnd.nextInt(bytes.length / 2); in TestCRC32UpdateBytes() local 347 private static long CRC32ByteBuffer(byte[] bytes, int off, int len) { in CRC32ByteBuffer() 386 int off = rnd.nextInt(bytes.length / 2); in TestCRC32UpdateByteBuffer() local 414 private static long CRC32DirectByteBuffer(byte[] bytes, int off, int len) { in CRC32DirectByteBuffer() 502 int off = rnd.nextInt(bytes.length / 2); in TestCRC32UpdateDirectByteBuffer() local
|
/aosp12/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()
|
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | Allocation.java | 1294 public void copy1DRangeFrom(int off, int count, Object array) { in copy1DRangeFrom() 1324 public void copy1DRangeFrom(int off, int count, int[] d) { in copy1DRangeFrom() 1353 public void copy1DRangeFrom(int off, int count, short[] d) { in copy1DRangeFrom() 1382 public void copy1DRangeFrom(int off, int count, byte[] d) { in copy1DRangeFrom() 1411 public void copy1DRangeFrom(int off, int count, float[] d) { in copy1DRangeFrom() 1426 mRS.nAllocationData2D(getIDSafe(), off, 0, in copy1DRangeFrom() local 2168 public void copy1DRangeTo(int off, int count, Object array) { in copy1DRangeTo() 2198 public void copy1DRangeTo(int off, int count, int[] d) { in copy1DRangeTo() 2227 public void copy1DRangeTo(int off, int count, short[] d) { in copy1DRangeTo() 2256 public void copy1DRangeTo(int off, int count, byte[] d) { in copy1DRangeTo() [all …]
|
/aosp12/bionic/libc/system_properties/ |
H A D | prop_area.cpp | 146 void* prop_area::allocate_obj(const size_t size, uint_least32_t* const off) { in allocate_obj() 157 prop_bt* prop_area::new_prop_bt(const char* name, uint32_t namelen, uint_least32_t* const off) { in new_prop_bt() 170 uint32_t valuelen, uint_least32_t* const off) { in new_prop_info() 197 void* prop_area::to_prop_obj(uint_least32_t off) { in to_prop_obj() 204 uint_least32_t off = atomic_load_explicit(off_p, memory_order_consume); in to_prop_bt() local 209 uint_least32_t off = atomic_load_explicit(off_p, memory_order_consume); in to_prop_info() local
|
/aosp12/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()
|
/aosp12/bionic/libc/arch-x86/silvermont/string/ |
H A D | sse2-strlen-slm.S | 48 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 56 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|
H A D | sse2-memmove-slm.S | 50 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 58 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|
/aosp12/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 …]
|
/aosp12/bionic/libc/arch-x86/atom/string/ |
H A D | sse2-wcschr-atom.S | 44 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 52 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|
H A D | sse2-memrchr-atom.S | 44 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 52 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|
H A D | sse2-strchr-atom.S | 44 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 52 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|
H A D | sse2-strrchr-atom.S | 44 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 52 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|
H A D | sse2-wcscmp-atom.S | 44 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 52 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|
H A D | sse2-wcsrchr-atom.S | 44 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 52 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|
H A D | sse2-memchr-atom.S | 44 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 52 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|
H A D | sse2-strlen-atom.S | 53 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 61 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|
H A D | ssse3-wcscat-atom.S | 44 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 52 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|
H A D | ssse3-wcscpy-atom.S | 46 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 54 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|
H A D | ssse3-memcmp-atom.S | 44 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 52 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|
H A D | ssse3-strcat-atom.S | 44 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 52 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|
/aosp12/hardware/interfaces/light/utils/ |
H A D | main.cpp | 61 static aidl::HwLightState off; in setToColorAidl() local 82 static V2_0::LightState off = { in setToColorHidl() local
|
/aosp12/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()
|
/aosp12/bionic/libc/arch-x86_64/string/ |
H A D | sse2-memmove-slm.S | 50 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 58 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|
/aosp12/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()
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/util/ |
H A D | ByteArrayBuffer.java | 57 public void append(final byte[] b, int off, int len) { in append() 88 public void append(final char[] b, int off, int len) { in append()
|