Searched refs:tests (Results 1 – 25 of 136) sorted by relevance
123456
/platform_testing/libraries/audio-test-harness/ |
D | TEST_MAPPING | 5 "name": "audiotestharness-serverlib-tests", 9 "name": "audiotestharness-javasoundlib-tests", 13 "name": "audiotestharness-servicelib-tests", 17 "name": "audiotestharness-utilitylib-tests", 21 "name": "audiotestharness-client-grpclib-tests", 25 "name": "audiotestharness-testlib-tests",
|
/platform_testing/build/tasks/tests/ |
D | native_test_list.mk | 35 bionic-unit-tests \ 36 bionic-unit-tests-static \ 86 libjavacore-unit-tests \ 87 liblog-unit-tests \ 96 linker-unit-tests \ 97 logcat-unit-tests \ 98 logd-unit-tests \ 99 kernel-config-unit-tests \ 158 time-unit-tests \ 202 ziparchive-tests \
|
/platform_testing/emu_test/ |
D | run_android_bridge_test.cmd | 4 REM It is to be used with BYOB setup to run tests on cloud VMs. 5 REM REM It will run ADB tests. 9 REM It will return 0 if it is able to execute tests, otherwise 33 echo "Extract tests from general-tests.zip" 34 7z l %BUILD_DIR%\test_suites_x86_64\general-tests.zip | findstr "adb_integration_test" 37 mkdir %DIST_DIR%\general-tests 38 7z x -aoa %BUILD_DIR%\test_suites_x86_64\general-tests.zip -o%DIST_DIR%\general-tests\ host\testcas… 41 echo "Run ADB tests from $ADT_INFRA"
|
D | run_android_bridge_test.sh | 45 unzip -l $BUILD_DIR/general-tests.zip | grep -q adb_integration_test 48 mkdir -p $DIST_DIR/general-tests 49 …unzip $BUILD_DIR/general-tests.zip host/testcases/adb_integration_test_*/* -d $DIST_DIR/general-te…
|
/platform_testing/build/tasks/ |
D | platform_tests.mk | 20 include $(LOCAL_PATH)/tests/platform_test_list.mk 21 -include $(wildcard vendor/*/build/tasks/tests/platform_test_list.mk) 32 name := $(TARGET_PRODUCT)-tests-$(FILE_NAME_TAG)
|
D | continuous_native_metric_tests.mk | 19 include $(LOCAL_PATH)/tests/native_metric_test_list.mk 20 -include $(wildcard vendor/*/build/tasks/tests/native_metric_test_list.mk) 36 tests: continuous_native_metric_tests
|
D | continuous_native_tests.mk | 19 include $(LOCAL_PATH)/tests/native_test_list.mk 20 -include $(wildcard vendor/*/build/tasks/tests/native_test_list.mk) 36 tests: continuous_native_tests
|
D | continuous_instrumentation_metric_tests.mk | 19 include $(LOCAL_PATH)/tests/instrumentation_metric_test_list.mk 20 -include $(wildcard vendor/*/build/tasks/tests/instrumentation_metric_test_list.mk) 36 tests: continuous_instrumentation_metric_tests
|
D | continuous_instrumentation_tests.mk | 19 include $(LOCAL_PATH)/tests/instrumentation_test_list.mk 20 -include $(wildcard vendor/*/build/tasks/tests/instrumentation_test_list.mk) 36 tests: continuous_instrumentation_tests 86 tests : continuous_instrumentation_tests_api_coverage
|
/platform_testing/libraries/audio-test-harness/server/ |
D | Android.bp | 117 name: "audiotestharness-serverlib-tests", 118 test_suites: ["general-tests"], 141 name: "audiotestharness-servicelib-tests", 142 test_suites: ["general-tests"], 163 name: "audiotestharness-javasoundlib-tests", 164 test_suites: ["general-tests"], 186 name: "audiotestharness-utilitylib-tests", 187 test_suites: ["general-tests"],
|
/platform_testing/libraries/health/runners/longevity/ |
D | README.md | 5 a subclass of LongevitySuite, and voila...you now have longevity tests! 9 There is both host-side (core) and device-side (platform) for longevity tests with only 25 **Run simple test suite 10 times, shuffle all tests, and quit after 30 minutes.** 44 **Run simple test suite 10 times, shuffle all tests, and quit after 30 minutes.** 76 Host-side tests for the library can be built with the `LongevityHostLibTests` module under the 77 `tests/` directory. Run them using `java out/host/linux-x86/framework/LongevityHostLibTests.jar 80 Device-side tests for the library can be built with the `LongevityLibTests` module under the 81 `tests/` directory. Run them using `adb shell am instrument -w -r 82 android.platform.test.longevity.tests/androidx.test.runner.AndroidJUnitRunner`.
|
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/ |
D | DummyActivity.java | 17 package android.platform.systemui.tests.jank;
|
/platform_testing/tests/functional/devicehealthtests/src/com/android/devicehealth/tests/ |
D | KnownFailureItem.java | 16 package com.android.devicehealth.tests;
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/process-cpu-time/ |
D | README.md | 3 These configs are used to collect the cpu stats at the start and end of tests or test run.
|
/platform_testing/libraries/device-collectors/src/test/java/android/device/tests/ |
D | TestEvents.java | 16 package android.device.tests;
|
/platform_testing/tests/functional/testapks/permissiontestappmv1/ |
D | Android.bp | 16 test_suites: ["device-tests"],
|
/platform_testing/libraries/car-helpers/ |
D | README.md | 4 facilitate integration tests. Implementation in this package should always use
|
/platform_testing/docs/ |
D | index.md | 7 [Android Platform Testing](https://source.android.com/compatibility/tests)
|
/platform_testing/tests/functional/downloadapp/ |
D | Android.bp | 21 test_suites: ["device-tests"],
|
/platform_testing/libraries/health/composers/platform/tests/ |
D | Android.bp | 28 "test-composers-tests", 34 test_suites: [ "device-tests" ],
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/cpu-time-per-freq/ |
D | README.md | 3 These configs are used to pull the cpu time per frequency at the start and end of tests or test run…
|
/platform_testing/tests/functional/permission/ |
D | Android.bp | 23 test_suites: ["device-tests"],
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/subsystem-sleep-state/ |
D | README.md | 3 …on the device as defined in the SubsystemSleepState atom at the start and end of tests or test run.
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/cpu-cluster-time/ |
D | README.md | 3 These configs are used to pull the process user time and system time at the start and end of tests …
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/cpu-time-per-uid-freq/ |
D | README.md | 3 These configs are used to pull the cpu time per frequency at the start and end of tests or test run…
|
123456