Home
last modified time | relevance | path

Searched refs:off (Results 1 – 12 of 12) 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
443 for (int count = 1; count <= s - off; count ++) { in Java_android_cts_rscpp_RSAllocationTest_test1DCopy()
444 passed &= helperCopy1D<float>(rs, s, off, count, true, RS_TYPE_FLOAT_32); in Java_android_cts_rscpp_RSAllocationTest_test1DCopy()
445 passed &= helperCopy1D<char>(rs, s, off, count, true, RS_TYPE_SIGNED_8); in Java_android_cts_rscpp_RSAllocationTest_test1DCopy()
446 passed &= helperCopy1D<short>(rs, s, off, count, true, RS_TYPE_SIGNED_16); in Java_android_cts_rscpp_RSAllocationTest_test1DCopy()
447 passed &= helperCopy1D<int>(rs, s, off, count, true, RS_TYPE_SIGNED_32); in Java_android_cts_rscpp_RSAllocationTest_test1DCopy()
448 passed &= helperCopy1D<double>(rs, s, off, count, true, RS_TYPE_FLOAT_64); in Java_android_cts_rscpp_RSAllocationTest_test1DCopy()
452 for (int off = 0; off < s; off ++) { in Java_android_cts_rscpp_RSAllocationTest_test1DCopy() local
453 for (int count = 1; count <= s - off; count ++) { in Java_android_cts_rscpp_RSAllocationTest_test1DCopy()
454 passed &= helperFloatAllocationCopy1D(rs, s, off, count); in Java_android_cts_rscpp_RSAllocationTest_test1DCopy()
[all …]
/cts/tests/tests/text/src/android/text/cts/
DAlteredCharSequenceTest.java69 int off = 1; in testGetChars() local
73 mAlteredCharSequence.getChars(start, end, dest, off); in testGetChars()
76 for (int i = off; i < end - start + off; i++) { in testGetChars()
83 mAlteredCharSequence.getChars(start, end, dest, off); in testGetChars()
84 for (int i = off; i < end - start + off; i++) { in testGetChars()
89 mAlteredCharSequence.getChars(start, end, dest, off); in testGetChars()
/cts/tools/dex-tools/src/dex/reader/
DDexFileReader.java56 private int[] off = new int[9]; field in DexFileReader
144 off[attribute] = b.readUInt(); in readOffset()
150 b.setPosition(off[STRING_IDS]); // the first string offset is here in readStrings()
170 b.setPosition(off[TYPE_IDS]); // the first element is here in readTypeIds()
186 b.setPosition(off[PROTO_IDS]); in readProtos()
208 b.setPosition(off[FIELD_IDS]); in readFields()
230 b.setPosition(off[METHOD_IDS]); in readMethods()
256 b.setPosition(off[CLASS_DEFS]); in readClasses()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationTest.java689 for (int off = 0; off < s; off ++) { in test1DCopyOperations()
690 for (int count = 1; count <= s - off; count ++) { in test1DCopyOperations()
691 helperFloatCopy(s, off, count, mode); in test1DCopyOperations()
692 helperByteCopy(s, off, count, mode); in test1DCopyOperations()
693 helperShortCopy(Element.I16(mRS), s, off, count, mode); in test1DCopyOperations() local
694 helperShortCopy(Element.F16(mRS), s, off, count, mode); in test1DCopyOperations() local
695 helperIntCopy(s, off, count, mode); in test1DCopyOperations()
696 helperBaseObjCopy(s, off, count, mode); in test1DCopyOperations()
701 for (int off = 0; off < s; off ++) { in test1DCopyOperations()
702 for (int count = 1; count <= s - off; count ++) { in test1DCopyOperations()
[all …]
/cts/apps/CtsVerifier/res/raw/
Dcone_obj70 s off
Dring_obj3536 s off
/cts/tests/tests/media/src/android/media/cts/
DEncodeDecodeTest.java1220 int off = frameData.position(); in checkFrame() local
1223 testY = frameData.get(off + y * width + x) & 0xff; in checkFrame()
1224 … testU = frameData.get(off + width*height + 2*(y/2) * halfWidth + 2*(x/2)) & 0xff; in checkFrame()
1225 … testV = frameData.get(off + width*height + 2*(y/2) * halfWidth + 2*(x/2) + 1) & 0xff; in checkFrame()
1228 testY = frameData.get(off + y * width + x) & 0xff; in checkFrame()
1229 testU = frameData.get(off + width*height + (y/2) * halfWidth + (x/2)) & 0xff; in checkFrame()
1230 testV = frameData.get(off + width*height + halfWidth * (height / 2) + in checkFrame()
DMediaPlayerFlakyNetworkTest.java298 public void write(byte[] b, int off, int len) throws IOException { in createSessionOutputBuffer() argument
300 write(b[off++]); in createSessionOutputBuffer()
/cts/tests/expectations/
Dknownfailures.txt160 …description: "This test failed on devices that use effect off loading. In addition it uses hidden …
/cts/tools/dasm/src/dasm/
Dparser.cup831 Int:i COLON Relative:off SEP
832 {: dAsm.addSparseSwitchData(i.int_val, off.int_val); :}
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/cts/tools/dex-tools/dex/
Dclasses.out.dex112520 public static final int off
135197 public abstract void off()