Home
last modified time | relevance | path

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

/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.java231 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/
DBitwiseStreamsTest.java34 public void testOne() throws Exception { in testOne() method in BitwiseStreamsTest