Searched refs:tmpArray (Results 1 – 5 of 5) sorted by relevance
84 int[] tmpArray = new int[ObjectNum]; in testIsObjectElement() local85 mOut.copyTo(tmpArray); in testIsObjectElement()88 + tmpArray[0], tmpArray[0] == 1); in testIsObjectElement()105 int[] tmpArray = new int[ObjectNum]; in testIsObjectType() local106 mOut.copyTo(tmpArray); in testIsObjectType()109 "rsIsObject type test fail: " + "Expect 1;value " + tmpArray[0], in testIsObjectType()110 tmpArray[0] == 1); in testIsObjectType()129 int[] tmpArray = new int[ObjectNum]; in testIsObjectAllocation() local130 mOut.copyTo(tmpArray); in testIsObjectAllocation()133 + tmpArray[0], tmpArray[0] == 1); in testIsObjectAllocation()[all …]
85 int[] tmpArray = new int[ObjectNum]; in testSetObjectElement() local86 mOut.copyTo(tmpArray); in testSetObjectElement()89 + tmpArray[0], tmpArray[0] == 1); in testSetObjectElement()106 int[] tmpArray = new int[ObjectNum]; in testSetObjectType() local107 mOut.copyTo(tmpArray); in testSetObjectType()110 "rsSetObject type test fail: " + "Expect 1;value " + tmpArray[0], in testSetObjectType()111 tmpArray[0] == 1); in testSetObjectType()129 int[] tmpArray = new int[ObjectNum]; in testSetObjectAllocation() local130 mOut.copyTo(tmpArray); in testSetObjectAllocation()133 + tmpArray[0], tmpArray[0] == 1); in testSetObjectAllocation()[all …]
71 int[] tmpArray = new int[ObjectNum]; in testClearObjectElement() local72 mOut.copyTo(tmpArray); in testClearObjectElement()75 assertEquals(tmpArray[i], 1); in testClearObjectElement()91 int[] tmpArray = new int[ObjectNum]; in testclearObjectType() local92 mOut.copyTo(tmpArray); in testclearObjectType()95 assertEquals(tmpArray[i], 1); in testclearObjectType()110 int[] tmpArray = new int[ObjectNum]; in testclearObjectAllocation() local111 mOut.copyTo(tmpArray); in testclearObjectAllocation()114 assertEquals(tmpArray[i], 1); in testclearObjectAllocation()130 int[] tmpArray = new int[ObjectNum]; in testclearObjectSampler() local[all …]
54 int tmpArray[ObjectNum]; in Java_android_cts_rscpp_RSObjectTest_testClearObjectElement() local55 mOut->copy1DTo(tmpArray); in Java_android_cts_rscpp_RSObjectTest_testClearObjectElement()58 passed &= (tmpArray[i] == 1); in Java_android_cts_rscpp_RSObjectTest_testClearObjectElement()82 int tmpArray[ObjectNum]; in Java_android_cts_rscpp_RSObjectTest_testClearObjectType() local83 mOut->copy1DTo(tmpArray); in Java_android_cts_rscpp_RSObjectTest_testClearObjectType()86 passed &= (tmpArray[i] == 1); in Java_android_cts_rscpp_RSObjectTest_testClearObjectType()111 int tmpArray[ObjectNum]; in Java_android_cts_rscpp_RSObjectTest_testClearObjectAllocation() local112 mOut->copy1DTo(tmpArray); in Java_android_cts_rscpp_RSObjectTest_testClearObjectAllocation()115 passed &= (tmpArray[i] == 1); in Java_android_cts_rscpp_RSObjectTest_testClearObjectAllocation()140 int tmpArray[ObjectNum]; in Java_android_cts_rscpp_RSObjectTest_testClearObjectSampler() local[all …]
META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...