/frameworks/base/packages/SystemUI/ |
D | Android.bp | 73 name: "SystemUI-tests-robofiles", 75 "tests/src/**/*.kt", 76 "tests/src/**/*.java", 83 name: "SystemUI-tests-broken-robofiles-sysui-run", 85 "tests/src/**/systemui/broadcast/BroadcastDispatcherTest.kt", 86 "tests/src/**/systemui/broadcast/ActionReceiverTest.kt", 87 "tests/src/**/systemui/doze/DozeMachineTest.java", 88 "tests/src/**/systemui/globalactions/GlobalActionsDialogLiteTest.java", 89 "tests/src/**/systemui/globalactions/GlobalActionsImeTest.java", 90 "tests/src/**/systemui/keyguard/data/repository/KeyguardTransitionRepositoryTest.kt", [all …]
|
D | TEST_MAPPING | 2 // Curious where your @Scenario tests are running? 10 // @PlatinumTest: Marking your test with this annotation will put your tests in presubmit. 11 // Please DO NOT annotate new or old tests with @PlatinumTest annotation 14 // @Postsubmit: Do not use this annotation for e2e tests. This won't have any affect. 16 // For all other e2e tests which are not platinum, they run in sysui-silver suite,that 18 // If you want to see one shot place to monitor all e2e tests, look for 68 "include-filter": "android.platform.tests.HomeTest" 71 "exclude-filter": "android.platform.tests.HomeTest#testAssistantWidget" 79 "include-filter": "android.platform.tests.NotificationTest"
|
/frameworks/base/libs/androidfw/ |
D | Android.bp | 201 "tests/CommonHelpers.cpp", 202 "tests/TestHelpers.cpp", 203 "tests/TestMain.cpp", 205 // Actual tests. 206 "tests/ApkAssets_test.cpp", 207 "tests/ApkParsing_test.cpp", 208 "tests/AppAsLib_test.cpp", 209 "tests/Asset_test.cpp", 210 "tests/AssetManager2_test.cpp", 211 "tests/AttributeFinder_test.cpp", [all …]
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
D | testing.md | 5 ## Unit tests 7 New WM Shell unit tests can be added to the 8 [Shell/tests/unittest](/libs/WindowManager/Shell/tests/unittest) directory, and can 14 If you use the SysUI Studio project, you can run and debug tests directly in the source files 17 These unit tests are run as a part of WindowManager presubmit, and the dashboards for these unit 18 tests tests can be found at [go/wm-tests](http://go/wm-tests). 20 This [GCL file](http://go/wm-unit-tests-gcl) configures the tests being run on the server. 22 ## Flicker tests 24 Flicker tests are tests that perform actions and make assertions on the state in Window Manager 27 New WM Shell Flicker tests can be added to the [all …]
|
/frameworks/native/services/surfaceflinger/CompositionEngine/ |
D | Android.bp | 132 test_suites: ["device-tests"], 135 "frameworks/native/services/surfaceflinger/tests/unittests", 143 "tests/planner/CachedSetTest.cpp", 144 "tests/planner/FlattenerTest.cpp", 145 "tests/planner/LayerStateTest.cpp", 146 "tests/planner/PredictorTest.cpp", 147 "tests/planner/TexturePoolTest.cpp", 148 "tests/CompositionEngineTest.cpp", 149 "tests/DisplayColorProfileTest.cpp", 150 "tests/DisplayTest.cpp", [all …]
|
/frameworks/base/libs/hwui/ |
D | Android.bp | 712 test_suites: ["general-tests"], 724 "tests/common/scenes/*.cpp", 725 "tests/common/LeakChecker.cpp", 726 "tests/common/TestListViewSceneBase.cpp", 727 "tests/common/TestContext.cpp", 728 "tests/common/TestScene.cpp", 729 "tests/common/TestUtils.cpp", 734 // unit tests 754 "tests/unit/main.cpp", 755 "tests/unit/ABitmapTests.cpp", [all …]
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | README | 4 This directory contains integration tests for debug information in libbcc. 6 The tests come in two flavours: host and target. Host tests are run on the 8 tests run on a live Android system (emulator or device.) 10 Host tests use clang to build bytecode (bc) files, which are then executed 16 Target tests are similar, but instead of using clang, they use ant and 19 The output is verified in the same way as host side tests, and the format 20 of the tests is the same. 22 *** If you are running target-side tests, you must disable parallel 28 To run the tests, you must have built the android source tree and have 52 To execute all the tests from this directory, use the llvm-lit tool: [all …]
|
/frameworks/layoutlib/ |
D | METADATA | 3 " create/tests/res/mock_data/mock_android/fake/InnerTest.java\n" 4 " create/tests/res/mock_data/mock_android/util/EmptyArray.java\n" 5 " create/tests/res/mock_data/mock_android/view/View.java\n" 6 " create/tests/res/mock_data/mock_android/view/ViewGroup.java\n" 7 " create/tests/res/mock_data/mock_android/widget/LinearLayout.java\n" 8 " create/tests/res/mock_data/mock_android/widget/TableLayout.java\n" 9 " create/tests/res/mock_data/notjava/lang/JavaClass.java"
|
/frameworks/compile/slang/tests/ |
D | slang_test.py | 116 def ReportIfDifferFromExpected(tests, name, file1, file2): argument 128 tests.fail(err_message) 208 def CheckTestResult(dir_name, subprocess_ret, tests, args): argument 231 tests.fail(err_message) 242 tests.fail(err_message) 244 tests.fail('Invalid test name: ' + dir_name + 248 def CheckJavaOutput(tests): argument 264 tests.fail('%s not found' % find) 266 tests.fail('multiple %s found' % find) 268 tests.fail('%s and %s are different' % (found[0], expect)) [all …]
|
/frameworks/opt/telephony/testing/ |
D | Android.bp | 25 "//cts/tests/tests/simphonebookprovider", 26 "//cts/tests/tests/simphonebookprovider/nosim", 27 "//frameworks/opt/telephony/tests", 28 "//packages/services/Telephony/tests",
|
/frameworks/base/tests/Codegen/ |
D | runTest.sh | 14 …header_and_eval codegen $ANDROID_BUILD_TOP/frameworks/base/tests/Codegen/src/com/android/codegente… 15 …header_and_eval codegen $ANDROID_BUILD_TOP/frameworks/base/tests/Codegen/src/com/android/codegente… 16 …header_and_eval codegen $ANDROID_BUILD_TOP/frameworks/base/tests/Codegen/src/com/android/codegente… 17 …header_and_eval codegen $ANDROID_BUILD_TOP/frameworks/base/tests/Codegen/src/com/android/codegente… 18 …header_and_eval codegen $ANDROID_BUILD_TOP/frameworks/base/tests/Codegen/src/com/android/codegente… 19 …header_and_eval codegen $ANDROID_BUILD_TOP/frameworks/base/tests/Codegen/src/com/android/codegente… 20 …header_and_eval codegen $ANDROID_BUILD_TOP/frameworks/base/tests/Codegen/src/com/android/codegente… 23 header_and_eval mmma -j16 frameworks/base/tests/Codegen && \
|
/frameworks/libs/systemui/animationlib/ |
D | Android.bp | 41 name: "animationlib-tests-base", 58 "animationlib-tests-base", 66 "tests/src/**/*.kt", 67 "tests/robolectric/src/**/*.kt", 69 java_resource_dirs: ["tests/robolectric/config"], 77 manifest: "tests/AndroidManifest.xml", 80 "animationlib-tests-base", 83 "tests/src/**/*.java", 84 "tests/src/**/*.kt", 87 test_suites: ["general-tests"],
|
/frameworks/compile/slang/lit-tests/ |
D | README | 4 This directory contains tests for Slang that use the 'llvm-lit' testing tool. 10 To run the tests, you must have the android build environment variables 12 - Android version of llvm-lit (currently in libbcc/tests/debuginfo) 16 If you are unable to run the tests, try using the "--debug" option to llvm-lit. 19 the failure. Note that tests marked as "Expected Fail" (XFAIL) will not print 27 write tests that verify the emitted Java code. 31 To execute all the tests from this directory, use the Android llvm-lit tool 33 $ ../../libbcc/tests/debuginfo/llvm-lit . 39 Adding new tests 41 To add new tests, just add .rs files to a test directory with similar [all …]
|
/frameworks/base/core/java/android/content/pm/ |
D | TEST_MAPPING | 4 "path":"frameworks/base/core/tests/coretests/src/android/content/pm" 7 "path":"frameworks/base/services/tests/PackageManagerServiceTests" 10 "path":"frameworks/base/services/tests/PackageManager" 13 "path":"frameworks/base/services/tests/PackageManagerComponentOverrideTests" 16 "path":"frameworks/base/services/tests/servicestests/src/com/android/server/pm" 19 "path":"cts/tests/tests/packageinstaller" 34 "path":"system/apex/tests" 37 "path":"cts/tests/tests/content/pm/SecureFrp"
|
/frameworks/av/media/libaudioclient/tests/ |
D | track_test_input_v1.0_ref.txt | 5 # sample rate tests 13 # format tests 17 # channel mask tests 21 # framecount tests 25 # shared memory tests 32 # session tests 34 # attributes tests
|
D | record_test_input_v1.0_ref.txt | 5 # sample rate tests 13 # format tests 17 # channel mask tests 19 # frame count tests 26 # session tests 28 # input source tests
|
/frameworks/opt/telephony/tests/telephonytests/ |
D | Android.bp | 19 // For access hidden connectivity methods in tests 38 "net-tests-utils", 49 jarjar_rules: ":jarjar-rules-telephony-tests", 52 "device-tests", 58 name: "jarjar-rules-telephony-tests", 61 "jarjar-rules-tests.txt", 64 out: ["jarjar-rules-telephony-tests-combined.txt"],
|
/frameworks/base/cmds/idmap2/ |
D | Android.bp | 167 test_suites: ["general-tests"], 169 "tests/BinaryStreamVisitorTests.cpp", 170 "tests/CommandLineOptionsTests.cpp", 171 "tests/FabricatedOverlayTests.cpp", 172 "tests/FileUtilsTests.cpp", 173 "tests/Idmap2BinaryTests.cpp", 174 "tests/IdmapTests.cpp", 175 "tests/Main.cpp", 176 "tests/PoliciesTests.cpp", 177 "tests/PrettyPrintVisitorTests.cpp", [all …]
|
/frameworks/base/tests/SmokeTest/ |
D | README | 1 The tests in this folder are a very controlled set of tests that will be run by 3 Please use caution when adding tests here. 5 If you wish to run these tests, issue the command: 8 -w com.android.smoketest/.tests.SmokeTestInstrumentationTestRunner
|
/frameworks/libs/modules-utils/ |
D | TEST_MAPPING | 1 // Add tests for all the mainline modules relying on this library. 11 // Unit tests for framework-wifi.jar 21 // b/255344517: The binary XML tests currently lives in frameworks/base. 31 // b/255344517: The binary XML tests currently lives in frameworks/base. 45 // Wifi CTS tests 51 // Unit tests for service-wifi.jar
|
/frameworks/base/apct-tests/perftests/core/ |
D | OWNERS | 5 per-file /apct-tests/perftests/core/res/* = felkachang@google.com,zyy@google.com 6 per-file /apct-tests/perftests/core/res/* = file:/core/java/android/content/om/OWNERS 7 per-file /apct-tests/perftests/core/src/android/content/res/* = felkachang@google.com 8 per-file /apct-tests/perftests/core/src/android/content/res/* = file:/core/java/android/content/res… 12 per-file /apct-tests/perftests/core/src/android/content/om/* = felkachang@google.com 13 per-file /apct-tests/perftests/core/src/android/content/om/* = file:/core/java/android/content/om/O…
|
/frameworks/base/tests/ActivityManagerPerfTests/ |
D | README.txt | 3 Performance tests for various ActivityManager components, e.g. Services, Broadcasts 4 * These are only for tests that don't require a target package to test against 5 * Self-contained perf tests should go in frameworks/base/apct-tests/perftests 7 Command to run tests 21 * tests 22 * Instrumentation test which runs the various performance tests and reports the results 29 Adding tests 31 * Look at tests/src/com/android/frameworks/perftests/am/BroadcastPerfTest and 37 * Add the test class under tests/src/com/android/frameworks/perftests/am/tests/ 54 * Look at internal documentation for how to add new tests to dashboards and receive notification
|
/frameworks/base/libs/WindowManager/Shell/tests/ |
D | README.md | 3 This contains all tests written for WM (WindowManager) Shell and it's currently 6 - unittest, tests against individual functions, usually @SmallTest and do not 8 - integration, this maybe a mix of functional and integration tests. Contains 9 tests verify the WM Shell as a whole, like talking to WM core. This usually 13 - flicker, similar to functional tests with its sole focus on flickerness. See 14 …[WM Shell Flicker Test Package](http://cs/android/framework/base/libs/WindowManager/Shell/tests/fl…
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
D | ListTestCaseNames.java | 30 List<Test> tests = Collections.<Test>list(suite.tests()); in getTestCaseNames() local 32 for (Test test : tests) { in getTestCaseNames() 46 List<Test> tests = Collections.<Test>list(suite.tests()); in getTestNames() local 48 for (Test test : tests) { in getTestNames()
|
/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
D | GamePerformanceTest.java | 119 final List<BaseTest> tests = new ArrayList<>(); in runPerformanceTests() local 120 tests.add(new TriangleCountOpenGLTest(activity)); in runPerformanceTests() 121 tests.add(new FillRateOpenGLTest(activity, false /* testBlend */)); in runPerformanceTests() 122 tests.add(new FillRateOpenGLTest(activity, true /* testBlend */)); in runPerformanceTests() 123 tests.add(new DeviceCallsOpenGLTest(activity)); in runPerformanceTests() 124 tests.add(new ControlsTest(activity)); in runPerformanceTests() 126 for (BaseTest test : tests) { in runPerformanceTests()
|