Home
last modified time | relevance | path

Searched defs:testCase (Results 1 – 25 of 37) 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
854 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.kt70 val testCase = object : ISurfaceValidatorTestCase { in withScreenRecording() constant
/frameworks/base/core/tests/coretests/src/android/util/
DOrientationUtil.java49 ActivityInstrumentationTestCase2 testCase) { in initializeAndStartActivityIfNotStarted()
/frameworks/base/test-junit/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/services/tests/wmtests/src/com/android/server/wm/
DBackNavigationControllerTests.java216 CrossActivityTestCase testCase = createTopTaskWithTwoActivities(); in backTypeCrossActivityWithCustomizeExitAnimation() local
238 CrossActivityTestCase testCase = createTopTaskWithTwoActivities(); in backTypeCrossActivityWhenBackToPreviousActivity() local
416 DialogCloseTestCase testCase = createTopTaskWithActivityAndDialog(); in backTypeDialogCloseWhenBackFromDialog() local
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/kosmos/
DGeneralKosmos.kt12 var Kosmos.testCase: SysuiTestCase by Fixture() variable
/frameworks/base/test-runner/src/android/test/
DAndroidTestRunner.java57 TestCase testCase = buildSingleTestMethod(testClass, testMethodName); in setTestClassName() local
118 TestCase testCase = (TestCase) constructor.newInstance(args); in newSingleTestMethod() local
DTestCaseUtil.java115 TestCase testCase = (TestCase) test; in getTestName() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/listbuilder/
DSemiStableSortTest.kt76 private fun testCase( in <lambda>() method in com.android.systemui.statusbar.notification.collection.listbuilder.SemiStableSortTest
/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
/frameworks/base/test-runner/src/android/test/suitebuilder/
DTestMethod.java50 public TestMethod(TestCase testCase) { in TestMethod()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/model/
DSignalIconModelParameterizedTest.kt31 internal class SignalIconModelParameterizedTest(private val testCase: TestCase) : SysuiTestCase() { constant in com.android.systemui.statusbar.pipeline.mobile.ui.model.SignalIconModelParameterizedTest
/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.kt19 private val testCase: TestCase, constant in com.android.systemui.navigationbar.gestural.FloatingRotationButtonPositionCalculatorTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/kotlin/
DPackageManagerExtComponentEnabledTest.kt37 internal class PackageManagerExtComponentEnabledTest(private val testCase: TestCase) : constant in com.android.systemui.util.kotlin.PackageManagerExtComponentEnabledTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
DNormalizedTouchDataTest.kt15 class NormalizedTouchDataTest(val testCase: TestCase) : SysuiTestCase() { in <lambda>() constant in com.android.systemui.biometrics.udfps.NormalizedTouchDataTest
DBoundingBoxOverlapDetectorTest.kt31 class BoundingBoxOverlapDetectorTest(val testCase: TestCase) : SysuiTestCase() { in <lambda>() constant in com.android.systemui.biometrics.udfps.BoundingBoxOverlapDetectorTest
DEllipseOverlapDetectorTest.kt32 class EllipseOverlapDetectorTest(val testCase: TestCase) : SysuiTestCase() { in <lambda>() constant in com.android.systemui.biometrics.udfps.EllipseOverlapDetectorTest
/frameworks/av/camera/ndk/ndk_vendor/tests/
DAImageReaderVendorTest.cpp700 ImageReaderTestCase testCase( in takePictures() local
884 ImageReaderTestCase* testCase = new ImageReaderTestCase( in testLogicalCameraPhysicalStream() local
931 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/packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/helper/
DBouncerSceneLayoutTest.kt163 @Parameter @JvmField var testCase: TestCase? = null in <lambda>() variable in com.android.systemui.bouncer.ui.helper.BouncerSceneLayoutTest

12