/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/ |
H A D | TestUtil.java | 38 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 D | LayoutSplitterTest.cpp | 144 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 D | FontFamilyTest.cpp | 289 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 D | FontCollectionItemizeTest.cpp | 921 for (auto testCase : testCases) { in TEST() local 1276 for (const auto& testCase : testCases) { in TEST() local
|
H A D | CmapCoverageTest.cpp | 351 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 D | TestCaseUtilTest.java | 48 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 D | OrientationUtil.java | 49 ActivityInstrumentationTestCase2 testCase) { in initializeAndStartActivityIfNotStarted()
|
/aosp12/frameworks/base/test-runner/src/junit/textui/ |
H A D | TestRunner.java | 153 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 D | Main.java | 39 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 D | ScreenRecordTestBase.kt | 73 val testCase = object : ISurfaceValidatorTestCase { regex
|
/aosp12/frameworks/base/test-runner/src/android/test/ |
H A D | TestCaseUtil.java | 115 TestCase testCase = (TestCase) test; in getTestName() local
|
H A D | AndroidTestRunner.java | 57 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 D | GenerateCorpus.cpp | 155 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 D | PropertyNodesVerifier.java | 34 public PropertyNodesVerifier(AndroidTestCase testCase) { in PropertyNodesVerifier()
|
/aosp12/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
H A D | TestCaseCollector.java | 110 TestCase testCase = (TestCase) clazz.newInstance(); in addSingleTestMethod() local
|
H A D | UiAutomatorTestRunner.java | 426 protected void prepareTestCase(TestCase testCase) { in prepareTestCase()
|
/aosp12/frameworks/base/test-runner/src/android/test/suitebuilder/ |
H A D | TestMethod.java | 50 public TestMethod(TestCase testCase) { in TestMethod()
|
/aosp12/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
H A D | UnitTestSuiteBuilderTest.java | 105 TestCase testCase = (TestCase) test; in testName() local
|
/aosp12/frameworks/av/camera/ndk/ndk_vendor/tests/ |
H A D | AImageReaderVendorTest.cpp | 576 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 D | TimeZoneDetectorStrategyImplTest.java | 353 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 D | PaintTest.java | 85 HintingTestCase testCase = HINTING_TESTCASES[i]; in testHintingWidth() local
|
/aosp12/hardware/interfaces/identity/support/tests/ |
H A D | cppbor_test.cpp | 62 for (auto& testCase : testCases) { in TEST() local
|