Home
last modified time | relevance | path

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

123456789

/aosp12/art/test/580-crc32/src/
H A DMain.java157 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 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()
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DAllocation.java1294 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 Dprop_area.cpp146 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 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()
/aosp12/bionic/libc/arch-x86/silvermont/string/
H A Dsse2-strlen-slm.S48 # 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 Dsse2-memmove-slm.S50 # 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 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 …]
/aosp12/bionic/libc/arch-x86/atom/string/
H A Dsse2-wcschr-atom.S44 # 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 Dsse2-memrchr-atom.S44 # 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 Dsse2-strchr-atom.S44 # 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 Dsse2-strrchr-atom.S44 # 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 Dsse2-wcscmp-atom.S44 # 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 Dsse2-wcsrchr-atom.S44 # 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 Dsse2-memchr-atom.S44 # 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 Dsse2-strlen-atom.S53 # 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 Dssse3-wcscat-atom.S44 # 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 Dssse3-wcscpy-atom.S46 # 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 Dssse3-memcmp-atom.S44 # 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 Dssse3-strcat-atom.S44 # 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 Dmain.cpp61 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 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()
/aosp12/bionic/libc/arch-x86_64/string/
H A Dsse2-memmove-slm.S50 # 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 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()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/util/
H A DByteArrayBuffer.java57 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()

123456789