Searched refs:testOne (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/ |
H A 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()
|
/aosp12/frameworks/base/test-runner/tests/src/android/test/ |
H A 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
|
H A 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
|
/aosp12/system/libvintf/test/ |
H A D | LibVintfTest.cpp | 519 auto testOne = [] (const KernelConfigTypedValue &original, in TEST_F() local 536 testOne(KernelConfigTypedValue("stringvalue"), in TEST_F() 538 testOne(KernelConfigTypedValue(""), in TEST_F() 541 testOne(KernelConfigTypedValue(Tristate::YES), in TEST_F() 543 testOne(KernelConfigTypedValue(Tristate::NO), in TEST_F() 545 testOne(KernelConfigTypedValue(Tristate::MODULE), in TEST_F() 550 testOne(KernelConfigTypedValue(KernelConfigRangeValue{4, 20}), in TEST_F() 552 testOne(KernelConfigTypedValue(KernelConfigRangeValue{0, UINT64_MAX}), in TEST_F() 560 testOne(KernelConfigTypedValue(INT64_MIN), in TEST_F() 573 testOne(KernelConfigTypedValue(0), in TEST_F() [all …]
|
/aosp12/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
H A D | BitwiseStreamsTest.java | 34 public void testOne() throws Exception { in testOne() method in BitwiseStreamsTest
|