/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 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/ |
D | AlteredCharSequenceTest.java | 60 int off = 1; in testGetChars() local 64 mAlteredCharSequence.getChars(start, end, dest, off); in testGetChars() 67 for (int i = off; i < end - start + off; i++) { in testGetChars() 74 mAlteredCharSequence.getChars(start, end, dest, off); in testGetChars() 75 for (int i = off; i < end - start + off; i++) { in testGetChars() 80 mAlteredCharSequence.getChars(start, end, dest, off); in testGetChars()
|
/cts/tools/dex-tools/src/dex/reader/ |
D | DexFileReader.java | 56 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/ |
D | AllocationTest.java | 645 for (int off = 0; off < s; off ++) { in test1DCopyOperations() 646 for (int count = 1; count <= s - off; count ++) { in test1DCopyOperations() 647 helperFloatCopy(s, off, count, mode); in test1DCopyOperations() 648 helperByteCopy(s, off, count, mode); in test1DCopyOperations() 649 helperShortCopy(s, off, count, mode); in test1DCopyOperations() 650 helperIntCopy(s, off, count, mode); in test1DCopyOperations() 651 helperBaseObjCopy(s, off, count, mode); in test1DCopyOperations() 656 for (int off = 0; off < s; off ++) { in test1DCopyOperations() 657 for (int count = 1; count <= s - off; count ++) { in test1DCopyOperations() 658 helperFloatAllocationCopy(s, off, count); in test1DCopyOperations() [all …]
|
/cts/tests/tests/media/src/android/media/cts/ |
D | EncodeDecodeTest.java | 1137 int off = frameData.position(); in checkFrame() local 1140 testY = frameData.get(off + y * width + x) & 0xff; in checkFrame() 1141 … testU = frameData.get(off + width*height + 2*(y/2) * halfWidth + 2*(x/2)) & 0xff; in checkFrame() 1142 … testV = frameData.get(off + width*height + 2*(y/2) * halfWidth + 2*(x/2) + 1) & 0xff; in checkFrame() 1145 testY = frameData.get(off + y * width + x) & 0xff; in checkFrame() 1146 testU = frameData.get(off + width*height + (y/2) * halfWidth + (x/2)) & 0xff; in checkFrame() 1147 testV = frameData.get(off + width*height + halfWidth * (height / 2) + in checkFrame()
|
D | MediaPlayerFlakyNetworkTest.java | 306 public void write(byte[] b, int off, int len) throws IOException { in createSessionOutputBuffer() argument 308 write(b[off++]); in createSessionOutputBuffer()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | jquery.js | 425 jQuery( document ).trigger( "ready" ).off( "ready" ); 3697 jQuery().off( event ); 3710 off: function( types, selector, fn ) { method 3714 jQuery( types.delegateTarget ).off( 3724 this.off( type, selector, types[ type ] ); 3745 return this.off( types, null, fn ); 3753 jQuery( this.context ).off( types, this.selector || "**", fn ); 3762 return arguments.length == 1? this.off( selector, "**" ) : this.off( types, selector, fn ); 6982 var off = url.indexOf( " " ); 6983 if ( off >= 0 ) { [all …]
|
/cts/tools/dasm/src/dasm/ |
D | parser.cup | 831 Int:i COLON Relative:off SEP 832 {: dAsm.addSparseSwitchData(i.int_val, off.int_val); :}
|
/cts/tests/expectations/ |
D | knownfailures.txt | 189 …description: "This test failed on devices that use effect off loading. In addition it uses hidden …
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
D | bootstrap.css | 1559 .icon-off { 1616 .icon-volume-off {
|