Home
last modified time | relevance | path

Searched refs:testOne (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/toolkit/
DTestTaskProcessor.cpp66 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/aidl/vts/
DVtsHalSensorManagerTargetTest.cpp123 auto testOne = [this](int64_t memSize, int64_t intendedSize, in TEST_P() local
134 testOne(16, 16, [](const auto& chan, const ScopedAStatus& result) { in TEST_P()
140 testOne(1024, 1024, [](const auto& chan, const ScopedAStatus& result) { in TEST_P()
145 testOne(1024, 2048, [](const auto& chan, const ScopedAStatus& result) { in TEST_P()
151 testOne(1024, 16, [](const auto& chan, const ScopedAStatus& result) { in TEST_P()
/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/
DVtsHalSensorManagerV1_0TargetTest.cpp161 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/
DTestCaseUtilTest.java78 public void testOne() throws Exception { in testOne() method in TestCaseUtilTest.OneTestTestCase
89 public void testOne() throws Exception { in testOne() method in TestCaseUtilTest.OneTestTestCaseWithSuite
DAndroidTestRunnerTest.java232 public void testOne() throws Exception { in testOne() method in AndroidTestRunnerTest.OneTestTestCase
237 public void testOne() throws Exception { in testOne() method in AndroidTestRunnerTest.TwoTestTestCase
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DBitwiseStreamsTest.java37 public void testOne() throws Exception { in testOne() method in BitwiseStreamsTest