/cts/tests/tests/os/src/android/os/cts/ |
D | SeccompTest.java | 69 final String[] tests = { in testKernelBasicTests() local 98 final String[] tests = { in testKernelTrapTests() local 107 final String[] tests = { in testKernelPrecedenceTests() local 143 final String[] tests = { in testKernelTSYNCTests() local 161 private void runKernelUnitTestSuite(final String[] tests) { in runKernelUnitTestSuite()
|
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
D | InputHidTestCase.java | 204 List<HidTestData> tests = mParser.getHidTestData(resourceId); in testInputEvents() local 238 final List<HidVibratorTestData> tests = mParser.getHidVibratorTestData(resourceId); in testInputVibratorEvents() local 316 final List<HidVibratorTestData> tests = mParser.getHidVibratorTestData(resourceId); in testInputVibratorManagerEvents() local 382 final List<HidBatteryTestData> tests = mParser.getHidBatteryTestData(resourceId); in testInputBatteryEvents() local 408 final List<HidLightTestData> tests = mParser.getHidLightTestData(resourceId); in testInputLightsManager() local
|
/cts/libs/input/src/com/android/cts/input/ |
D | InputJsonParser.java | 269 List<HidTestData> tests = new ArrayList<HidTestData>(); in getHidTestData() local 302 List<HidVibratorTestData> tests = new ArrayList<HidVibratorTestData>(); in getHidVibratorTestData() local 342 List<HidBatteryTestData> tests = new ArrayList<HidBatteryTestData>(); in getHidBatteryTestData() local 375 List<HidLightTestData> tests = new ArrayList<HidLightTestData>(); in getHidLightTestData() local 413 List<UinputVibratorTestData> tests = new ArrayList<UinputVibratorTestData>(); in getUinputVibratorTestData() local 438 List<UinputVibratorManagerTestData> tests = new ArrayList<UinputVibratorManagerTestData>(); in getUinputVibratorManagerTestData() local 469 List<UinputTestData> tests = new ArrayList<UinputTestData>(); in getUinputTestData() local
|
/cts/tools/cts-tradefed/tests/src/com/android/compatibility/tradefed/ |
D | CtsTradefedTest.java | 67 File tests = new File(base, "testcases"); in testSuiteInfoLoad() local
|
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/ |
D | AdaptivePlaybackTest.java | 373 TestList tests = new TestList(); in ex() local 419 public void addTests(TestList tests, final Codec c) { in addTests() 480 public void addTests(TestList tests, final Codec c) { in addTests() 542 public void addTests(TestList tests, final Codec c) { in addTests() 609 public void addTests(TestList tests, final Codec c) { in addTests() 743 public void addTests(TestList tests, Codec c) { in addTests()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
D | SensorCtsTestSuite.java | 82 public Enumeration<Test> tests() { in tests() method in SensorCtsTestSuite
|
/cts/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/ |
D | ApkPackageNameCheck.java | 223 List<IRemoteTest> tests = c.getTests(); in testApkPackageNames() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | TestAdapter.java | 35 List<Test> tests; field in TestAdapter
|
/cts/tools/vm-tests-tf/build/src/util/build/ |
D | BuildUtilBase.java | 53 JUnitTestCollector tests = new JUnitTestCollector(getClass().getClassLoader()); in run() local 58 protected void handleTests(JUnitTestCollector tests, TestHandler handler) { in handleTests()
|
D | BuildDalvikSuite.java | 210 protected void handleTests(JUnitTestCollector tests, TestHandler ignored) { in handleTests()
|
/cts/tests/tests/view/src/android/view/cts/input/ |
D | InputDeviceVibratorTest.java | 132 final List<UinputVibratorTestData> tests = mParser.getUinputVibratorTestData(resourceId); in testInputVibratorEvents() local
|
D | InputDeviceVibratorManagerTest.java | 153 final List<UinputVibratorManagerTestData> tests = in testInputVibratorManagerEvents() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/ |
D | DeskClockTestsActivity.java | 158 private void addTests(ArrayTestListAdapter adapter, TestInfo[] tests) { in addTests()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | ManifestTestListAdapter.java | 261 List<TestListItem> tests = filterTests(testsByCategory.get(testCategory), mode); in getRowsWithDisplayMode() local 437 List<TestListItem> tests; in addTestToCategory() local 670 List<TestListItem> filterTests(List<TestListItem> tests, String mode) { in filterTests()
|
/cts/tools/cts-api-coverage/src/com/android/cts/apimap/output/ |
D | ApiMapXmlGenerator.java | 176 private void addCoveredByElement(List<TestMethodInfo> tests, Element parent) { in addCoveredByElement()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | ShortcutThrottlingResetActivity.java | 94 List<InteractiveTestCase> tests = new ArrayList<>(); in createTestItems() local
|
D | NotificationDismissVerifierActivity.java | 101 List<InteractiveTestCase> tests = new ArrayList<>(); in createTestItems() local
|
D | NotificationPrivacyVerifierActivity.java | 108 List<InteractiveTestCase> tests = new ArrayList<>(); in createTestItems() local
|
D | NotificationHidingVerifierActivity.kt | 611 private val tests = mutableListOf( in <lambda>() constant
|
D | NotificationFullScreenIntentVerifierActivity.java | 116 List<InteractiveTestCase> tests = new ArrayList<>(); in createTestItems() local
|
/cts/hostsidetests/adpf/app/hintsession/src/cpp/ |
D | main.cpp | 266 std::vector<std::function<void()>> tests; in android_main() local
|
/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
D | test_native_aidl_client.cpp | 919 std::vector<std::vector<T>> tests) { in testRepeat() 933 std::vector<std::vector<T>> tests) { in testRepeat2List() 1065 std::vector<std::optional<std::vector<std::optional<T>>>> tests) { in testRepeat() 1088 std::vector<std::optional<std::vector<T>>> tests) { in testRepeat()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | SystemPaletteTest.kt | 760 private val tests = testsArgs in <lambda>() constant in android.graphics.cts.SystemPaletteTest
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | RingerModeActivity.java | 116 List<InteractiveTestCase> tests = new ArrayList<>(); in createTestItems() local
|
/cts/tests/ServiceKillTest/app/src/com/android/cts/servicekilltestapp/ |
D | ServiceKillTestService.java | 467 private final Map<String, Long> tests = new HashMap<>(); field in ServiceKillTestService.Benchmark
|