Searched refs:mIndividualTests (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
D | RsBenchRS.java | 87 ScriptField_TestScripts_s.Item[] mIndividualTests; field in RsBenchRS 116 if (mIndividualTests != null) { in appendTests() 118 … combined = new ScriptField_TestScripts_s.Item[newTests.length + mIndividualTests.length]; in appendTests() 119 System.arraycopy(mIndividualTests, 0, combined, 0, mIndividualTests.length); in appendTests() 120 System.arraycopy(newTests, 0, combined, mIndividualTests.length, newTests.length); in appendTests() 121 mIndividualTests = combined; in appendTests() 123 mIndividualTests = newTests; in appendTests() 139 int numTests = mIndividualTests.length; in createTestAllocation() 144 allTests.set(mIndividualTests[i], i, false); in createTestAllocation()
|