Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 25 of 729) sorted by relevance

12345678910>>...30

/frameworks/base/libs/androidfw/
DAndroid.bp153 "tests/CommonHelpers.cpp",
154 "tests/TestHelpers.cpp",
155 "tests/TestMain.cpp",
157 // Actual tests.
158 "tests/ApkAssets_test.cpp",
159 "tests/AppAsLib_test.cpp",
160 "tests/Asset_test.cpp",
161 "tests/AssetManager2_test.cpp",
162 "tests/AttributeFinder_test.cpp",
163 "tests/AttributeResolution_test.cpp",
[all …]
/frameworks/native/services/surfaceflinger/CompositionEngine/
DAndroid.bp104 test_suites: ["device-tests"],
107 "tests/planner/CachedSetTest.cpp",
108 "tests/planner/FlattenerTest.cpp",
109 "tests/planner/LayerStateTest.cpp",
110 "tests/planner/PredictorTest.cpp",
111 "tests/planner/TexturePoolTest.cpp",
112 "tests/CompositionEngineTest.cpp",
113 "tests/DisplayColorProfileTest.cpp",
114 "tests/DisplayTest.cpp",
115 "tests/HwcBufferCacheTest.cpp",
[all …]
/frameworks/base/libs/hwui/
DAndroid.bp641 test_suites: ["device-tests"],
652 "tests/common/scenes/*.cpp",
653 "tests/common/LeakChecker.cpp",
654 "tests/common/TestListViewSceneBase.cpp",
655 "tests/common/TestContext.cpp",
656 "tests/common/TestScene.cpp",
657 "tests/common/TestUtils.cpp",
662 // unit tests
681 "tests/unit/main.cpp",
682 "tests/unit/ABitmapTests.cpp",
[all …]
/frameworks/base/packages/SystemUI/
DAndroid.bp107 name: "SystemUI-tests-utils",
109 "tests/src/com/android/systemui/SysuiTestCase.java",
110 "tests/src/com/android/systemui/TestableDependency.java",
111 "tests/src/com/android/systemui/classifier/FalsingManagerFake.java",
112 … "tests/src/com/android/systemui/statusbar/notification/collection/NotificationEntryBuilder.java",
113 "tests/src/com/android/systemui/statusbar/RankingBuilder.java",
114 "tests/src/com/android/systemui/statusbar/SbnBuilder.java",
115 "tests/src/com/android/systemui/SysuiTestableContext.java",
116 "tests/src/com/android/systemui/utils/leaks/BaseLeakChecker.java",
117 "tests/src/com/android/systemui/utils/leaks/LeakCheckedTest.java",
[all …]
/frameworks/compile/libbcc/tests/debuginfo/
DREADME4 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/
DMETADATA3 # create/tests/res/mock_data/mock_android/fake/InnerTest.java
4 # create/tests/res/mock_data/mock_android/util/EmptyArray.java
5 # create/tests/res/mock_data/mock_android/view/View.java
6 # create/tests/res/mock_data/mock_android/view/ViewGroup.java
7 # create/tests/res/mock_data/mock_android/widget/LinearLayout.java
8 # create/tests/res/mock_data/mock_android/widget/TableLayout.java
9 # create/tests/res/mock_data/notjava/lang/JavaClass.java
/frameworks/compile/slang/tests/
Dslang_test.py116 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/
DAndroid.bp22 "//cts/tests/tests/simphonebookprovider",
23 "//cts/tests/tests/simphonebookprovider/nosim",
24 "//frameworks/opt/telephony/tests",
25 "//packages/services/Telephony/tests",
/frameworks/base/tests/Codegen/
DrunTest.sh14 …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/compile/slang/lit-tests/
DREADME4 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/tests/overlaytests/host/test-apps/UpdateOverlay/
DAndroid.mk18 LOCAL_MODULE_TAGS := tests
25 LOCAL_COMPATIBILITY_SUITE := device-tests
34 LOCAL_MODULE_TAGS := tests
40 LOCAL_COMPATIBILITY_SUITE := device-tests
49 LOCAL_MODULE_TAGS := tests
55 LOCAL_COMPATIBILITY_SUITE := device-tests
66 LOCAL_MODULE_TAGS := tests
72 LOCAL_COMPATIBILITY_SUITE := device-tests
80 LOCAL_MODULE_TAGS := tests
86 LOCAL_COMPATIBILITY_SUITE := device-tests
/frameworks/av/media/libaudioclient/tests/
Dtrack_test_input_v1.0_ref.txt5 # sample rate tests
13 # format tests
17 # channel mask tests
21 # framecount tests
25 # shared memory tests
32 # session tests
34 # attributes tests
Drecord_test_input_v1.0_ref.txt5 # sample rate tests
13 # format tests
17 # channel mask tests
19 # frame count tests
26 # session tests
28 # input source tests
/frameworks/libs/net/common/tests/unit/
DAndroid.bp19 "net-tests-utils",
26 "//frameworks/base/packages/Tethering/tests/integration",
27 "//packages/modules/Connectivity/tests:__subpackages__",
28 "//packages/modules/Connectivity/Tethering/tests:__subpackages__",
29 "//packages/modules/NetworkStack/tests/integration",
45 test_suites: ["device-tests"],
/frameworks/opt/telephony/tests/telephonytests/
DAndroid.bp13 // For access hidden connectivity methods in tests
31 "net-tests-utils",
40 jarjar_rules: ":jarjar-rules-telephony-tests",
43 "device-tests",
48 name: "jarjar-rules-telephony-tests",
51 "jarjar-rules-tests.txt",
54 out: ["jarjar-rules-telephony-tests-combined.txt"],
/frameworks/base/cmds/idmap2/
DAndroid.bp158 test_suites: ["general-tests"],
160 "tests/BinaryStreamVisitorTests.cpp",
161 "tests/CommandLineOptionsTests.cpp",
162 "tests/FabricatedOverlayTests.cpp",
163 "tests/FileUtilsTests.cpp",
164 "tests/Idmap2BinaryTests.cpp",
165 "tests/IdmapTests.cpp",
166 "tests/Main.cpp",
167 "tests/PoliciesTests.cpp",
168 "tests/PrettyPrintVisitorTests.cpp",
[all …]
/frameworks/libs/net/client-libs/tests/unit/
DAndroid.bp15 "net-tests-utils-host-device-common",
24 // there, so that the tests under client-libs can also be run when running tethering and
26 "//packages/modules/Connectivity/tests:__subpackages__",
27 "//packages/modules/Connectivity/Tethering/tests:__subpackages__",
28 "//packages/modules/NetworkStack/tests/integration",
43 test_suites: ["device-tests"],
/frameworks/base/tests/SmokeTest/
DREADME1 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/base/core/tests/overlaytests/host/test-apps/SignatureOverlay/
DAndroid.mk20 LOCAL_MODULE_TAGS := tests
26 LOCAL_COMPATIBILITY_SUITE := device-tests
31 LOCAL_MODULE_TAGS := tests
37 LOCAL_COMPATIBILITY_SUITE := device-tests
44 LOCAL_MODULE_TAGS := tests
50 LOCAL_COMPATIBILITY_SUITE := device-tests
/frameworks/base/tests/ActivityManagerPerfTests/
DREADME.txt3 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/
DREADME.md3 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/av/media/libstagefright/id3/
DTEST_MAPPING3 // tests which require dynamic content
5 // TODO(b/148094059): unit tests not allowed to download content
11 // this doesn't seem to run any tests.
13 // does run he 32 and 64 bit tests, but not the instant tests
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
DListTestCaseNames.java30 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/libs/modules-utils/
DTEST_MAPPING1 // Add tests for all the mainline modules relying on this library.
5 // Unit tests for framework-wifi.jar
10 // Wifi CTS tests
16 // Unit tests for service-wifi.jar
/frameworks/rs/script_api/
Dgenerate.sh50 rm -f ../../../cts/tests/tests/renderscript/src/android/renderscript/cts/generated/*
51 mv test/* ../../../cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
62 mv slangtest/all$i.rscript ../../compile/slang/tests/P_all_api_$i

12345678910>>...30