Home
last modified time | relevance | path

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

12

/cts/tests/tests/os/src/android/os/cts/
DSeccompTest.java75 final String[] tests = { in testKernelBasicTests() local
158 final String[] tests = { in testKernelTSYNCTests() local
176 private void runKernelUnitTestSuite(final String[] tests) { in runKernelUnitTestSuite()
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputHidTestCase.java210 List<HidTestData> tests = mParser.getHidTestData(resourceId); in testInputEvents() local
244 final List<HidVibratorTestData> tests = mParser.getHidVibratorTestData(resourceId); in testInputVibratorEvents() local
321 final List<HidVibratorTestData> tests = mParser.getHidVibratorTestData(resourceId); in testInputVibratorManagerEvents() local
386 final List<HidBatteryTestData> tests = mParser.getHidBatteryTestData(resourceId); in testInputBatteryEvents() local
412 final List<HidLightTestData> tests = mParser.getHidLightTestData(resourceId); in testInputLightsManager() local
/cts/libs/input/src/com/android/cts/input/
DInputJsonParser.java254 List<HidTestData> tests = new ArrayList<HidTestData>(); in getHidTestData() local
287 List<HidVibratorTestData> tests = new ArrayList<HidVibratorTestData>(); in getHidVibratorTestData() local
327 List<HidBatteryTestData> tests = new ArrayList<HidBatteryTestData>(); in getHidBatteryTestData() local
360 List<HidLightTestData> tests = new ArrayList<HidLightTestData>(); in getHidLightTestData() local
398 List<UinputVibratorTestData> tests = new ArrayList<UinputVibratorTestData>(); in getUinputVibratorTestData() local
423 List<UinputVibratorManagerTestData> tests = new ArrayList<UinputVibratorManagerTestData>(); in getUinputVibratorManagerTestData() local
454 List<UinputTestData> tests = new ArrayList<UinputTestData>(); in getUinputTestData() local
/cts/tools/cts-tradefed/tests/src/com/android/compatibility/tradefed/
DCtsTradefedTest.java67 File tests = new File(base, "testcases"); in testSuiteInfoLoad() local
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DAdaptivePlaybackTest.java367 TestList tests = new TestList(); in ex() local
413 public void addTests(TestList tests, final Codec c) { in addTests()
474 public void addTests(TestList tests, final Codec c) { in addTests()
536 public void addTests(TestList tests, final Codec c) { in addTests()
603 public void addTests(TestList tests, final Codec c) { in addTests()
737 public void addTests(TestList tests, Codec c) { in addTests()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestSuite.java82 public Enumeration<Test> tests() { in tests() method in SensorCtsTestSuite
/cts/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DApkPackageNameCheck.java184 List<IRemoteTest> tests = c.getTests(); in testApkPackageNames() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DTestAdapter.java35 List<Test> tests; field in TestAdapter
/cts/tools/vm-tests-tf/build/src/util/build/
DBuildUtilBase.java53 JUnitTestCollector tests = new JUnitTestCollector(getClass().getClassLoader()); in run() local
58 protected void handleTests(JUnitTestCollector tests, TestHandler handler) { in handleTests()
DBuildDalvikSuite.java210 protected void handleTests(JUnitTestCollector tests, TestHandler ignored) { in handleTests()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DDeskClockTestsActivity.java158 private void addTests(ArrayTestListAdapter adapter, TestInfo[] tests) { in addTests()
/cts/tests/tests/view/src/android/view/cts/input/
DInputDeviceVibratorTest.java132 final List<UinputVibratorTestData> tests = mParser.getUinputVibratorTestData(resourceId); in testInputVibratorEvents() local
DInputDeviceVibratorManagerTest.java153 final List<UinputVibratorManagerTestData> tests = in testInputVibratorManagerEvents() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DManifestTestListAdapter.java262 List<TestListItem> tests = filterTests(testsByCategory.get(testCategory), mode); in getRowsWithDisplayMode() local
438 List<TestListItem> tests; in addTestToCategory() local
676 List<TestListItem> filterTests(List<TestListItem> tests, String mode) { in filterTests()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DShortcutThrottlingResetActivity.java94 List<InteractiveTestCase> tests = new ArrayList<>(); in createTestItems() local
DNotificationHidingVerifierActivity.kt399 private val tests = mutableListOf( in <lambda>() constant in com.android.cts.verifier.notifications.NotificationHidingVerifierActivity
DNotificationDismissVerifierActivity.java101 List<InteractiveTestCase> tests = new ArrayList<>(); in createTestItems() local
DNotificationPrivacyVerifierActivity.java108 List<InteractiveTestCase> tests = new ArrayList<>(); in createTestItems() local
DNotificationFullScreenIntentVerifierActivity.java116 List<InteractiveTestCase> tests = new ArrayList<>(); in createTestItems() local
DConditionProviderVerifierActivity.java73 List<InteractiveTestCase> tests = new ArrayList<>(9); in createTestItems() local
/cts/hostsidetests/adpf/app/hintsession/src/cpp/
Dmain.cpp213 std::vector<std::function<void()>> tests; in android_main() local
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_native_aidl_client.cpp903 std::vector<std::vector<T>> tests) { in testRepeat()
917 std::vector<std::vector<T>> tests) { in testRepeat2List()
1049 std::vector<std::optional<std::vector<std::optional<T>>>> tests) { in testRepeat()
1072 std::vector<std::optional<std::vector<T>>> tests) { in testRepeat()
/cts/tests/tests/graphics/src/android/graphics/cts/
DSystemPaletteTest.kt758 private val tests = testsArgs in <lambda>() constant in android.graphics.cts.SystemPaletteTest
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DRingerModeActivity.java116 List<InteractiveTestCase> tests = new ArrayList<>(); in createTestItems() local
/cts/tests/ServiceKillTest/app/src/com/android/cts/servicekilltestapp/
DServiceKillTestService.java467 private final Map<String, Long> tests = new HashMap<>(); field in ServiceKillTestService.Benchmark

12