Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/
H A DTestUtil.java38 public static void testSetup(final Context context, final TestCase testCase) { in testSetup()
54 public static void testTeardown(final TestCase testCase) { in testTeardown()
/aosp12/frameworks/minikin/tests/unittest/
H A 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
H A DFontFamilyTest.cpp289 for (const auto& testCase : testCases) { in TEST() local
597 for (const auto& testCase : testCases) { in TEST_F() local
767 for (const TestCase& testCase : testCases) { in TEST_F() local
H A DFontCollectionItemizeTest.cpp921 for (auto testCase : testCases) { in TEST() local
1276 for (const auto& testCase : testCases) { in TEST() local
H A DCmapCoverageTest.cpp351 for (const auto& testCase : TEST_CASES) { in TEST() local
375 for (const auto& testCase : TEST_CASES) { in TEST() local
442 for (const auto& testCase : TEST_CASES) { in TEST() local
/aosp12/frameworks/base/test-runner/tests/src/android/test/
H A DTestCaseUtilTest.java48 TestCase testCase = new OneTestTestCaseWithSuite(); in testGetTests_ForTestCaseWithSuiteMethod() local
84 TestCase testCase = new OneTestTestCase(); in suite() local
/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DOrientationUtil.java49 ActivityInstrumentationTestCase2 testCase) { in initializeAndStartActivityIfNotStarted()
/aosp12/frameworks/base/test-runner/src/junit/textui/
H A DTestRunner.java153 String testCase= ""; in start() local
186 …protected TestResult runSingleMethod(String testCase, String method, boolean wait) throws Exceptio… in runSingleMethod()
/aosp12/art/test/481-regression-phi-cond/src/
H A DMain.java39 public static boolean testCase(boolean x, boolean y, boolean z) { in testCase() method in Main
/aosp12/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
H A DScreenRecordTestBase.kt73 val testCase = object : ISurfaceValidatorTestCase { regex
/aosp12/frameworks/base/test-runner/src/android/test/
H A DTestCaseUtil.java115 TestCase testCase = (TestCase) test; in getTestName() local
H A DAndroidTestRunner.java57 TestCase testCase = buildSingleTestMethod(testClass, testMethodName); in setTestClassName() local
118 TestCase testCase = (TestCase) constructor.newInstance(args); in newSingleTestMethod() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
H A DGenerateCorpus.cpp155 void createCorpusEntry(const std::pair<std::string, const TestModel*>& testCase, in createCorpusEntry()
183 [&genDir](const auto& testCase) { createCorpusEntry(testCase, genDir); }); in main()
/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DPropertyNodesVerifier.java34 public PropertyNodesVerifier(AndroidTestCase testCase) { in PropertyNodesVerifier()
/aosp12/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DTestCaseCollector.java110 TestCase testCase = (TestCase) clazz.newInstance(); in addSingleTestMethod() local
H A DUiAutomatorTestRunner.java426 protected void prepareTestCase(TestCase testCase) { in prepareTestCase()
/aosp12/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestMethod.java50 public TestMethod(TestCase testCase) { in TestMethod()
/aosp12/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DUnitTestSuiteBuilderTest.java105 TestCase testCase = (TestCase) test; in testName() local
/aosp12/frameworks/av/camera/ndk/ndk_vendor/tests/
H A DAImageReaderVendorTest.cpp576 ImageReaderTestCase testCase( in takePictures() local
746 ImageReaderTestCase* testCase = new ImageReaderTestCase( in testLogicalCameraPhysicalStream() local
788 for(auto &testCase : testCases) { in testLogicalCameraPhysicalStream() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DTimeZoneDetectorStrategyImplTest.java353 TelephonyTestCase testCase = newTelephonyTestCase(MATCH_TYPE_NETWORK_COUNTRY_ONLY, in testTelephonySuggestionsWhenTimeZoneUninitialized() local
498 private void makeSlotIndex1SuggestionAndCheckState(Script script, TelephonyTestCase testCase) { in makeSlotIndex1SuggestionAndCheckState()
628 TelephonyTestCase testCase = newTelephonyTestCase( in testTelephonySuggestionStrategyDoesNotAssumeCurrentSetting_autoTelephony() local
/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/
H A DPaintTest.java85 HintingTestCase testCase = HINTING_TESTCASES[i]; in testHintingWidth() local
/aosp12/hardware/interfaces/identity/support/tests/
H A Dcppbor_test.cpp62 for (auto& testCase : testCases) { in TEST() local