Searched defs:off (Results 1 – 10 of 10) sorted by relevance
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_allocation.cpp | 442 for (int off = 0; off < s; off ++) { in Java_android_cts_rscpp_RSAllocationTest_test1DCopy() local 452 for (int off = 0; off < s; off ++) { in Java_android_cts_rscpp_RSAllocationTest_test1DCopy() local 473 for (int off = 0; off < s; off ++) { in Java_android_cts_rscpp_RSAllocationTest_test2DCopy() local 483 for (int off = 0; off < s; off ++) { in Java_android_cts_rscpp_RSAllocationTest_test2DCopy() local 504 for (int off = 0; off < s; off ++) { in Java_android_cts_rscpp_RSAllocationTest_test3DCopy() local 514 for (int off = 0; off < s; off ++) { in Java_android_cts_rscpp_RSAllocationTest_test3DCopy() local 541 for (int off = 0; off < s; off ++) { in Java_android_cts_rscpp_RSAllocationTest_test1DCopyPadded() local 566 for (int off = 0; off < s; off ++) { in Java_android_cts_rscpp_RSAllocationTest_test2DCopyPadded() local 591 for (int off = 0; off < s; off ++) { in Java_android_cts_rscpp_RSAllocationTest_test3DCopyPadded() local
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | TracingControllerTest.java | 81 public void write(byte[] b, int off, int len) { in write()
|
/cts/tests/tests/text/src/android/text/cts/ |
D | AlteredCharSequenceTest.java | 70 int off = 1; in testGetChars() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaPlayerFlakyNetworkTest.java | 302 public void write(byte[] b, int off, int len) throws IOException { in createSessionOutputBuffer()
|
D | StreamingMediaPlayerTest.java | 658 public synchronized void write(byte[] b, int off, int len) throws IOException { in createSessionOutputBuffer()
|
D | EncodeDecodeTest.java | 1222 int off = frameData.position(); in checkFrame() local
|
D | NativeDecoderTest.java | 892 public void write(byte[] b, int off, int len) throws IOException { in createSessionOutputBuffer()
|
/cts/tests/tests/security/jni/ |
D | android_security_cts_cve_2019_2213_Test.c | 155 u32 off; member 255 void buf_binder(buf_t *b, buf_t *off, void *ptr) { in buf_binder() 391 void txn_set_offset(txn_t *t, binder_size_t off) { in txn_set_offset() 554 binder_size_t off = txn_offset(t); in txn_bundle() local 968 s64 off = inst & ((1u << 26) - 1); in first_bl() local 983 s64 off = ((inst >> 5) & ((1u << 19) - 1)) << 2; in parse_adrp() local 1301 int off = cpu1 < 4 ? 1300 : 350; in free_thread() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationTest.java | 693 helperShortCopy(Element.I16(mRS), s, off, count, mode); in test1DCopyOperations() local 694 helperShortCopy(Element.F16(mRS), s, off, count, mode); in test1DCopyOperations() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ImageDecoderTest.java | 917 public int read(byte[] b, int off, int len) throws IOException { in read()
|