/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) 62 LOCAL_MODULE_TAGS := tests 86 system/extras/tests/include \ 88 $(call include-path-for, opengl-tests-includes) 93 LOCAL_MODULE_TAGS := tests 117 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 …]
|
D | lit.site.cfg | 19 # This file is common to both host and target side tests 48 # testFormat: The test format to use to interpret tests. 58 'compile', 'libbcc', 'tests', 'debuginfo')) 74 # Tools that are specific to running host-side debugger integration tests: 81 # Tools that are specific to running target-side debugger integration tests: 85 'tests', 'debuginfo'))
|
/frameworks/wilhelm/tests/examples/ |
D | Android.mk | 7 LOCAL_MODULE_TAGS := tests 31 LOCAL_MODULE_TAGS := tests 55 LOCAL_MODULE_TAGS := tests 82 LOCAL_MODULE_TAGS := tests 107 LOCAL_MODULE_TAGS := tests 131 LOCAL_MODULE_TAGS := tests 155 LOCAL_MODULE_TAGS := tests 179 LOCAL_MODULE_TAGS := tests 203 LOCAL_MODULE_TAGS := tests 227 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/appcompat/ |
D | build.gradle | 19 instrumentTest.java.srcDir 'tests/src' 21 // this moves src/instrumentTest to tests so all folders follow: 22 // tests/java, tests/res, tests/assets, ... 24 instrumentTest.setRoot('tests')
|
/frameworks/support/v7/gridlayout/ |
D | build.gradle | 20 instrumentTest.java.srcDir 'tests/src' 22 // this moves src/instrumentTest to tests so all folders follow: 23 // tests/java, tests/res, tests/assets, ... 25 instrumentTest.setRoot('tests')
|
/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/volley/ |
D | build.gradle | 9 testPackageName 'com.android.volley.tests' 24 assets.srcDirs = ["tests/assets"] 25 res.srcDirs = ["tests/res"] 26 resources.srcDirs = ["tests/src"] 27 java.srcDirs = ["tests/src"]
|
/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/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/base/core/tests/overlaytests/ |
D | README | 1 Unit tests for runtime resource overlay 7 regular unit tests (triggered via development/testrunner/runtest.py) 9 script which will trigger the tests in a non-standard way. 11 Once runtime resource overlay may be applied to applications, the tests 12 in this directory should be moved to core/tests/coretests. Also, by
|
/frameworks/support/v7/mediarouter/ |
D | build.gradle | 51 instrumentTest.java.srcDir 'tests/src' 53 // this moves src/instrumentTest to tests so all folders follow: 54 // tests/java, tests/res, tests/assets, ... 56 instrumentTest.setRoot('tests')
|
/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/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/base/core/tests/systemproperties/ |
D | Android.mk | 5 LOCAL_MODULE_TAGS := tests 12 LOCAL_STATIC_JAVA_LIBRARIES := core-tests android-common frameworks-core-util-lib
|
/frameworks/base/core/tests/inputmethodtests/ |
D | Android.mk | 5 LOCAL_MODULE_TAGS := tests 12 LOCAL_STATIC_JAVA_LIBRARIES := core-tests android-common frameworks-core-util-lib
|
/frameworks/base/media/tests/players/ |
D | README | 1 Native test players for system tests. 3 For functional/system/performance tests, a native test player can be used.
|