Home
last modified time | relevance | path

Searched refs:tmpArray (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIsObjectTest.java84 int[] tmpArray = new int[ObjectNum]; in testIsObjectElement() local
85 mOut.copyTo(tmpArray); in testIsObjectElement()
88 + tmpArray[0], tmpArray[0] == 1); in testIsObjectElement()
105 int[] tmpArray = new int[ObjectNum]; in testIsObjectType() local
106 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() local
130 mOut.copyTo(tmpArray); in testIsObjectAllocation()
133 + tmpArray[0], tmpArray[0] == 1); in testIsObjectAllocation()
[all …]
DSetObjectTest.java85 int[] tmpArray = new int[ObjectNum]; in testSetObjectElement() local
86 mOut.copyTo(tmpArray); in testSetObjectElement()
89 + tmpArray[0], tmpArray[0] == 1); in testSetObjectElement()
106 int[] tmpArray = new int[ObjectNum]; in testSetObjectType() local
107 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() local
130 mOut.copyTo(tmpArray); in testSetObjectAllocation()
133 + tmpArray[0], tmpArray[0] == 1); in testSetObjectAllocation()
[all …]
DClearObjectTest.java71 int[] tmpArray = new int[ObjectNum]; in testClearObjectElement() local
72 mOut.copyTo(tmpArray); in testClearObjectElement()
75 assertEquals(tmpArray[i], 1); in testClearObjectElement()
91 int[] tmpArray = new int[ObjectNum]; in testclearObjectType() local
92 mOut.copyTo(tmpArray); in testclearObjectType()
95 assertEquals(tmpArray[i], 1); in testclearObjectType()
110 int[] tmpArray = new int[ObjectNum]; in testclearObjectAllocation() local
111 mOut.copyTo(tmpArray); in testclearObjectAllocation()
114 assertEquals(tmpArray[i], 1); in testclearObjectAllocation()
130 int[] tmpArray = new int[ObjectNum]; in testclearObjectSampler() local
[all …]
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_object.cpp54 int tmpArray[ObjectNum]; in Java_android_cts_rscpp_RSObjectTest_testClearObjectElement() local
55 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() local
83 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() local
112 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 …]
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...