/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | DebugContext.java | 184 (RenderScript rs)-> new Type.Builder(rs, Element.I8(rs)), in testDebugContextRsAllocationCopy1D_Byte_Normal() 281 (RenderScript rs)-> new Type.Builder(rs, Element.I8(rs)), in testDebugContextRsAllocationCopy1D_Byte_BadSrcLOD() 305 (RenderScript rs)-> new Type.Builder(rs, Element.I8(rs)), in testDebugContextRsAllocationCopy1D_Byte_BadDstLOD() 330 (RenderScript rs)-> new Type.Builder(rs, Element.I8(rs)), in testDebugContextRsAllocationCopy1D_Byte_BadCount() 353 (RenderScript rs)-> new Type.Builder(rs, Element.I8(rs)), in testDebugContextRsAllocationCopy1D_Byte_BadSrcOffset() 377 (RenderScript rs)-> new Type.Builder(rs, Element.I8(rs)), in testDebugContextRsAllocationCopy1D_Byte_BadDstOffset()
|
D | ElementTest.java | 79 assertTrue(Element.I8(mRS) != null); in testPrebuiltElements() 138 eb1.add(Element.I8(mRS), "Test"); in testEquals() 144 eb2.add(Element.I8(mRS), "Test"); in testEquals() 155 eb3.add(Element.I8(mRS), "Test"); in testEquals() 163 eb1.add(Element.I8(mRS), "Another"); in testEquals() 169 eb4.add(Element.I8(mRS), "Test"); in testEquals() 204 Element[] I8 = { Element.I8(mRS) }; in testIsCompatible() local 249 F64, I16, I32, I64, I8, in testIsCompatible() 296 eb.add(Element.I8(mRS), "I8", arraySize); in testElementBuilder() 366 assertFalse(Element.I8(mRS).isComplex()); in testIsComplex()
|
D | AllocationTest.java | 129 createTypedHelper(Element.I8(mRS)); in testCreateTyped() 172 createSizedHelper(Element.I8(mRS)); in testCreateSized() 324 Allocation A = Allocation.createSized(mRS, Element.I8(mRS), nElems); in helperByteCopy() 474 Allocation srcA = Allocation.createSized(mRS, Element.I8(mRS), nElems); in helperByteAllocationCopy() 475 Allocation dstA = Allocation.createSized(mRS, Element.I8(mRS), nElems); in helperByteAllocationCopy() 531 Type.Builder b = new Type.Builder(mRS, Element.I8(mRS)); in helperByteCopy2D() 648 Type.Builder b = new Type.Builder(mRS, Element.I8(mRS)); in helperByteAllocationCopy2D() 737 Type.Builder b = new Type.Builder(mRS, Element.I8(mRS)); in testCopyFromAllocation()
|
D | IsObjectTest.java | 46 type = new Type.Builder(mRS, Element.I8(mRS)).setX(1).create(); in setUp()
|
D | SetObjectTest.java | 45 type = new Type.Builder(mRS, Element.I8(mRS)).setX(1).create(); in setUp()
|
D | ClearObjectTest.java | 82 Type type= new Type.Builder(mRS, Element.I8(mRS)).setX(1).create(); in testclearObjectType()
|
D | VLoadTest.java | 211 testSetup(Type.createX(mRS, Element.I8(mRS), w)); in testVload_char() 227 testSetup(Type.createX(mRS, Element.I8(mRS), w)); in testVload_char_relaxed()
|
D | vector.rscript | 73 rsDebug("Testing I8", 0);
|
D | AllocationCopyToTest.java | 44 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I8(mRS)); in test_Allocationcopy1DRangeTo_Byte() 242 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I8(mRS)); in test_Allocationcopy2DRangeTo_Byte() 425 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I8(mRS)); in test_Allocationcopy3DRangeTo_Byte() 660 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I8(mRS)); in test_Allocationcopy1DRangeToUnchecked_Byte()
|
D | TypeTest.java | 59 testTypeBuilderHelper(Element.I8(mRS)); in testTypeBuilder()
|
D | RsAllocationCopyTest.java | 38 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I8(mRS)); in test_RsAllocationCopy1D_Byte() 276 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I8(mRS)); in test_RsAllocationCopy2D_Byte()
|
D | KernelTest.java | 59 Type t = new Type.Builder(mRS, Element.I8(mRS)).setX(x).create(); in testForEach() 470 t = new Type.Builder(mRS, Element.I8(mRS)).setX(x).create(); in testForEach()
|
D | ForEachTest.java | 59 Type t = new Type.Builder(mRS, Element.I8(mRS)).setX(x).create(); in testForEach() 470 t = new Type.Builder(mRS, Element.I8(mRS)).setX(x).create(); in testForEach()
|
D | KernelInputTest.java | 69 Allocation ain = Allocation.createSized(mRS, Element.I8(mRS), 1); in testInputNotModified_char() 70 Allocation tmp = Allocation.createSized(mRS, Element.I8(mRS), 1); in testInputNotModified_char()
|
D | RSBaseCompute.java | 98 element = Element.I8(rs); in getElement()
|
D | ReduceTest.java | 628 Allocation[] allocs1 = createInputAllocations(Element.I8(mRS), 3); in testBadSillySumInputDimensionMismatch()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_element.cpp | 114 passed &= (Element::I8(mRS) != nullptr); in Java_android_cts_rscpp_RSElementTest_testPrebuiltElements() 181 sp<const Element> I8 = Element::I8(mRS); in Java_android_cts_rscpp_RSElementTest_testIsCompatible() local 204 F32_3, F32_4, F64, I16, I32, I64, I8, in Java_android_cts_rscpp_RSElementTest_testIsCompatible() 250 eb->add(Element::I8(mRS), "I8", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
|
D | rs_jni_object.cpp | 77 sp<const Type> type= Type::create(mRS, Element::I8(mRS), 1, 0, 0); in Java_android_cts_rscpp_RSObjectTest_testClearObjectType()
|
D | rs_jni_type.cpp | 82 passed &= testTypeBuilderHelper(mRS, Element::I8(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
|
D | rs_jni_foreach.cpp | 49 sp<const Type> t = Type::create(mRS, Element::I8(mRS), x, 0, 0); in Java_android_cts_rscpp_RSForEachTest_testForEach() 243 t = Type::create(mRS, Element::I8(mRS), x, 0, 0); in Java_android_cts_rscpp_RSForEachTest_testForEach()
|
D | rs_jni_allocation.cpp | 79 createTypedHelper(rs, Element::I8(rs)); in Java_android_cts_rscpp_RSAllocationTest_typedTest()
|
/cts/tests/tests/media/assets/hls_variant/387360/ |
D | 06.ts | 107 ….Tq�W|\�r�w��BZ�p�8I���Uܞ��#X�79�Aٝ�U���.�Y�Ժ�RG��-�֘2�.2\Do$^;�I8F�08��=��&xL@Z�&K… 330 …���������������������������������������������������5�����"��;� "sMI8:� K�ś>��R*Kq��Cx�…
|
/cts/tests/tests/media/assets/hls_variant/165340/ |
D | 13.ts | 306 …��)�H6rh�����7��t9�t�W(�bk=ab�����6���7����<{?�����7���,}#^����P@I8���ʐB��}}K�q�K���
|
D | 19.ts | 345 �x��;bG���If'�����D�T�XRO�X�uF1����<T�\�"�K��$@I8��������8"0��O!֗�0���U�����"`"'…
|
D | 07.ts | 309 …��pA�>�%�4Z�KO�� @$����0�f�97��H��'����N;*o=�5a�fƽ���x 684�I8&����`S��ƖG����R…
|