/frameworks/rs/toolkit/ |
D | TestTaskProcessor.cpp | 66 void testOne(android::renderscript::TaskProcessor* processor, uint8_t delta, size_t vectorSize, in testOne() function 84 testThreads.emplace_back(testOne, &processorA, 1, 4, 30, 40); in main() 85 testThreads.emplace_back(testOne, &processorB, 1, 4, 30, 40); in main() 86 testThreads.emplace_back(testOne, &processorA, 2, 4, 800, 600); in main() 87 testThreads.emplace_back(testOne, &processorB, 2, 4, 800, 600); in main() 88 testThreads.emplace_back(testOne, &processorA, 3, 1, 123, 47); in main() 89 testThreads.emplace_back(testOne, &processorB, 3, 1, 123, 47); in main() 90 testThreads.emplace_back(testOne, &processorA, 5, 2, 5000, 8000); in main() 91 testThreads.emplace_back(testOne, &processorB, 5, 2, 5000, 8000); in main() 92 testThreads.emplace_back(testOne, &processorA, 6, 3, 26000, 1); in main() [all …]
|
/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/ |
D | VtsHalSensorManagerV1_0TargetTest.cpp | 161 auto testOne = [this](uint64_t memSize, uint64_t intendedSize, in TEST_P() local 170 testOne(16, 16, [](const auto &chan, Result result) { in TEST_P() 175 testOne(1024, 1024, [](const auto &chan, Result result) { in TEST_P() 180 testOne(1024, 2048, [](const auto &chan, Result result) { in TEST_P() 185 testOne(1024, 16, [](const auto &chan, Result result) { in TEST_P()
|
/frameworks/base/test-runner/tests/src/android/test/ |
D | TestCaseUtilTest.java | 78 public void testOne() throws Exception { in testOne() method in TestCaseUtilTest.OneTestTestCase 89 public void testOne() throws Exception { in testOne() method in TestCaseUtilTest.OneTestTestCaseWithSuite
|
D | AndroidTestRunnerTest.java | 231 public void testOne() throws Exception { in testOne() method in AndroidTestRunnerTest.OneTestTestCase 236 public void testOne() throws Exception { in testOne() method in AndroidTestRunnerTest.TwoTestTestCase
|
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
D | BitwiseStreamsTest.java | 34 public void testOne() throws Exception { in testOne() method in BitwiseStreamsTest
|