Home
last modified time | relevance | path

Searched refs:I8 (Results 1 – 25 of 43) sorted by relevance

12

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DDebugContext.java184 (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()
DElementTest.java79 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()
DAllocationTest.java129 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()
DIsObjectTest.java46 type = new Type.Builder(mRS, Element.I8(mRS)).setX(1).create(); in setUp()
DSetObjectTest.java45 type = new Type.Builder(mRS, Element.I8(mRS)).setX(1).create(); in setUp()
DClearObjectTest.java82 Type type= new Type.Builder(mRS, Element.I8(mRS)).setX(1).create(); in testclearObjectType()
DVLoadTest.java211 testSetup(Type.createX(mRS, Element.I8(mRS), w)); in testVload_char()
227 testSetup(Type.createX(mRS, Element.I8(mRS), w)); in testVload_char_relaxed()
Dvector.rscript73 rsDebug("Testing I8", 0);
DAllocationCopyToTest.java44 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()
DTypeTest.java59 testTypeBuilderHelper(Element.I8(mRS)); in testTypeBuilder()
DRsAllocationCopyTest.java38 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()
DKernelTest.java59 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()
DForEachTest.java59 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()
DKernelInputTest.java69 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()
DRSBaseCompute.java98 element = Element.I8(rs); in getElement()
DReduceTest.java628 Allocation[] allocs1 = createInputAllocations(Element.I8(mRS), 3); in testBadSillySumInputDimensionMismatch()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_element.cpp114 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()
Drs_jni_object.cpp77 sp<const Type> type= Type::create(mRS, Element::I8(mRS), 1, 0, 0); in Java_android_cts_rscpp_RSObjectTest_testClearObjectType()
Drs_jni_type.cpp82 passed &= testTypeBuilderHelper(mRS, Element::I8(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
Drs_jni_foreach.cpp49 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()
Drs_jni_allocation.cpp79 createTypedHelper(rs, Element::I8(rs)); in Java_android_cts_rscpp_RSAllocationTest_typedTest()
/cts/tests/tests/media/assets/hls_variant/387360/
D06.ts107 ….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/
D13.ts306 …��)�H6rh�����7��t9�t�W(�bk=ab�����6���7����<{?�����7���,}#^����P@I8���ʐB��}}K�q�K���
D19.ts345 �x��;��bG���If'�����D�T�XRO�X�uF1����<T�\�"�K��$@I8��������8"0��O!֗�0���U�����"`"'…
D07.ts309 …��pA�>��%��4Z�KO��� @$����0�f��97��H��'����N;*o=�5�a�fƽ���x� 684�I8&����`S��ƖG�����R…

12