Home
last modified time | relevance | path

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

/cts/tests/tests/rscpp/librscpptest/
Drs_jni_allocation.cpp442 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/
DTracingControllerTest.java81 public void write(byte[] b, int off, int len) { in write()
/cts/tests/tests/text/src/android/text/cts/
DAlteredCharSequenceTest.java70 int off = 1; in testGetChars() local
/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerFlakyNetworkTest.java305 public void write(byte[] b, int off, int len) throws IOException { in createSessionOutputBuffer()
DStreamingMediaPlayerTest.java664 public synchronized void write(byte[] b, int off, int len) throws IOException { in createSessionOutputBuffer()
DEncodeDecodeTest.java1233 int off = frameData.position(); in checkFrame() local
DNativeDecoderTest.java1056 public void write(byte[] b, int off, int len) throws IOException { in createSessionOutputBuffer()
/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c155 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/
DAllocationTest.java693 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/
DImageDecoderTest.java937 public int read(byte[] b, int off, int len) throws IOException { in read()