Home
last modified time | relevance | path

Searched defs:testCases (Results 1 – 24 of 24) sorted by relevance

/aosp12/frameworks/base/test-runner/tests/src/android/test/
H A DAndroidTestRunnerTest.java52 List<TestCase> testCases = mAndroidTestRunner.getTestCases(); in testLoadNoTestCases() local
62 List<TestCase> testCases = mAndroidTestRunner.getTestCases(); in testSetTestSuiteWithOneTestCase() local
106 List<TestCase> testCases = mAndroidTestRunner.getTestCases(); in testRunTestWithAndroidTestCaseInSuite() local
122 List<TestCase> testCases = mAndroidTestRunner.getTestCases(); in testRunTestWithAndroidTestCaseInNestedSuite() local
141 List<TestCase> testCases = mAndroidTestRunner.getTestCases(); in testSetTestClassWithTestSuiteProvider() local
153 List<TestCase> testCases = mAndroidTestRunner.getTestCases(); in testSetTestClassWithTestSuite() local
164 List<TestCase> testCases = mAndroidTestRunner.getTestCases(); in testRunSingleTestMethod() local
/aosp12/frameworks/minikin/tests/unittest/
H A DLayoutSplitterTest.cpp102 } testCases[] = { in TEST() local
164 } testCases[] = { in TEST() local
226 } testCases[] = { in TEST() local
278 } testCases[] = { in TEST() local
330 } testCases[] = { in TEST() local
H A DFontFamilyTest.cpp212 } testCases[] = { in TEST() local
592 } testCases[] = { in TEST_F() local
737 } testCases[] = { in TEST_F() local
H A DFontCollectionItemizeTest.cpp822 } testCases[] = { in TEST() local
983 } testCases[] = { in TEST() local
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/util/
H A DHexEncodingTest.java33 Object[][] testCases = new Object[][]{ in testEncodeByte() local
58 Object[][] testCases = new Object[][]{ in testEncodeBytes() local
/aosp12/build/soong/partner/androidmk/
H A Dandroidmk_test.go29 var testCases = []struct { var
/aosp12/build/soong/androidmk/androidmk/
H A Dandroidmk_test.go26 var testCases = []struct { var
/aosp12/build/soong/cmd/javac_wrapper/
H A Djavac_wrapper_test.go24 var testCases = []struct { var
/aosp12/build/blueprint/bpmodify/
H A Dbpmodify_test.go25 var testCases = []struct { var
/aosp12/build/soong/cmd/zip2zip/
H A Dzip2zip_test.go26 var testCases = []struct { var
/aosp12/frameworks/base/test-runner/src/android/test/
H A DTestCaseUtil.java49 List<Test> testCases = new ArrayList<>(); in getTests() local
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/internal/util/
H A DBitUtilsTest.java141 BitPackingTestCase[] testCases = { in testBitsPacking() local
/aosp12/packages/services/Car/cpp/powerpolicy/server/tests/
H A DPowerComponentHandlerTest.cpp85 testCases = { in TEST_F() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DUtilsTest.java218 final int[][] testCases = { in testBiometricConstantsConversion() local
H A DBiometricServiceTest.java1281 final int[][] testCases = { in testAuthenticatorActualStrength() local
/aosp12/art/test/800-smali/src/
H A DMain.java56 private List<TestCase> testCases; field in Main
/aosp12/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestSuiteBuilder.java49 private List<TestCase> testCases; field in TestSuiteBuilder
/aosp12/system/netd/server/
H A DFirewallControllerTest.cpp306 } testCases[] = { in TEST_F() local
/aosp12/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java124 List<TestCase> testCases = collector.getTestCases(); in start() local
/aosp12/art/test/989-method-trace-throw/src/art/
H A DTest989.java245 MyRunnable[] testCases = new MyRunnable[] { in run() local
/aosp12/frameworks/av/camera/ndk/ndk_vendor/tests/
H A DAImageReaderVendorTest.cpp744 std::vector<ImageReaderTestCase*> testCases; in testLogicalCameraPhysicalStream() local
/aosp12/hardware/interfaces/identity/support/tests/
H A Dcppbor_test.cpp49 vector<pair<uint64_t /* value */, size_t /* expected encoded size */>> testCases{ in TEST() local
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DRefreshRateConfigsTest.cpp1204 const std::vector<std::pair<float, float>> testCases = { in TEST_F() local
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
H A DCarUserServiceTest.java903 SparseArray<HashSet<Integer>> testCases = new SparseArray<HashSet<Integer>>() { in testGetAllPassengers() local