Home
last modified time | relevance | path

Searched defs:testCase (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/minikin/tests/unittest/
DLayoutSplitterTest.cpp144 for (const auto& testCase : testCases) { in TEST() local
206 for (const auto& testCase : testCases) { in TEST() local
258 for (const auto& testCase : testCases) { in TEST() local
310 for (const auto& testCase : testCases) { in TEST() local
345 for (const auto& testCase : testCases) { in TEST() local
DFontFamilyTest.cpp317 for (const auto& testCase : testCases) { in TEST() local
624 for (const auto& testCase : testCases) { in TEST_F() local
794 for (const TestCase& testCase : testCases) { in TEST_F() local
/frameworks/base/test-runner/tests/src/android/test/
DTestCaseUtilTest.java48 TestCase testCase = new OneTestTestCaseWithSuite(); in testGetTests_ForTestCaseWithSuiteMethod() local
84 TestCase testCase = new OneTestTestCase(); in suite() local
/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
DScreenRecordTestBase.kt73 val testCase = object : ISurfaceValidatorTestCase { in withScreenRecording() constant
/frameworks/base/core/tests/coretests/src/android/util/
DOrientationUtil.java49 ActivityInstrumentationTestCase2 testCase) { in initializeAndStartActivityIfNotStarted()
/frameworks/base/test-runner/src/junit/textui/
DTestRunner.java153 String testCase= ""; in start() local
186 …protected TestResult runSingleMethod(String testCase, String method, boolean wait) throws Exceptio… in runSingleMethod()
/frameworks/base/test-runner/src/android/test/
DTestCaseUtil.java115 TestCase testCase = (TestCase) test; in getTestName() local
DAndroidTestRunner.java57 TestCase testCase = buildSingleTestMethod(testClass, testMethodName); in setTestClassName() local
118 TestCase testCase = (TestCase) constructor.newInstance(args); in newSingleTestMethod() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/listbuilder/
DSemiStableSortTest.kt76 private fun testCase( in <lambda>() method
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DPropertyNodesVerifier.java34 public PropertyNodesVerifier(AndroidTestCase testCase) { in PropertyNodesVerifier()
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
DTestCaseCollector.java110 TestCase testCase = (TestCase) clazz.newInstance(); in addSingleTestMethod() local
DUiAutomatorTestRunner.java426 protected void prepareTestCase(TestCase testCase) { in prepareTestCase()
/frameworks/base/test-runner/src/android/test/suitebuilder/
DTestMethod.java50 public TestMethod(TestCase testCase) { in TestMethod()
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
DUnitTestSuiteBuilderTest.java105 TestCase testCase = (TestCase) test; in testName() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/gestural/
DFloatingRotationButtonPositionCalculatorTest.kt17 private val testCase: TestCase, constant in com.android.systemui.navigationbar.gestural.FloatingRotationButtonPositionCalculatorTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
DNormalizedTouchDataTest.kt14 class NormalizedTouchDataTest(val testCase: TestCase) : SysuiTestCase() { in <lambda>() constant in com.android.systemui.biometrics.udfps.NormalizedTouchDataTest
DBoundingBoxOverlapDetectorTest.kt30 class BoundingBoxOverlapDetectorTest(val testCase: TestCase) : SysuiTestCase() { in <lambda>() constant in com.android.systemui.biometrics.udfps.BoundingBoxOverlapDetectorTest
DEllipseOverlapDetectorTest.kt34 class EllipseOverlapDetectorTest(val testCase: TestCase) : SysuiTestCase() { in <lambda>() constant in com.android.systemui.biometrics.udfps.EllipseOverlapDetectorTest
/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
DTimeZoneDetectorStrategyImplTest.java224 TelephonyTestCase testCase = newTelephonyTestCase(MATCH_TYPE_NETWORK_COUNTRY_ONLY, in testTelephonySuggestionsWhenTimeZoneUninitialized() local
371 private void makeSlotIndex1SuggestionAndCheckState(Script script, TelephonyTestCase testCase) { in makeSlotIndex1SuggestionAndCheckState()
505 TelephonyTestCase testCase = newTelephonyTestCase( in testTelephonySuggestionStrategyDoesNotAssumeCurrentSetting_autoTelephony() local
/frameworks/av/camera/ndk/ndk_vendor/tests/
DAImageReaderVendorTest.cpp632 ImageReaderTestCase testCase( in takePictures() local
809 ImageReaderTestCase* testCase = new ImageReaderTestCase( in testLogicalCameraPhysicalStream() local
856 for(auto &testCase : testCases) { in testLogicalCameraPhysicalStream() local
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverActivityWorkProfileTest.java82 public ResolverActivityWorkProfileTest(TestCase testCase) { in ResolverActivityWorkProfileTest()
DChooserActivityWorkProfileTest.java83 public ChooserActivityWorkProfileTest(TestCase testCase) { in ChooserActivityWorkProfileTest()
/frameworks/base/core/tests/coretests/src/android/graphics/
DPaintTest.java85 HintingTestCase testCase = HINTING_TESTCASES[i]; in testHintingWidth() local
/frameworks/base/services/tests/servicestests/src/com/android/server/om/
DOverlayActorEnforcerTests.kt61 fun parameters() = CASES.mapIndexed { caseIndex, testCase -> in <lambda>() method
85 val duplicateCaseNames = CASES.mapIndexed { caseIndex, testCase -> in <lambda>() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/ui/viewmodel/
DWifiViewModelIconParameterizedTest.kt64 internal class WifiViewModelIconParameterizedTest(private val testCase: TestCase) : in <lambda>() constant in com.android.systemui.statusbar.pipeline.wifi.ui.viewmodel.WifiViewModelIconParameterizedTest

12