/frameworks/native/opengl/tests/hwc/ |
D | Android.mk | 18 LOCAL_MODULE_TAGS := tests 21 LOCAL_C_INCLUDES += system/extras/tests/include \ 25 $(call include-path-for, opengl-tests-includes) 53 system/extras/tests/include \ 55 $(call include-path-for, opengl-tests-includes) 61 LOCAL_MODULE_TAGS := tests 85 system/extras/tests/include \ 87 $(call include-path-for, opengl-tests-includes) 91 LOCAL_MODULE_TAGS := tests 115 system/extras/tests/include \ [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/wilhelm/tests/examples/ |
D | Android.mk | 7 LOCAL_MODULE_TAGS := tests 31 LOCAL_MODULE_TAGS := tests 55 LOCAL_MODULE_TAGS := tests 83 LOCAL_MODULE_TAGS := tests 108 LOCAL_MODULE_TAGS := tests 132 LOCAL_MODULE_TAGS := tests 156 LOCAL_MODULE_TAGS := tests 180 LOCAL_MODULE_TAGS := tests 204 LOCAL_MODULE_TAGS := tests 228 LOCAL_MODULE_TAGS := tests [all …]
|
/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 …]
|
D | lit.cfg | 11 # testFormat: The test format to use to interpret tests. 17 # test_source_root: The path where tests are located (default is the test suite 21 # test_exec_root: The path where tests are located (default is the test suite 23 config.test_exec_root = os.path.join(config.base_path, 'out', 'tests', 'slang', 'lit-tests') 48 …_FILECHECK_WRAPPER', os.path.join(config.base_path, 'frameworks', 'compile', 'slang', 'lit-tests'))
|
/frameworks/support/v7/gridlayout/ |
D | build.gradle | 19 // this moves src/instrumentTest to tests so all folders follow: 20 // tests/java, tests/res, tests/assets, ... 22 androidTest.setRoot('tests') 23 androidTest.java.srcDir 'tests/src'
|
/frameworks/support/v7/appcompat/ |
D | build.gradle | 19 // this moves src/instrumentTest to tests so all folders follow: 20 // tests/java, tests/res, tests/assets, ... 22 androidTest.setRoot('tests') 23 androidTest.java.srcDir 'tests/src'
|
/frameworks/wilhelm/tests/sandbox/ |
D | Android.mk | 7 LOCAL_MODULE_TAGS := tests 36 LOCAL_MODULE_TAGS := tests 63 LOCAL_MODULE_TAGS := tests 95 LOCAL_MODULE_TAGS := tests 127 LOCAL_MODULE_TAGS := tests 154 LOCAL_MODULE_TAGS := tests 185 LOCAL_MODULE_TAGS := tests 216 LOCAL_MODULE_TAGS := tests 248 LOCAL_MODULE_TAGS := tests 279 LOCAL_MODULE_TAGS := tests [all …]
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | MimePredicate.java | 46 public static boolean mimeMatches(String[] filters, String[] tests) { in mimeMatches() argument 47 if (tests == null) { in mimeMatches() 50 for (String test : tests) { in mimeMatches() 58 public static boolean mimeMatches(String filter, String[] tests) { in mimeMatches() argument 59 if (tests == null) { in mimeMatches() 62 for (String test : tests) { in mimeMatches()
|
/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/wilhelm/tests/mimeUri/ |
D | Android.mk | 7 LOCAL_MODULE_TAGS := tests 33 LOCAL_MODULE_TAGS := tests 59 LOCAL_MODULE_TAGS := tests 85 LOCAL_MODULE_TAGS := tests 111 LOCAL_MODULE_TAGS := tests 137 LOCAL_MODULE_TAGS := tests 163 LOCAL_MODULE_TAGS := tests 189 LOCAL_MODULE_TAGS := tests
|
/frameworks/rs/api/ |
D | generate.sh | 21 mv Test*.java ../../../cts/tests/tests/renderscript/src/android/renderscript/cts/ 22 mv Test*.rs ../../../cts/tests/tests/renderscript/src/android/renderscript/cts/
|
/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()
|
D | TestGroupingTest.java | 42 List<TestMethod> tests = mGrouping.getTests(); in testGetTests_noPublicConstructor() local 44 assertEquals(1, tests.size()); in testGetTests_noPublicConstructor() 45 assertEquals("testPublicConstructor", tests.get(0).getName()); in testGetTests_noPublicConstructor()
|
/frameworks/support/v7/mediarouter/ |
D | build.gradle | 52 // this moves src/instrumentTest to tests so all folders follow: 53 // tests/java, tests/res, tests/assets, ... 55 androidTest.setRoot('tests') 56 androidTest.java.srcDir 'tests/src'
|
/frameworks/native/opengl/tests/lib/ |
D | Android.mk | 18 LOCAL_MODULE_TAGS := tests 21 LOCAL_C_INCLUDES += system/extras/tests/include \ 25 $(call include-path-for, opengl-tests-includes)
|
/frameworks/ex/camera2/portability/tests/ |
D | Android.mk | 18 LOCAL_PACKAGE_NAME := android-ex-camera2-portability-tests 19 LOCAL_MODULE_TAGS := tests 21 LOCAL_SRC_FILES := $(call all-java-files-under,src) $(call all-java-files-under,../../utils/tests)
|
/frameworks/volley/ |
D | rules.gradle | 6 testPackageName 'com.android.volley.tests' 20 androidTest.setRoot('tests') 21 androidTest.java.srcDirs = ['tests/src']
|
/frameworks/base/tools/aapt/ |
D | Android.mk | 52 tests/AaptConfig_test.cpp \ 53 tests/AaptGroupEntry_test.cpp \ 54 tests/ResourceFilter_test.cpp
|
/frameworks/base/media/tests/MediaFrameworkTest/ |
D | Android.mk | 4 LOCAL_MODULE_TAGS := tests 10 LOCAL_STATIC_JAVA_LIBRARIES := easymocklib mockito-target core-tests android-support-test
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardImporterNestTests.java | 16 package com.android.vcard.tests; 18 import com.android.vcard.tests.testutils.VCardTestsBase;
|
/frameworks/opt/calendar/ |
D | README | 1 To build and run tests: 5 adb shell am instrument -w com.android.calendarcommon2.tests/android.test.InstrumentationTestRunner
|
/frameworks/base/cmds/interrupter/ |
D | Android.mk | 8 LOCAL_MODULE_TAGS := eng tests 18 LOCAL_MODULE_TAGS := eng tests
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/ |
D | Android.mk | 19 LOCAL_MODULE_TAGS := tests 23 LOCAL_PACKAGE_NAME := SmartCamera-tests
|
/frameworks/ex/camera2/utils/tests/ |
D | Android.mk | 18 LOCAL_PACKAGE_NAME := android-ex-camera2-utils-tests 19 LOCAL_MODULE_TAGS := tests
|