Home
last modified time | relevance | path

Searched defs:tests (Results 1 – 20 of 20) sorted by relevance

/aosp14/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DListTestCaseNames.java30 List<Test> tests = Collections.<Test>list(suite.tests()); in getTestCaseNames() local
46 List<Test> tests = Collections.<Test>list(suite.tests()); in getTestNames() local
H A DTestGroupingTest.java42 List<TestMethod> tests = mGrouping.getTests(); in testGetTests_noPublicConstructor() local
/aosp14/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DPowerTest.java44 protected Test[] tests() { in tests() method in PowerTest
H A DStatusBarTest.java53 protected Test[] tests() { in tests() method in StatusBarTest
H A DToastTest.java53 protected Test[] tests() { in tests() method in ToastTest
H A DTestActivity.java41 protected abstract Test[] tests(); in tests() method in TestActivity
H A DNotificationTestList.java93 protected Test[] tests() { in tests() method in NotificationTestList
/aosp14/system/core/cli-test/
H A Dcli-test.cpp113 static void CollectTests(std::vector<Test>* tests, const char* test_filename) { in CollectTests()
213 static int RunTests(const std::vector<Test>& tests) { in RunTests()
324 std::vector<Test> tests; in main() local
/aosp14/frameworks/base/tests/CoreTests/android/core/
H A DTestWebData.java76 public final static byte[][] tests = { field in TestWebData
/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DGamePerformanceTest.java123 final List<BaseTest> tests = new ArrayList<>(); in runPerformanceTests() local
/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dextensions.h95 std::vector<PackedInfoTest> tests; member
117 std::vector<CommandTest> tests; member
H A Dextensions.cpp225 std::vector<Configuration::CommandTest> tests; in ExtractOem() local
/aosp14/frameworks/base/test-runner/tests/src/android/test/
H A DTestCaseUtilTest.java31 List<Test> tests = (List<Test>) TestCaseUtil.getTests(test, false); in getTestCaseNames() local
/aosp14/system/core/debuggerd/rust/tombstoned_client/src/
H A Dlib.rs129 mod tests { module
/aosp14/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
H A DWorkflowTest.java253 ArrayList<Object[]> tests = new ArrayList<>(); in getParameters() local
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DResolverActivityWorkProfileTest.java114 public static Collection tests() { in tests() method in ResolverActivityWorkProfileTest
H A DChooserActivityWorkProfileTest.java121 public static Collection tests() { in tests() method in ChooserActivityWorkProfileTest
/aosp14/system/core/libcutils/
H A Dfs_config_test.cpp148 static bool check_fs_config_cmp(const fs_config_cmp_test* tests) { in check_fs_config_cmp()
/aosp14/frameworks/base/tests/utils/testutils/java/com/android/test/filters/
H A DSelectTestTests.java125 final Set<Description> tests = new ArraySet<>(); in methodTest() local
/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DPatternsTest.java922 String[] tests = { in testPhonePattern() local